ADVERTISEMENT

Most Filipinos trust the May 2022 election results — Pulse Asia survey 

Published Jul 18, 2022 10:41 am
Teachers acting as members of the electoral board conduct the final testing and sealing of vote-counting machines (VCMs) at the San Juan Elementary School in San Juan City on May 3, 2022, less than a week before the 2022 national and local elections. (Noel Pabalate/ MANILA BULLETIN)

A Pulse Asia survey, released on Monday, July 18, revealed that 82 percent of Filipinos have trust in the outcome of the May 2022 national and local elections.

In the Ulat ng Bayan survey conducted from June 24 to 27 with 1,200 respondents, Pulse Asia said that “the prevailing sentiment is one of trust that the outcome of the recent national and local elections is accurate and credible—82 percent overall, 73 percent to 96 percent across areas, and 79 percent to 82 percent across classes.”

It pointed out that trust in the outcome of the elections was most pronounced in Mindanao (96 percent) and among Class D (82 percent), while it was least manifested in the rest of Luzon (73 percent) and among Class ABC (79 percent).

Meanwhile, 4 percent of Filipinos expressed distrust, while 14 percent were ambivalent on the election results.

Pulse Asia noted that the survey on the accuracy and credibility of the election results was a rider question commissioned by private think tank, Stratbase Inc, which also commissioned the questions on the benefits of automated vote count and whether the automated vote count should be used in future elections. 

Most Filipinos satisfied with automated voting system

Satisfaction with the automated voting system, which employed the use of vote counting machines (VCMs), was expressed by 89 percent of Filipinos.

“This is the predominant sentiment in every area and class (84 percent to 99 percent and 84 percent to 91 percent, respectively),” Pulse Asia said.

“In particular, majorities in the Visayas and Mindanao are very satisfied with the automated voting system (53 percent and 64 percent, respectively) while most of those in the rest of Luzon are somewhat satisfied with the same (53 percent),” it added.

Pulse Asia said that virtually the same percentages of those in Metro Manila and all socio-economic groupings were either very satisfied (42 percent to 45 percent) or somewhat satisfied (42 percent to 48 percent).

The rest of Filipino adults were either dissatisfied with the automated voting system (4 percent) or were undecided on the matter (7 percent).

Moreover, 95 percent of Filipinos who reported voting in the recent elections found it very easy or easy to use the VCMs.

Most Pinoys favor using automated voting system in the future

Pulse Asia also found that 89 percent of Filipinos were in favor of using the automated voting system in future Philippine elections.

“Preference for having automated elections in the future is expressed by 89 percent of Filipino adults. The same view is shared by most, if not nearly all, adults across areas and classes echo this sentiment (82 percent to 97 percent and 87 percent to 92 percent, respectively),” Pulse Asia said.

“Only 4 percent of adults have a contrary opinion on the matter while 7 percent cannot say if they would or would not like to see automated voting continued in future Philippine elections,” it added.

Related Tags

survey
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.