ADVERTISEMENT

Young athlete forms organization for election education of the youth

Published Oct 28, 2023 10:29 am
M25NUJ~3.jpg
Meagan Co Say, with officers of the Rotary Club of Naga headed by President Jonathan Lao and over 100 students and teachers from Maramba Elementary School (Naga City) joined the Vote4Youth Workshops last Sept. 1.

 

In a few days, on Oct. 30, Filipinos will once again exercise their right to vote in the Barangay and Sangguniang Kabataan Elections (BSKE), to elect new leaders of their barangays and for the youth, the Sangguniang Kabataan.


After many decades of holding elections, there is one sad fact that still surfaces – many still need to be educated about what the elections mean, and the responsibility that comes with it.
Facebook has once described the Philippines as "patient zero" in the global disinformation epidemic because of the rampant disinformation spreading online, especially during the election period. Aiming to change this situation by educating young Filipinos about the elections and their right to vote, a 17-year-old student from Everest Academy Manila named Meagan Yao Co Say set up Vote4Youth.


"With the guidance of educators in my school and my family, I formed Vote4Youth late last year," Maegan said in an interview with the Manila Bulletin. "Vote4Youth is a youth-led movement that aims to educate votes as early as grade school, so that when they are old enough to vote, they will understand the significance of their vote through three pillars — awareness, education, and petition."
Meagan credits part of the inspiration from conversations with other athletes from different countries. She is a Junior National Fencer representing the Philippines in various competitions abroad. Recently, the Grade 9 student bagged two gold medals in the Southeast Asian Fencing Federation competition.

Meagan receiving the Pledge of Support from Naga City Councilor Ghiel Rosales.png
Meagan (right) receiving a pledge of support from Naga City Councilor Ghiel Rosales.


"I have seen the support athletes get in other countries and the progress these countries have reached through the years. I have learned from my conversations that a country's leadership and citizens' actions are the keys to progress. In my own capacity, I hope to be an agent of education for change," she said.


Meagan founded the organization in 2022, but already, Vote4Youth has visited many schools where she had given seminars on the election process, and the right to vote. The exercise even holds mock elections to demonstrate the election process.


"We were able to gather over 8,700 signatures to petition the Department of Education (DepEd) for stronger voter's education as early as grade school. Our initial goal was 5,000. We were able to conduct V4Y workshops to over 500 students with their teachers. We also gathered support from politicians, civic groups and media,” she said.

students.jpg
Students from San Quintin National High School, Pangasinan, with their Vote4Youth mock voter's ID.


On top of this, the organization is hoping to have a fruitful partnership with the Commission on Elections (Comelec).


"We are also working with Comelec to possibly include our workshop curriculum, modules and Vote4Youth Voter's Journal worksheets as free resources on their website. We will not stop until voter's education is taught in every grade school in the Philippines," she said.


Even with her courage and enthusiasm for this advocacy, Meagan said it has not been an easy campaign. But when she looks back on the impact of the seminars on the students, she said that gives her the strength to push forward.


“I have approached government agencies, politicians, and NGOs about Vote4Youth. There was a lot of apathy, but also there was initial interest. But later on, they would set our cause aside. But I chose to focus on the few who listened to our stance to strengthen early voter's education as early as grade school," she said.

v.jpg
Vote4Youth workshops end with a voter's pledge as seen during the workshop conducted at Camarines Sur National High School in Naga City on Sept. 1.


"Seeing how the students enjoyed learning about something important to their lives was a great feeling. It is refreshing to see how many young people share a deep concern for our country through their discussions.  I hope they never outgrow their love for our country."


Meagan has a plea to all the voters, especially the young ones. “This election, you should be extra careful with the information you consume and be observant and discerning about digital information. While it might feel tedious, it is part of our duty as citizens, especially the newer members of the electorate, to make an informed decision for responsible and nation-loving leaders who are running to bring progress to our country. Remember, your vote is our nation's hope."
 

Related Tags

Barangay and Sangguniang Kabataan Elections (BSKE) specials Featurestory Young athlete forms organization for election education of the youth
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.