ADVERTISEMENT

A learning process disguised in the form of a competition

How campus journalism shaped my mindset

Published Nov 17, 2025 12:20 pm  |  Updated Nov 17, 2025 01:38 pm
By Jazmine Joy L. Quinto
Grade 12
Batolan Nationa High School, Zambales
I joined the school publication with nothing but a pen, a piece of paper, and hope, but I am leaving with lessons and a clearer purpose that will guide me forward as I prepare to face more complex realities of the unheard.
I was in grade 9 when I learned that the school was reviving the English publication following a two-year hiatus caused by the pandemic. My classmates encouraged me to join, but I was hesitant. My journalistic skills had gone astray since I stopped writing after graduating from elementary school.
Suddenly, I found myself standing in line to register for the role of news writer. Of course, I was worried—it was not my field. But I figured it was an opportunity for redemption, a chance to restore my long-gone academic achiever title. That was my initial purpose of joining.
Our adviser appointed me as the news writer for the Collaborative Desktop Publishing Contest (CPC). Due to the pandemic, I lost the most important asset needed in CPC—my communication skills. It was a challenge.
During the training sessions and up until the main competition, I struggled to interact with my teammates, which became a barrier to the smooth flow of information. As much as I wanted to talk, I could not bring myself to do it. Fortunately, we won third place at the division level, and I was more than happy because it was my first time competing at that level, and I had already come so far.
Every time I look back at that competition, however, I feel a sting because I remember how I received a bit of an attitude from one of my teammates, all because I could not communicate properly. At that time, it was painful, but now I understand her. It was last-minute pressure, after all. I also thanked her for that because she motivated me to be confident enough to engage not only with my teammates but with everyone around me.
At my Second Division Schools Press Conference (DSPC), I felt much more confident and composed than I did a year ago. I met new people and became teammates with individuals I never imagined I would form such strong bonds with. I would describe the division-level competition as relaxed. We were carefree, simply enjoying the moment. The pressure I felt the previous year was nowhere to be found—perhaps it was because of the new environment. To our surprise, our names were called, and we went up on stage to receive the second-place award. It was such an unexpected moment since almost half of our time in the contest room was spent laughing, bantering, and eating. And that was when I realized that it is alright to loosen up once in a while and that nothing good will come from letting ourselves be consumed by negative thoughts.
Then, on my third time competing at the DSPC, the pressure I had once buried came crawling back, threatening to choke me again. During training sessions, I could already feel the tension and the burning determination in my teammates’ eyes. Yet, I chose to ignore it, careful not to let it affect my mindset.
When the competition came, sitting inside the competition room was suffocating. Though we had everything, from the equipment to the information, it felt like we left a part of ourselves behind. We were so silent, the only sound you could hear was the clatter of our typing, and somehow, that was terrifying. I could not help but compare us to what we were the previous year— the cheerful team was nowhere to be found.
During the day of the awarding, we were not expecting much, but we were also hopeful, because we knew that our coach wanted us to reach the regional level. But that did not happen, because for the second year in a row, we found ourselves in the same place: second.
Normally, people would be all smiles on stage, but no trace of happiness could be seen on my teammates’ faces—we were devastated, nothing like the joyful team we had once been while receiving the award.
What I learned from that DSPC season was that mindset is everything. We were so overwhelmed by pressure, the “what ifs,” and the fear of losing that we did not notice we were slowly losing ourselves in the process, and the spark that once made us unstoppable.
This year, our team has gone its separate ways for the better. Although we didn’t win last year, that wasn’t the end. Perhaps we were “not rejected, just redirected.” Besides, journalism is not just about winning—it is a way for the voiceless to be heard, and that is the purpose I found along the way.
Now, it is once again the journalism season, and I wonder what lessons this year will bring to me.
Jazmine Joy L. Quinto, is a Grade 12 STEM student at Botolan National High School, Zambales. She began hercampus journalism journey during her elementary years and now serving as an associate editor of their campus newspaper.
“Voices” is Manila Bulletin Lifestyle’s dedicated space for young writers and future journalists as they talk about the topics that matter to their generation—from pop culture and social trends to mental health, education, and everything in between.
If you have an article you want to publish, send your submissions to [email protected] with the subject line—Voices: (Article Title)—or send us a DM @manilabulletinlifestyle on Instagram. We can’t wait to read your stories!

Related Tags

Youth Voices
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.