ADVERTISEMENT

Student voters share swift, delayed voting experience

Published May 12, 2025 02:31 pm

At A Glance

  • Some voters had to wait over an hour due to machine glitches.
Student voters from Adamson University share different experiences as they cast their vote for the midterm elections on Monday, May 12.

Voters at Pedro P. Cruz Elementary School in Mandaluyong City had to wait for over an hour to cast their ballots after the automated counting machine (ACM) assigned to Precinct 0771A encountered technical issues. (Francy Valdez/Komunikator)


In a report by Komunikator, the official publication of the Adamson University Communication Department — a partner of the Manila Bulletin for the Matalinong Boto initiative — several students recalled how swift the voting process was.

"Mabilis naman unlike dati. Parang yung waiting time ko five minutes lang (It was fast, unlike before. I only had to wait around five minutes),” fourth-year Communication student Leanah Diongzon from Bacoor, Cavite, said.

The publication's social media manager, Lianne Coliflores from Quezon City, noted short lines and the presence of assistance desks.

"Wala na masyadong tao, so I did not have to wait for long. May desks for assistance kaya mabilis lang mahanap room [ko] for voting (There were only a few people, so I did not have to wait for long. There were also assistance desks, so I found my precinct quickly),” she said.



Graduating student Joce Puchero from Sta. Mesa, Manila, also expressed relief with the quick queue.

“Wala ng pila. Pagdating ko, pinapasok na agad ako (There was no line. I got inside the precinct as soon as I arrived),” she said.

On the other hand, student photojournalist Francy Valdez said she waited in line for over an hour to cast her vote at Precinct 0771A at Pedro P. Cruz Elementary School due to an "issue with the voting machines."

The process, however, was swift after the long wait.

"Mabilis naman mag-operate yung mga machine sadyang nagka-problema lang earlier (The machine operated quickly, it just so happened that there was a problem earlier)," Valdez said.


Meanwhile, first-time voter and Communication student Jaira Somcio, a person with disability who voted at Neptali A. Gonzales High School, lamented how she could not personally feed her ballot into the machine.

Instead, her ballot, along with her grandmother, whom she accompanied, was collected and brought to another floor, as there was no ACM at the priority lane where they lined up. She said they were asked to sign a waiver.



"Nakapila kami sa priority area sa ground floor... Tatawagin lang yung pangalan tapos papapirmahin ng waiver tapos mag-aantay lang ulit para matawag yung pangalan (We were in line at the priority area on the ground floor. They’d call out our names, ask us to sign a waiver, then we'd wait again)," she said.

“Walang machine sa area ng priority lane kasi kinukuha nila sa assigned precincts yung balota ng voter (There were no machines in the priority lane. They just collected the ballots and brought them to the assigned precincts)," she added, noting that her fingernail was inked after signing the waiver.

Somcio told the Manila Bulletin that she hoped there was an ACM in the priority area so she could check if her ballot was accepted. 

"Sana po meron para malaman ng mga tao kung valid or invalid yung boto (I wish there was a machine there so people would know if their ballot was valid or not)," she said.

"Since wala pong machine, wala pong resibo. Hindi po nakikita ng mga tao (Since there is no machine there, there's no receipt. The people couldn't check it)," she added.

Related Tags

Matalinong Boto 2025 Adamson University Komunikator automated counting machine
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.