ADVERTISEMENT

Hate math? CSC awardee made dreaded subject lovable for learners

Published Feb 21, 2022 01:39 pm

A civil servant from Sorsogon City employed a variety of teaching tools and methods to spark the interest of students in Mathematics and dispel their fear of numbers.

Elementary school children wearing face masks sit in a classroom on Natuna island in Riau islands province on 4 February, 2020. (File photo MANILA BULLETIN)

Markson B. Mejia, a former teacher at Celestino G. Tabuena National High School, took up the challenge of making his students fall in love with Mathematics, a typically dreaded subject and managed to create a fun learning environment where students could memorize and apply formula and problem-solving techniques through games, puzzles, and jingles.

In a statement, the Civil Service Commission detailed how Mejia was both methodical and inclusive in monitoring and ensuring his students’ progress. CSC said that he launched his advocacy project, “No More Dyscalculia, Kayang-Kaya ang Mathematika”, to help students with numerical learning disabilities. Through diagnosis of his students’ level and learning needs, he was able to identify the appropriate strategy for high performers and slow learners alike.

As a result, Mejia’s students were able to see progress in their grades. Their math skills also helped them prepare for higher education. Even in college, his former students still remember the jingles and puzzles that helped them understand important mathematical principles.

“Laging sinasabi nila Mathematics daw ay napakahirap na asignatura. Kaya naman gumawa ako ng maraming kaparaanan upang mapadali ang pagkatuto ng ating mga mag-aaral (They always say that Mathematics is a very hard subject. That's why I made a way to make it easy for the students to learn),” he said.

“Nagkaroon ng malaking impact ‘yung mga nabahagi ko sa ibang mga guro na materials sa pagtuturo ng Mathematics. Ito ay nakatulong para ma-achieve namin ‘yung zero non-numerates sa aming division (The materials I handed to math teachers made a great impact in their teaching. It helped us achieve zero non-numerates in our division),” he added.

During the pandemic, CSC saidt that he created ways of engaging students outside the classroom. He used Facebook to continue deploying math quizzes or word problems, and gave out prizes such as prepaid credits out of his own pocket to entice students to learn math even at home.

Mejia also reached out to sick and indigent students who found it difficult to continue their education because of their circumstances. He provided grocery packs and learning materials, and monitored their progress.

He devoted extra time to students needing special attention, like in the case of a student with a heart illness who was bullied for doing poorly at school. He would go to her house after work hours to help with her modules. The student eventually regained interest in her studies and her parents described her as happy and energetic with her newfound learning competencies.

Now an Education Program Specialist II at the Department of Education-Sorsogon City Division focusing on the monitoring and evaluation of public and private schools and learning centers, Mejia attributes his strong sense of community and love of education with his own experience growing up, and his parents giving their all just for him to finish his education. In return, he is now also providing for his family.

Mejia’s dedication to his craft and selfless display of public service earned him the Outstanding Public Officials and Employees or the Dangal ng Bayan Award in 2021. He was picked among hundreds of nominees of the Search for Outstanding Government Workers.

Markson was awarded the Dangal ng Bayan, which is conferred on an individual for performance of an extraordinary act or public service and consistent demonstration of exemplary ethical behavior on the basis of observance of the eight norms of conduct provided under Republic Act No. 6713 or the Code of Conduct and Ethical Standards for Public Officials and Employees. Recipients of the DNB receive a gold-gilded medallion, fiberglass bronze trophy designed by National Artist for Sculpture, Napoleon V. Abueva, cash reward of P200,000, and are entitled to automatic promotion to the next higher position.

The CSC is once again looking for exemplars in public service who can be nominated to the 2022 Search for Outstanding Government Workers.

All government workers in the career and non-career service including appointive barangay officials may be nominated. Employees who are under job order or contract of service are excluded from the coverage of the program.

Deadline of submission of nominations is on March 31, 2022. Nominations must be submitted to the CSC Regional or Field Offices. Guidelines and other pertinent information are available from the CSC website at www.csc.gov.ph.

Related Tags

Department of Education Mathematics Sorsogon deped dangal ng bayan award Department of education (DepEd) CSC Civil Service Commission civil service commission (CSC)
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.