ADVERTISEMENT

Speaker Dy upbeat as basic education voucher program clears bicam

Published Jun 26, 2026 01:13 pm

At A Glance

  • Speaker Faustino Dy III hails bicam approval of HB No. 4744–SB No.1981, advancing the Basic Education Voucher Assistance Act to expand private school access.
  • The measure strengthens voucher support from Kindergarten to Grade 12, giving families more choices and easing overcrowding in public schools.
  • Lawmakers stress education as the best investment, with bicam ratification set before transmission to President Marcos for enactment.
House Speaker Isabela 6th district Rep. Faustino “Bojie” Dy III (Facebook)
House Speaker Isabela 6th district Rep. Faustino “Bojie” Dy III (Facebook)


Saying that education is "the best investment", House Speaker Isabela 6th district Rep. Faustino “Bojie” Dy III has hailed the Bicameral Conference Committee's approval of the proposed private basic education voucher program.
Dy says the development brings the government a step closer to expanding access to quality basic education, giving more Filipino families greater educational choices while reinforcing the vital role of private schools as partners in nation-building.
On Thursday, the bicam approved the reconciled version of House Bill (HB) No. 4744 and Senate Bill (SB) No. 1981, and harmonized the provisions of both measures even after the first regular session of the 20th Congress had adjourned sine die.
“Education remains the best investment we can make for our country’s future. By strengthening the voucher program, we are giving more Filipino families meaningful educational choices while supporting the important role that private schools play in our education system,” said the Speaker.
Dy said the measure underscores the government’s commitment to ensuring that every Filipino child has access to quality education regardless of economic circumstance.
“Layunin ng panukalang ito na bigyan ng mas maraming pagpipilian ang mga magulang at mas maraming pagkakataon ang kanilang mga anak na makatanggap ng dekalidad na edukasyon. Walang batang Pilipino ang dapat mapagkaitan ng pagkakataong matuto dahil lamang sa kakulangan sa kakayahang pinansyal,” Dy said.
(The aim of this measure is to give parents more choices and provide children more opportunities to receive quality education. No Filipino child should be deprived of the chance to learn simply because of financial limitations.)
The House contingent to the bicam was led by Committee on Basic Education and Culture Chairperson and Pasig City lone district Rep. Roman Romulo.
Also representing the House were Committee on Higher and Technical Education Chairperson and Tingog Party-list Rep. Jude Acidre, Valenzuela City 1st district Rep. Kenneth Gatchalian, Sorsogon 1st district Rep. Bernadette Escudero, and Akbayan Party-list Rep. Jose Manuel Tadeo “Chel” Diokno.
Representing the Senate were Senators Bam Aquino and Camille Villar, together with officials of the Department of Education.
The House approved HB No. 4744 on third and final reading on Oct. 13, 2025. It is one of the 26 Legislative-Executive Development Advisory Council (LEDAC) priority measures approved by the House before the first regular session formally adjourned.
According to Dy, “every reform we pursue is ultimately about creating better opportunities for every Filipino. Our goal is to ensure that government works better for our people today while building stronger institutions for generations to come.”
Under the Basic Education Voucher Assistance Act, voucher assistance will be expanded to learners from Kindergarten to Grade 12, allowing more families to access available spaces in qualified private schools, especially in communities where public schools are already congested or where learners have limited options.
Commitment to build more classrooms
The significance of the measure's bicam approval wasn't lost to Acidre.
He said the measure responds to the daily realities faced by many Filipino children whose learning conditions are affected by overcrowded classrooms, shortened learning time, shifting schedules, and limited education options.
“For many Filipino children, the lack of classroom space is not just a policy issue. It is felt in crowded rooms, shortened learning time, shifting schedules, overburdened teachers, and parents who worry whether their children are truly getting the education they deserve,” Acidre said.
He said the government must remain committed to building more classrooms, strengthening public schools, supporting teachers, and improving facilities. At the same time, he stressed that learners who need help now should not have to wait for every classroom gap to be addressed before government acts.
“We must continue to build more classrooms, strengthen our public schools, and invest in the long-term needs of basic education. But we must also be honest: our learners cannot wait for every classroom gap to be filled before we act. Where there is existing capacity, we must use it wisely. Where there is need, government must respond with urgency,” Acidre said.
The bicam report will be submitted to both the House of Representatives and the Senate for ratification before it is transmitted to President Marcos Jr. for signature into law.

Related Tags

bicameral conference committee Basic Education Voucher Program Faustino \"Bojie\" Dy III Jude Acidre
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; } }

{{ static_articles_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.