ADVERTISEMENT

Gatchalian: Survey shows nearly 19 million Filipinos are not functional literate as of 2024

Published Apr 30, 2025 09:17 am

A staggering 18.9 million Filipinos are considered not functional literate, or who cannot compute and comprehend, a trend which is very alarming, according to Senator Sherwin Gatchalian.


IMG_0333.jpeg
Sen. Sherwin Gatchalian, chairman of the Senate Committee on Basic Education, underscores the importance of conducting a survey on functional literacy rates and educational skills on Wednesday, April 30, 2025. (Senate Public Relations and Information Bureau)

Gatchalian pointed this out as the Senate Committee on Basic Education took up the task of analyzing the result of the 2024 Functional Literacy, Education and Mass Media Survey (FLEMMS) conducted by the Philippine Statistics Authority (PSA), during a hearing on Wednesday, April 30.


FLEMMS is a survey conducted every five years and which, Gatchalian said, significantly provides government officials and other stakeholders data and an idea on how to address illiteracy in the country.


The FLEMM Survey is primarily used to measure the state of literacy in the country that will serve as basis in formulating policies and programs on the improvement of literacy and education status of the population.


During the hearing, PSA officials informed Gatchalian that they had redefined basic literacy in the previous surveys from those who can read and write, compute and comprehend.


And the initial results of the 2024 FLEMMS showed that there are around 5.8 million FIlipinos who cannot read, write or compute; 28.4 million Filipinos, on the other hand, have problems in understanding and comprehending.


“In the old definition, there were about 79.135 million constituents considered functional literate, but in the new definition, the number of functional literate went down to 60.170 million constituents or a difference of 18.965 million constituents,” Gatchalian noted, applying the figures to those who completed secondary education.


“In other words, there were high school graduates and junior high school graduates who graduated from our system but are not functional literate,” he said.


“…They can read , they can write but they cannot comprehend or they cannot understand. So this is the gravity of our situation right now and I support the new definition because, now they (PSA) have a good picture of where we are in terms of basic literacy and functional literacy,” Gatchalian stressed.


Adrian Cerezo, Assistant National Statistician, Social Sector Statistics Service of PSA, affirmed Gatchalian’s observation saying that they were able to test the accuracy of his estimation.


“We noted that there are actually a significant number who are passing or graduating but are not really functional literate, Mr. Chair,” Cerezo said during the hearing headed by Gatchalian.


“We note that the only 79 percent of senior high school graduates in the K-12 (program) are functionally literate, meaning there's around 21 percent who are not,” he further explained.


To which Gatchalian said, is “quite concerning, because that means one out of five of our graduates cannot comprehend and understand a simple story and that’s something we need to address.”


Gatchalian, then urged the Department of Education (DepEd) to step up and address the situation.


“That's the problem of basic education because how did they graduate when they are not functional literate? Iba yung hindi pumasok eh, iba rin yung pumasok ka but naka-graduate ka (It’s different if you did not attend, but it’s also different if you were able to go to school and graduated) but you are not functional literate,” he assessed.


“And this is where basic education comes in because that 18.9 million who graduated not being functional literate should not happen. No one should graduate in our basic education system, no one will graduate in our basic education system that will not be functional literate,” the senator reiterated.


Rosalina Villaneza, Chief Education Program Specialist, said the DepEd will be conducting the Philippine Informal Reading Inventory (PHIL-IRI) in the beginning of the school year assessment.


PHIL-IRI primarily aims to establish the reading skill and level profile of children in public elementary schools.


“The PHIL-IRI will guide us as to who are these learners who need intervention,” Villaneza told the Senate panel.


“There is a need for us to train a reading teacher for secondary (education) so that each secondary school will have a reading teacher who will address the needs of these learners,” Villaneza assured the senator.

Related Tags

Philippine Statistics Authority (PSA) Sherwin Gatchalian DEPED functional literacy FLEMMS
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.