ADVERTISEMENT

Opening of SY 2021-2022 is a celebration of 'sweet smell of success' - Briones

Published Sep 13, 2021 12:41 pm

For Education Secretary Leonor Briones, the opening of School Year (SY) 2021-2022 is a celebration of “victory and success” despite the challenges brought by the pandemic.

Education Secretary Leonor Briones / DepEd / FILE PHOTO / MANILA BULLETIN

“Last year, I declared victory with the opening of classes on October 5, 2020. Today, September 13, 2021, DepEd celebrates with great joy its success in opening classes for the second year in the time of COVID,” said Briones during the virtual National School Opening Day Program on Monday, Sept. 13.

“We opened classes last year. We successfully ended them. Now we are opening another school year. Isn’t that success worthy of celebration?” Briones added. “Today, we are opening the School Year 2021-2022 as we celebrate last year’s victory,” she added.

DepEd formally opened the SY 2021-2022 for public schools under a distance or blended learning scheme since face-to-face classes remain prohibited by the government.

“The challenges we are facing now are even tougher than those we battled last year,” Briones said. Nonetheless, she noted that over 24 million million learners “have returned to schools and we expect even more to enlist for late enrollment.”

READ:

https://mb.com.ph/2021/09/13/deped-welcomes-school-year-2021-2022-with-24-6-million-enrollees/

Briones noted that when she declared victory over COVID-19 last year, “some people got angry” noting that how can one declare victory in the time of COVID-19. “For them, it was the worst time to feel victorious,” she said.

Despite this, Briones said that DepEd crafted the Basic Education - Learning Continuity Plan (BE-LCP) and reduced the Most Essential Learning Competencies (MELCs) from over 15,000 to 5,000.

“Nonetheless, we opened the school year in the midst of debates over printed versus digital learning material,” Briones said. “The call to continue education triumphed over calls for lockdowns and closures,” she added.

Briones also noted the amount of effort and hard work the entire DepEd “exerted to keep schools cannot be quantified” and because of this, DepEd “ended the School Year 2020-2021 in victory.” Citing DepEd’s data, Briones said that the tentative graduation figures indicated that 98.13 percent or 2,055,499 of 2,115,040 Grade 6 learners made it.

Grade 10 learners, Briones said, also “did very well” with 96.9 percent or 1,881,817 out of 1,940,578 completed their studies. Grade 11 learners also made it at 97.2 percent or 1,489,164 of l,531,718. “Ahh, the sweet smell of success!” she exclaimed.

New school year opening For this year’s school opening, Briones said that DepEd has been preparing for the start of classes even for months already.

“There is much success to celebrate and build on,” Briones said.

What DepEd did, Briones said, was considered “impossible” in five months. “We translated printed material into TV, radio, cell phone, tablet; and yes, utilized walkie-talkies for remote schools,” she explained.

Briones said that DepEd also prepared learning facilities and distributed gadgets with the help of local government units (LGUs), national agencies like the Bureau of Customs of the Department of Finance, multilateral and bilateral partners, as well as business and civil society organizations.

Despite the challenges, Briones said that even in the time of the Delta variant, “there is love and there is education” - thus, the DepEd will continue to celebrate victory and success this school opening.

READ:

https://mb.com.ph/2021/08/31/a-new-school-year-starts-in-millions-of-homes-again-2/

Related Tags

education covid-19 SCHOOL OPENING Leonor briones blended learning distance learning SY 2021-2022
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.