ADVERTISEMENT

DepEd urged to fully support science high schools

EDCOM 2 pushes for stronger support for science high schools amid funding and curriculum gaps

Published Mar 3, 2026 12:59 pm  |  Updated Mar 3, 2026 01:14 pm
As enrollment demand continues to grow, lawmakers and education officials face mounting pressure to ensure that science high schools receive the targeted support and education funding needed to strengthen STEM education and nurture the next generation of Filipino scientists, engineers, and innovators. (DepEd file photo)
As enrollment demand continues to grow, lawmakers and education officials face mounting pressure to ensure that science high schools receive the targeted support and education funding needed to strengthen STEM education and nurture the next generation of Filipino scientists, engineers, and innovators. (DepEd file photo)
The Department of Education (DepEd) is being urged by the Second Congressional Commission on Education (EDCOM 2) to strengthen its support for the country’s science high schools following concerns over systemic gaps in curriculum oversight, funding, and school leadership that could affect the sustainability and expansion of specialized STEM education programs.
In a statement issued Tuesday, March 3, EDCOM 2 said that during a recent hearing of the House Committee on Basic Education and Culture, structural weaknesses affecting Regional Science High Schools and Special Science Programs under DepEd were discussed.
Presenting findings from the EDCOM Year Two Report titled Fixing the Foundations, Executive Director Dr. Karol Mark Yee outlined three urgent reforms needed to strengthen science-focused institutions nationwide.
Curriculum gaps and weak oversight
Yee pointed to the lack of cohesive quality assurance from DepEd’s central office, particularly in ensuring smooth curricular progression across grade levels.
While Regional Science High Schools and Special Science Programs offer enriched science, mathematics, and English courses on top of the regular secondary curriculum, these initiatives often operate in silos.
Programs such as Special Science Elementary Schools (SSES) do not seamlessly transition into Special Science High Schools (SSHS), resulting in fragmented learning pathways.
Unlike the structured STEM scaffolding of the Philippine Science High School System (PSHS), EDCOM 2 noted that DepEd’s spiral progression approach has reportedly failed to ensure a smooth transition from Junior High School to Senior High School.
EDCOM 2 emphasized that better monitoring, curriculum alignment, and a unified vision are necessary to maximize the potential of science high schools and improve the delivery of quality STEM education.
Declining funding for science programs
Funding constraints were also raised as a major concern.
EDCOM 2 reported that science high school programs rely on limited Maintenance and Other Operating Expenses (MOOE) budgets embedded within regular school allocations.
In 2024, MOOE stood at only P150 per elementary learner and P202 per Junior High School learner. These amounts further decreased in 2025 to P137 and P180, respectively.
Although DepEd downloads additional Program Support Funds averaging P398.79 per learner for School Year 2024–2025, EDCOM 2 noted the lack of transparency in the funding formula and minimal improvements in resource allocation for public science high schools.
“Considering the intent of DepEd in its Science High School Program, it may be beneficial for the department to monitor curriculum implementation, ensure adequate funding, and treat these schools differently in terms of teacher and principal policies, given their specialized nature,” Yee said.
Leadership continuity and teacher shortages
Another challenge discussed during the hearing was the mandated reassignment of principals every five years under DepEd Order No. 7, s. 1999.
EDCOM 2 noted that frequent leadership turnover disrupts school innovation and does not guarantee that assigned principals have a background in science education.
Meanwhile, House Basic Education and Culture Committee Chairperson and EDCOM 2 Co-Chairperson Rep. Roman Romulo underscored the urgency of addressing “absorptive capacity” issues, noting that many qualified students are turned away due to shortages in specialized teachers, classrooms, and laboratories.
Romulo stressed that infrastructure expansion alone will not resolve the education crisis without stronger investment in human resources and urged the government to channel scholarships toward producing more specialized science and mathematics educators to address the teacher shortage in STEM fields.
DepEd response
DepEd officials, led by Undersecretary Wilfredo Cabral and Assistant Secretary Janer Datukan, acknowledged the gaps identified by EDCOM 2.
The department expressed its commitment to reviewing the curriculum for all special science programs and enhancing monitoring and evaluation systems.
Cabral also pledged to raise concerns regarding an improved funding formula and stricter qualification requirements for science high school principals before the DepEd Executive Committee.
EDCOM 2, created through Republic Act No. 11899, is mandated to conduct a comprehensive national assessment of the Philippine education sector and recommend legislative measures to address the country’s education crisis. 

Related Tags

DepEd science high schools EDCOM 2 STEM education education funding 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.