ADVERTISEMENT

'Big solution to a big problem': Angara pushes PPP, modern classrooms to boost education, maximize young workforce

Published Feb 24, 2026 10:39 pm
DepEd Secretary Sonny Angara pushes PPP-funded, modern classrooms to strengthen Philippine education and maximize the country’s young workforce. (DepEd photo)
DepEd Secretary Sonny Angara pushes PPP-funded, modern classrooms to strengthen Philippine education and maximize the country’s young workforce. (DepEd photo)
The Department of Education (DepEd) is strongly advocating for public-private partnerships (PPPs) and technology-driven learning to address the Philippines’ longstanding classroom shortage and equip students with the skills needed for future jobs.
DepEd Secretary Sonny Angara, at the sidelines of the ASEAN Editors and Economic Opinion Leaders Forum (AEEOLF) 2026 on Tuesday, February 24, said these initiatives are a “big solution to a big problem,” aiming to modernize Philippine education and harness the country’s young population for economic growth.
“Based on the discussions, it’s very clear that the Philippines has the youngest population in Asia, pero walang kwenta iyon kung hindi ka nag-invest sa education at kalusugan (but that’s worthless if you don’t invest in education and health),” Angara said.
He highlighted the Philippines’ demographic advantage, noting that having the youngest population in Asia will only translate to economic gains if backed by quality education and health systems.
Angara also stressed that education is crucial for employment and long-term economic mobility.
“To get jobs, they need education. Kung mahina sila, hindi nila makukuha yung trabaho (if they are weak, they won’t be able to get the job),” Angara added.
P105.7-billion PPP program to build 16,000 classrooms
During the forum, Angara cited the PPP for School Infrastructure Program III (PSIP III) as a key strategy to accelerate classroom construction.
Under this program, over 16,000 classrooms nationwide will be built with a total project cost of P105.7 billion.
Private partners will finance, construct, and maintain facilities under a Build-Lease-Transfer scheme, while the government has introduced a Green Lane policy to fast-track approvals.
“Ang kagandahan sa PPP, imbes na one or two classrooms lang, bulto-bulto na (what’s good about PPP is that instead of just one or two classrooms, you get them in bulk)—hundreds, if not thousands,” he said. “You need a big type of solution to solve a big problem,” he added.
AI-ready, high-tech classrooms part of modernization
Beyond addressing shortages, Angara said DepEd is modernizing classrooms to prepare students for the digital economy.
Facilities under the PSIP Connect program will include computers, internet access, and AI-enabled learning tools, equipping students with digital literacy from an early age.
“May high-tech component iyan — may AI, may computers (there’s a high-tech component—with AI and computers),” Angara said. “If hindi ka marunong gumamit ng internet (if you don’t know how to use the internet), how can you become digitally savvy?” he added.
Angara also highlighted DepEd’s partnership with local government units (LGUs) in efforts to accelerate classroom construction nationwide.
Education reforms key to ASEAN competitiveness
As DepEd strengthens initiatives to address gaps in classrooms and other resources, Angara underscored the urgency of implementing reforms.
He noted that without major reforms, the Philippines risks lagging behind other ASEAN countries. Investing in classrooms, technology, and improved learning conditions is critical to building a future-ready workforce and strengthening the nation’s competitiveness.
“To give citizens a good life, they must be educated. Education is the gateway to employment; without it, people lack the strength and skills to secure jobs,” Angara said.
He also lauded President Marcos’ focus on education. “The impact may not be felt immediately in five years, but in 10 to 15 years, Filipinos will see the results—when they apply for jobs equipped with the skills and tools they need to succeed,” he added. 

Related Tags

DepEd DepEd Secretary Sonny Angara PPP classrooms DepEd classroom construction PPP for School Infrastructure Program III AI classrooms Philippines education reforms Philippines
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.