ADVERTISEMENT

PH teams bag silver, medallions for excellence awards at WorldSkills competition in Singapore

Published Aug 4, 2023 07:46 am
A silver medal as well as three Medallions for Excellence were awarded to the country's team at the recently-concluded 13th WorldSkills ASEAN Competition held at Suntec Singapore Convention and Exhibition Center in Singapore. *(Photo courtesy of TESDA/Manila Bulletin)* According to the Technical Education Skills Development Authority (TESDA), Competitor Ana Claire Hernandez brought home a silver medal in the Graphic Design Technology skill area, finishing second behind Joanne Li of Singapore. Hernandez also received the Best of Nation Award having garnered the highest number of points among Philippine competitors. TESDA said that Hernandez shared that all of her hard work came to fruition after she won the silver medal. She advised all Filipino youth, particularly aspiring graphic designers to continue working hard to be better. “Sa susunod na competitors and other TESDA trainees, ang masasabi ko lang ‘wag kayong matakot, ‘wag kayong malungkot, [at] wag kayong panghinaan ng loob na sa una pangit yung gawa niyo (All I can tell the next competitors and TESDA trainees, don't fret at do not lose hope if your work's not too good)….[kasi] (because) the more you do, the more you get good,” she said. TESDA Secretary Suharto T. Mangudadatu lauded the winners and the rest of the Philippine delegation including the experts for bringing pride to the country after their successful finish in the ASEAN WorldSkills Competition. “I would like to congratulate everyone from the Philippine delegation, for the dedication and hard work you displayed from the start of your training until the end of the competition,” Mangudadatu said. “You have shown the world that Filipino excellence in the tech-voc field knows no limits, and our skilled professionals are indeed world-class,” he added. Meanwhile, aside from the silver medal, the Philippine team also brought three Medallions for Excellence home. These were awarded to Gwyneth Nicole Abarquez of Restaurant Service, Cristian Lasaruz Asanza of Electrical Installation, and Allen Gacweng of Cooking. The Medallion for Excellence is granted to competitors whose performance meets the international standards based on the criteria set by WorldSkills International. The Philippines participated in various skill areas such as Automobile Technology, Beauty Therapy, Cooking, Electrical Installation, Electronics, Fashion Technology, Graphic Design Technology, Hairdressing, Information Network Cabling, Internet-of-Things, IT Network System Administration, IT Software Solutions for Business, Mechanical Engineering CAD, Mechatronics, Mobile Robotics, Rapid Transit System, Refrigeration and Air Conditioning, Restaurant Service, and Web Technology. The biennial WorldSkills ASEAN Competition gathers youth from Southeast Asia to showcase their talents and abilities in various skill categories. It aims to promote and upgrade skills standards in the ASEAN region to an international level and motivate youths to develop their skills to meet international standards. The last time that the country medaled at the prestigious international skills competition was in 2018, when Philippine competitors brought home 1 silver medal in Visual Graphic Technology, and 2 bronzes in Refrigeration & Air Conditioning and Hairdressing. The 13th WorldSkills ASEAN Competition was initially set for July 2020 but was rescheduled to July 18 to 28, 2023 due to the pandemic.

Related Tags

TESDA Suharto Mangudadatu TESDA Director General Suharto Mangudadatu Technical Education and Skills Development Authority (TESDA) 13th WorldSkills ASEAN Competition TESDA
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.