ADVERTISEMENT

A year of major adjustments in education for parents, students

Published Mar 14, 2021 08:21 am

When schools were abruptly closed in March 2020 due to the threat of the coronavirus disease (COVID-19), most parents and students were relieved since health and safety were - and still are - of utmost priority.

(JANSEN ROMERO / FILE PHOTO / MANILA BULLETIN)

A year after, schools remain closed despite the opening of a new school year. Alternative learning delivery modalities are currently implemented by the Department of Education (DepEd) in an effort to ensure that education will continue for over 26.6 million students under the K to 12 Program.

Classes in public schools for School Year (SY) 2020-2021 officially opened on Oct. 5. Some private schools were allowed to open earlier provided that they were able to comply with the requirements set by the DepEd on distance learning set-up.

Halfway into the new school year, parents and students continue to navigate distance learning as they take note of the advantages and disadvantages it brings.

Concerns on quality

Parent Rhine Quejano-Gonzales, 37, shared that there are indeed major adjustments this school year. “I need to monitor their school activities per subject and I have to make sure that they finish these,” she said in a mix of English and Filipino.

A mother of three boys, with two currently studying, Quejano-Gonzales said that she became more hands-on now when it comes to the studies of her children. “Before, I just used to check those that were already checked by the teachers but now, I need to explain the lesson when they don’t understand it,” she added.

While she has become closer to her children as she monitors their daily school work and activities, Quejano-Gonzales noted that there are also challenges and disadvantages in the current learning set-up.

“There are lessons that are hard to explain like Math,” she said. “At times, I'm not confident if they're really learning,” she added.

Her kids are under blended learning, a combination of two or more delivery modalities under distance learning. “Even if there’s an online video sent by the teacher, understanding the lesson is a challenge sometimes,” she said.

Quejano-Gonzales also noted that unlike in face-to-face classes, where the teacher explains the lessons better, the current set-up poses comprehension and retention issues among students. “Before, the teacher is able to address the questions or is there things that are not understood - unlike now,” she added.

Coping while stuck at home

At first, Hans Gabriel De Vera, 14, was somewhat excited when school closures were announced last year.

“I thought that I would be able to rest, recharge, and take a break from my studies for a while; however, little did I know that I would be stuck in my home for one full year,” the Grade 8 student from the Philippine Science High School (PSHS) - Main Campus said.

A few months after the start of the lockdown, De Vera started to miss his friends. “I felt a bit lonely because I couldn't see my friends; however, I was able to cope with the help of my family and my hobbies,” he added.

While he was stuck at home, De Vera also noted some major adjustments and challenges this school year.

“At the start of the school year, we had a lot of requirements and projects that we needed to do because of this, I began to look into ways to do my work in a more efficient manner,” he said.

Recognizing that this school year is nothing ordinary, De Vera tried to find ways on how he can adapt to the current situation. “I found that listing down all of my requirements and their respective due dates really helps me work faster,” he said. "Being able to see my daily progress also helps keep me motivated,” he added.

For De Vera, the current learning set-up has its pros and cons.

For instance, the biggest advantage for De Vera is the way the quizzes are written. “Before the schools closed, most of the quizzes were based on memorization; however, in the current learning set-up, most of the quizzes started to focus on conceptual understanding,” he explained.

This, De Vera said, is a “positive” development. “Conceptual understanding is more important than memorizing facts,” he said. “In the current learning set-up, we can also easily access the internet, which makes learning a lot easier,” he added.

However, he also acknowledged some disadvantages. “It is a bit harder to ask for live feedback from the teacher in remote learning. Also, internet problems may slow down learning,” he explained.

While he still misses his friends, De Vera said that he does not feel lonely anymore. “I've already gotten used to the current distance learning set-up. I also attend weekly meetings with my friends where we just relax,” he added.

Asked about his thoughts on the proposed implementation of limited face-to-face classes, De Vera noted that students should only return to face-to-face classes once most of the population have been inoculated with the COVID-19 vaccine. “I think that we should first prioritize the students' health,” he ended.

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.