ADVERTISEMENT

Survey results justify push for P50,000 minimum public school teachers' salary--solon

Published Jan 26, 2026 04:47 pm

At A Glance

  • For ACT Teachers Party-list Rep. Antonio Tinio, the results of the latest Octa Research survey validated the Makabayan bloc's call to raise the entry-level salary of public school teachers to P50,000 per month.
ACT Teachers Party-list Rep. Antonio Tinio (Ellson Quismorio/ MANILA BULLETIN)
ACT Teachers Party-list Rep. Antonio Tinio (Ellson Quismorio/ MANILA BULLETIN)


For ACT Teachers Party-list Rep. Antonio Tinio, the results of the latest Octa Research survey validated the Makabayan bloc's call to raise the entry-level salary of public school teachers to P50,000 per month. 
"Ang resulta ng Octa survey ay malinaw na mensahe mula sa taumbayan: hindi sapat ang sahod para harapin ang taas-presyo (The results of the Octa survey are a clear message from the people: wages are not enough to cope with rising prices)," Tinio said in a statement Monday, Jan. 26.
"When 45 percent of Filipinos say wage increase is their top concern—overtaking even inflation control—it means workers can no longer cope with the cost of living," noted the Makabayan bloc member.
Tinio and the rest of the Makabayan are pushing for the passage of House Bill (HB) No.203, which seeks to increase the minimum monthly salary of public school teachers to P50,000.
The bill recognizes that the current salary structure—starting at around P29,000 for Teacher I positions—is grossly inadequate given the rising cost of food, transportation, housing, and other basic needs.
The Octa Research "Tugon ng Masa" survey conducted in the fourth quarter of 2025 showed that improving or increasing workers' wages and salaries was cited by 45 percent of adult Filipinos as their top national concern.
This surpassed controlling the rising prices of basic goods and services at 41 percent. Price control had consistently been the leading national concern since the first quarter of 2022.
"This is a damning indictment of this administration's economic policies. Inflation may have slowed, but workers' purchasing power has not recovered. Ang tunay na solusyon ay taasan ang sahod, hindi maghintay na bumaba ang presyo (The real solution is to raise wages, not to wait for prices to go down)," Tinio stressed.
He pointed out that teachers are among the most affected by stagnant wages amid rising costs.
"Our public school teachers are struggling to make ends meet. Many are forced to take on side jobs, borrow money, or skimp on their own families' needs just to survive. This is unacceptable for professionals who shape the future of our nation."
Tinio said that the prospered P50,000 entry salary for teachers is "not a luxury but a necessity".
"Teachers deserve a living wage that reflects their vital role in society and allows them to live with dignity," said the deputy minority leader.
Aside from teachers, Tinio also reiterated the call for a national wage increase for all workers, both in the public and private sectors.
"Lahat ng manggagawa—whether in government, factories, call centers, or farms—deserve a substantial wage hike (All workers—whether in government, factories, call centers, or farms—deserve a substantial wage increase).
"The Regional Tripartite Wages and Productivity Boards have consistently failed to grant meaningful increases. We need bold, decisive action from Congress and the President," he said.
The same Octa survey showed that having enough to eat every day remains a top personal concern for 44 percent of Filipinos, and that having a secure and well-paying job is a concern for 38 percent.
"These numbers expose the harsh reality: millions of Filipinos are working but still cannot afford to feed their families properly," said Tinio.
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.