ADVERTISEMENT

DepEd, Jollibee partner to strengthen SHS curriculum, build 50 classrooms by 2028

Partnership aims to equip students with industry-ready skills and address classroom shortage nationwide

Published Aug 28, 2025 03:33 pm
DepEd and Jollibee Group to launch a QSR curriculum for Senior High School students and pledge to build 50 classrooms nationwide by 2028 to ease shortages. (DepEd / file)
DepEd and Jollibee Group to launch a QSR curriculum for Senior High School students and pledge to build 50 classrooms nationwide by 2028 to ease shortages. (DepEd / file)
The Department of Education (DepEd) has partnered with Jollibee Foods Corporation to enhance the Senior High School (SHS) curriculum and help address the country’s classroom shortage.
The collaboration will introduce a quick-service restaurant (QSR) program to equip students with industry-ready skills, while also committing to build 50 classrooms nationwide by 2028 as part of Jollibee Group’s 50th anniversary initiatives.
DepEd Secretary Sonny Angara welcomed the collaboration, emphasizing the value of industry-aligned learning.
“At a time when AI and tech disruption are reshaping industries and jobs, this collaboration gives our learners not only the right skills but also the resilience to thrive,” Angara said.
He noted that the partnership with the Jollibee Group is a “strong example” of how public-private cooperation can bring industry-relevant learning into classrooms.
Angara added that the commitment to build 50 new classrooms by 2028 also demonstrates “how this partnership invests in both knowledge and space, ensuring that more Filipino students are equipped for the future of work.”
Jollibee Group Philippines Chief Executive Officer (CEO) Joseph Tanbuntiong, meanwhile, reiterated the company’s commitment to helping Filipino learners maximize their potential.
“We believe real, lasting change begins when students learn in safe, inspiring classrooms and see a clear path from classroom to career—when every Joy Learning Center is where hope takes root, and every QSR immersion is where that hope grows into skill, confidence, and opportunity,” he said.
Empowering future food service professionals
The Jollibee Group will partner with DepEd to co-develop a QSR curriculum tailored for SHS students under the Technical-Vocational-Livelihood (TVL) track.
The program will combine classroom-based instruction with immersive on-the-job training across Jollibee Group’s brands, covering skills such as food preparation and safety, customer service excellence, sanitation and workplace safety, and business communication.
“We believe in creating more pathways for young Filipinos to achieve meaningful employment,” said Jollibee Group Philippines Chief Human Resources Officer Ruth Angeles. “By investing in their skills early on, we also help raise the standards of service in the QSR sector.”
The work immersion component will begin in the upcoming school year, with pilot schools selected nationwide. Results from the pilot run will guide refinements before scaling up to more schools.
50 classrooms for 50 years
In line with its 50th anniversary in 2028, the Jollibee Group Foundation (JGF) announced a parallel initiative to construct 50 classrooms across the Philippines to help address the national classroom shortage.
The rollout will begin in 2026, starting with six classrooms in Mindoro, Cebu, and Sarangani, and continue through 2028.
JGF President Gisela Tiongson explained that the classroom-building project is a key part of Jollibee Group’s 50th anniversary celebration in 2028, coinciding with JGF’s 20th year in 2025.
“Our vision is to help create learning spaces where every child, teacher, and community member can experience the joy and power of education,” she said. “By investing in both programs and physical infrastructure, we contribute to a more empowered and resilient generation of learners.”
Investing in education and communities
The initiative complements JGF’s broader Joy of Learning program, which also includes the flagship Busog, Lusog, Talino (BLT) Central Kitchen feeding program.
Together, these efforts aim to foster inclusive growth, build sustainable learning environments, and open pathways to meaningful employment for young Filipinos.


Related Tags

DepEd partnership 2025 Jollibee SHS curriculum Senior High School program Philippines DepEd Jollibee classrooms 2028 SHS QSR curriculum classroom shortage Philippines Jollibee Group Foundation education
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.