ADVERTISEMENT

2025 elections: Lessons

Published May 28, 2025 12:05 am  |  Updated May 27, 2025 06:12 pm
THE VIEW FROM RIZAL
“What lessons did the recent elections teach us?”
I have been asked this question quite a lot lately. The question came from members of the media, colleagues in the public service profession, and young people — millennials and Gen Zs — who have shown a lot of interest in this democratic exercise. They pointed out that there have been a number of “surprises” in the recent polls and were hoping to get some insight into what may have brought them about.
Our view is that the 2025 elections may have brought some “surprising” results, but the principles underlying the results have remained the same. To this day, especially at the local community level, the main basis for voter preference remains to be “performance.”
“Performance” is understood by our countrymen as “may nagawa na” (have done something for us), “may napatunayan na” (have proven something to us), and “may naipakita nanggaling” (have shown competence). It is clear that today’s Filipino voters, including the vaunted youth vote, demanded “proof” from those who vied for the votes. The best “proof,” as far as they are concerned is still “performance.”
There were other possible bases for voters’ choice of which candidates in the 2025 polls used.
There were attempts to use “promise” — the usual effort to paint a rosy picture of a future under their leadership. A variation of this technique is the use of the slogan “iba naman” or “bago naman,” the attempt to lure votes by enticing the public to reject the current leadership in their local communities and replace them with a new one. While this tactic may have worked in a number of local governments, it fell flat on its face on many more.
There are inherent weaknesses, it appears, in this particular campaign method. True, the message of “iba naman” or “bago naman” grabbed attention in social media, triggered the imagination and caught the fancy of many. As Election Day neared, it appears most voters went for certainty and opted to cast their votes in favor of candidates with proven track record.
They demanded “proof” from those who aimed to replace long-serving incumbents — proof that they had what it takes to outdo and outperform the latter and that their claims are more than just rhetoric and an empty promise of a better future.
Having failed to show “proof,” they ended up performing dismally in the polls.
For the call for “iba naman” or “bago naman” to be effective, the incumbent must have been a serious disappointment to his or her constituents. Barring that, no amount of sloganeering or calls for change could overturn the value of consistent, proven performance.
In January this year, a research group dug deep into this very topic. The data forensics firm The Nerve studied data gathered from a survey conducted on a news website before the filing of certificates of candidacy for the 2025 elections. According to the said report, the research firm asked qualified voters about the factors that influence their voting decisions.
The research was intended mainly to determine the basis for voter preference for senatorial candidates. The results of the study, however, applies to candidates for all positions and they were proven true by the 2025 election outcome.
Four groups of respondents were interviewed: Those from the practical working class, economy-conscious professionals, young progressives, and law-and-order rural supporters.
All groups of respondents came up with identical answers. All of them indicated “proven track record” as the top basis for their choice of who they vote for: 55.74 percent among the working class; 68.06 percent among professionals; 69.87 percent among young progressives; and, 50.68 percent among rural supporters.
Our view is that more than ever, the size of our “free market” voters has significantly grown.
These are our countrymen whose decisions are hardly influenced by secondary information sources such as social media campaigns and advertising. These are voters who have clear criteria for decision-making. They do their research, verify and validate information, compare aspirants, and come up with the best options from the several they have.
They are hardly swayed by rhetoric and dramatics. For them, it is reason over emotion. They are rational voters. They have just redefined the way political campaigns are to be conducted in our country. Aspirants for elective posts will now have to prove “performance” to win this vote. Challengers to incumbents will have to show an exceptional capability to accomplish “superior performance.”
We have entered an era in politics where the dominant principle is “actions speak louder than words.”
The political arena is changing and the future looks brighter than ever.
(The author is the mayor of Antipolo City, former Rizal governor, DENR assistant secretary and LLDA general manager.Email: [email protected])
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.