ADVERTISEMENT

DepEd's ARAL program to help solve learning crisis--Romualdez

Published Sep 15, 2025 10:34 am

At A Glance

  • House Speaker Martin Romualdez says the Department of Education's (DepEd) Academic Recovery and Accessible Learning (ARAL) program will help address the country's learning crisis.
House Speaker Martin Romualdez (PPAB)
House Speaker Martin Romualdez (PPAB)


House Speaker Martin Romualdez says the Department of Education's (DepEd) Academic Recovery and Accessible Learning (ARAL) program will help address the country’s learning crisis.
The Leyte 1st district representative said the ARAL progam affirms President Marcos' vision of transforming the education sector under the Bagong Pilipinas agenda and achieving his goal of having at least one college or technical-vocational graduate in every Filipino family.
“Matagal na nating hangad na palakasin ang kakayahan ng ating mga mag-aaral sa pagbabasa, sipnayan, at agham—hindi lamang upang sila ay makahabol sa klase, kundi para mabigyan sila ng matibay na pundasyon sa mga susunod pang baitang. Sa pamamagitan ng ARAL Program, maaalalayan na natin ang ating mga anak hanggang sila ay maging kumpiyansa sa kanilang kaalaman,” Romualdez said.
(We have long aspired to strengthen our students’ abilities in reading, mathematics, and science—not only so they can catch up in class, but to provide them with a solid foundation for the succeeding grade levels. Through the ARAL Program, we can now support our children until they become confident in their knowledge.)
“Ang hakbang na ito na isinabatas ng Pangulong Marcos ay pagpapatunay ng kalinga at pag-aaruga ng pamahalaan para sa kinabukasan ng ating mga mag-aaral bilang mga susunod na pinuno na magtataguyod sa ating mahal na Pilipinas,” added the Speaker.
(This initiative, enacted into law by President Marcos, is a testament to the government’s intent to care for and nurture the future of our students as the next leaders who will uphold our beloved Philippines.)
Romualdez assured both learners and educators that the House of Representatives will provide the necessary support to sustain the program and other reforms aimed at enhancing Philippine education.
“Bilang mga mambabatas at kinatawan ng taongbayan, buo ang aming suporta sa hangarin ng Pangulo na tuluyang baguhin at paunlarin ang sistemang pang-edukasyon. Hindi kami titigil at patuloy kaming gagawa ng mga panukalang batas at maglalaan ng pondo upang matugunan ang mga pangangailangan ng mga mag-aaral at guro,” he stressed.
(As legislators and representatives of the people, we fully support the President’s goal to fundamentally reform and improve the education system. We will not stop and will continue to craft legislative proposals and allocate funding to address the needs of students and teachers.)
The Speaker issued the statement after DepEd Secretary Sonny Angara launched the ARAL Program over the weekend pursuant to Republic Act (RA) No.12028, signed by President Marcos in October last year.
Under the program, learners from Kindergarten to Grade 10 will receive tutorial support in reading, mathematics, and science to help them achieve the competencies required at their respective levels.
For School Year 2025–2026, ARAL will prioritize reading (ARAL-Reading) to assist learners classified as low, emerging, or frustrated readers. The reading program will roll out in the second quarter of the school year, with eventual expansion into ARAL-Mathematics (Grades 1–10), ARAL-Science (Grades 3–10), and summer programs.
So far, DepEd has identified 6,713,352 learner-beneficiaries, to be supported by 447,537 tutors and 45,084 school heads.
Tutors will include teachers, para-teachers, pre-service teachers, and other trained individuals, all of whom will receive proper training and fair compensation. Parents and guardians will also be engaged to reinforce lessons and provide support at home.
For 2026, DepEd is seeking ₱928.52 billion under the National Expenditure Program (NEP), with provisions to expand and strengthen ARAL and related initiatives.
The Speaker emphasized that the constitutional mandate to prioritize education spending remains central to Congress’ work.
“As lawmakers, we have consistently upheld education as a priority investment as mandated in the 1987 Constitution. Every peso spent on classrooms, textbooks, and supplemental learning support is an investment in the nation’s future. Through ARAL, we are not just helping our children catch up—we are building a Bagong Pilipinas where education is a treasured asset for every Filipino family,” he said.
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.