ADVERTISEMENT

DepEd: Aug. 23 school opening 'not yet final,' decision still up to President Duterte

Published Apr 29, 2021 08:05 pm

The Department of Education (DepEd) clarified that the Aug. 23 school opening of classes remains a “proposal” of the agency and that the final decision will still be approved by President Duterte.

DepEd / MANILA BULLETIN

“Nung unang nabanggit iyan, malinawanag na ito ang proposal namin kasi kapag wala pang nailalabas na DepEd Order, ay hindi pa iyan final, pwede pang mabago (When that was first mentioned, it was clear that this was our proposal because when no DepEd Order has been issued, it is not yet final, it can be changed),” said Education Undersecretary for Curriculum and Instruction Diosdado San Antonio during a DZBB interview on Thursday, April 29.

READ:

https://mb.com.ph/2021/04/27/deped-eyes-opening-of-new-sy-on-aug-23-group-bats-for-protection-of-teachers-learners/

San Antonio said that it was clear to DepEd that the final decision on school opening will still be up to the President.

“Maliwanag at niliwanag sa amin na ang gagawa ng mga desisyon sa pagbubukas ng klase ay isasangguni pa din po at ang final decision ay nasa Pangulong Duterte (It is clear to us and it was made clear to us that when it comes to the decision related to opening of the classes, it has to be consulted first and the final decision will be up to President Duterte),” San Antonio said.

“Ito ay proposal namin at siya pa din po ang magbibigay ng final na desisyon kung itutuloy na ang Aug. 23 (This is our proposal and he will still give the final decision on whether to continue with Aug. 23,” he added.

DepEd’s Aug. 23 school opening proposal has been receiving mixed reactions from stakeholders - particularly coming from those who have access online.

READ:

https://mb.com.ph/2021/04/28/depeds-bid-to-open-new-school-year-on-aug-23-draws-mixed-reactions-from-teachers-netizens/

For the National Union of Students of the Philippines (NUSP), for instance, the Aug. 23 school opening is a “added burden” because it will shorten the two-month break for learners.

READ:

https://mb.com.ph/2021/04/28/added-burden-group-slams-deped-for-eyeing-shorter-break-for-students-amid-the-pandemic/

While there are those who oppose DepEd’s proposal, groups like the Philippine Business for Education (PBEd) expressed support to the Aug. 23 recommendation especially since the resumption of limited face-to-face classes remains a possibility.

READ:

https://mb.com.ph/2021/04/28/advocacy-group-renews-call-for-safe-return-of-face-to-face-classes-when-new-sy-opens/

Asked what is the basis used by DepEd for the Aug. 23 school opening proposal, San Antonio noted that this is still based on the existing school calendar schedule “wherein the opening of a new school year should not go beyond the month of August.”

San Antonio said that based on the 2022 calendar, last Monday falls on a holiday so DepEd opted to open the school week without holidays.

“May batas na nagbibigay sa pangulo na gumawa ng desisyon kung kailan mainam magbukas ng klase (There is a law that allows the president to decide when it is best to open classes), San Antonio said.

He added that the proposal of DepEd also adheres law mandating that school opening should not go beyond that month of August. The next school year, he noted, “will still be 10 months.”

However, certain adjustments will also be made since the SY 2021-2022 will fall under the election period.

“Magkakaroon tayo ng break sa election period kasi hagip na ang eleksyon sa May 2022 (We will have a break in the election period because of the May 2022 election),” San Antonio ended.

Related Tags

deped education schools schoolopening sy20212022 students
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.