ADVERTISEMENT

OCTA survey results proof of Romualdez's strong leadership, says House members

Published Aug 6, 2025 03:36 pm

At A Glance

  • The latest OCTA Research Tugon ng Masa (TNM) survey results--which has indicated higher trust and satisfaction ratings for the House of Representatives--proves the effective leadership of Speaker Martin Romualdez.
House Speaker Martin Romualdez (PPAB)
House Speaker Martin Romualdez (PPAB)


The latest OCTA Research Tugon ng Masa (TNM) survey results--which has indicated higher trust and satisfaction ratings for the House of Representatives--proves the effective leadership of Speaker Martin Romualdez.
This was the gist of the joint statement issued Wednesday afternoon, Aug. 6 by solons who belonged to the political parties that comprised the House majority bloc.
Iloilo 1st district Rep. Janette Garin of the Lakas-Christian Muslim Democrats (Lakas-CMD), Quezon 1st district Rep. Wilfrido Mark Enverga of the Nationalist People’s Coalition (NPC), Romblon lone district Rep. Eleandro Jesus Madrona of the Nacionalista Party (NP), Parañaque Rep. Brian Raymund Yamsuan of the National Unity Party (NUP) and Tingog Party-list Rep. Jude Acidre of the Party-list Coalition Foundation Inc. (PCFI) all credited the rise in public confidence to Romualdez's leadership.
The results of the OCTA Research TNM survey showed that 57 percent of Filipinos trust the House, up by 8 percentage points from last year; while 55 percent were satisfied with its performance, also an increase of 8 points.
The poll covered key regions across the country and measured public sentiment on major national institutions.
“You don’t get an 8‑point jump in trust by chance. That happens when you have a Speaker who knows where the country should go and gets the job done. Under his watch, the House is not just passing laws but we are delivering change people can feel,” Garin said.
“Alam ng mga kababayan natin kung sino ang nagtatrabaho para sa kanila at kung sino ang hindi. And this is reflected sa survey na ito. Kitang-kita naman natin ang pagtaas ng tiwala ng taong-bayan sa Kongreso,” added the deputy speaker.
(Our fellow citizens know who is working for them and who is not. And this is reflected in this survey. We can clearly see the rise in public trust in Congress.)
Enverga, chairman of the House Committee on Agriculture and Food, attributed the ratings jump to consistent, measurable action. The numbers show that a disciplined, united House earns public trust, he says.
“The message of this survey is simple: deliver on your promises and the people will stand with you. Ito ang sinasabi sa atin ng taumbayan. Kaya nararapat lamang na ituloy natin ang nasimulan sa ilalim ni Speaker Romualdez (This is what the people is telling us. That's why we must continue what was started under Speaker Romualdez),” Enverga said.
He noted that the chamber’s output has been steady even during these politically-charged times.
“Strong leadership is tested in rough waters, and the Speaker has steered this House through without losing sight of what matters most – the people’s needs,” Enverga said.
A validation of House efforts
Madrona, chairman of the House Committee on Tourism, said the OCTA survey was a validation of the House’s hard work, especially during the 19th Congress where it has been considered to be one of the most productive Congresses to date. 
Madrona says the higher trust rating is also a green light from the people to keep pushing forward. “This is the public telling us: keep going, keep working together. At ito nga ang aming gagawin at ipapagpatuloy sa 20th Congress."
For his part, Yamsuan said the public’s trust was hard-earned and was a clear endorsement of the Speaker’s governance. 
“We all know that trust is earned, and these survey results show that the House has earned it by being proactive in addressing the needs of our people. The people’s confidence should motivate us to pass even more measures that improve lives and secure our future,” Yamsuan said.
Acidre, chairman of the House Committee on Higher and Technical Education, said the Speaker’s leadership has given the House a clear sense of direction. “When leadership is decisive yet inclusive, it produces results that people can see and appreciate. That’s what these survey figures are telling us,” he said.
Acidre stressed that the higher ratings also affirm the relevance of the House’s legislative agenda. “Our work is aligned with the aspirations of ordinary Filipinos. That alignment is a product of the Speaker’s vision for a House that listens and acts,” he added.
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.