ADVERTISEMENT

Schedule of early registration in Taal-affected schools to be 'flexible' - DepEd

Published Jan 22, 2020 12:00 am
By Merlina Hernando-Malipot The Department of Education (DepEd) on Tuesday confirmed that the schedule of early registration in schools affected by Taal’s unrest will be flexible and will depend on the readiness of the school, learners, and personnel. (MANILA BULLETIN) (MANILA BULLETIN) DepEd Planning Division Roger Masapol, in a statement issued to Manila Bulletin, said that the early registration in schools affected by the Taal crisis will push through but certain adjustments have to be made. “Early registration schedule for Taal-affected areas will be flexible,” Masapol said. “Schools in the area may start on schedule but may also deviate depending on their readiness,” he added. Masapol said early registration is compulsory for public schools and optional for private schools. “Private schools are also encouraged to do early registration,” he said. He said that for Taal-affected areas, “all requirements are waived subject for submission once available.” DepEd urged learners, particularly those who intend to transfer schools after being displaced by natural disasters, to participate in the early registration for this coming school year. DepEd, in a statement, noted that learners who are affected and displaced by natural disasters are among the targets of its month-long early registration for School Year (SY) 2020-2021. In an effort to ensure that all new entrants for Kindergarten, Grades 1, 7, and 11 learners in public elementary and secondary schools nationwide are listed, the DepEd will open its early registration desks from February 1 to March 6, 2020. DepEd reminded learners, parents, guardians, and other stakeholders that the early registration policy prescribes that registrants must satisfy eligibility rules based on their grade levels. Early Registration moved As the Chinese New Year falls on January 25, DepEd moved the opening of its Early Registration for the coming SY. The original schedule, as stated in DepEd Order No. 3 s. of 2018 or the “Basic Education Enrollment Policy,” should be on the last Saturday of January to the last Friday of February of each year. DepEd, in its earlier social media posts, announced that the pre-registration for SY 2020-2021 will run from January 25 to February 28. Soon after, DepEd issued the updated schedule for the activity. DepEd noted that only incoming Kindergarten, Grades 1, 7 and 11 are covered by the early registration. All learners in Grades 2 to 6; Grades 8 to 10; and Grade 12 are considered pre-registered. Aside from displaced learners due to calamities, DepEd’s early registration also seeks to locate, identify, and register out-of-school children and youth in the community who are living with disabilities, living in off-grid/far-flung community; a barangay without a school, or a geographically isolated area; living in an armed conflict area or area with high level of criminality/drug abuse; having chronic illness or nutritional problem/s; victim of child abuse or economic exploitation; stateless/undocumented; in conflict with the law; living on the streets; and no longer in school but interested in going back to school. For DepEd’s early registration policy, the target registrants are required to submit documents such as the Philippine Statistics Authority (PSA) or National Statistics Authority (NSO) birth certificate or Local Civil Registrar (LCR) birth certificate, baptismal, or barangay certificate for them to become eligible.. However, based on DepEd Memorandum No. 003, s. 2020 issued by Education Secretary Leonor Briones, all public schools where displaced learners from Region IV-A will seek to be accommodated are “directed to accept these emergency transferees even with the unavailability or insufficiency of the required transfer credentials.” DepEd’s noted that its early registration policy “upholds the right of all school-aged learners to enroll and be equally provided with quality, accessible, relevant, and liberating basic education.” Early registration is also in line with DepEd’s “Sulong EduKalidad” campaign which is aimed at addressing the challenge in the quality of basic education. This initiative is in response to the “rapidly changing learning environment of present and future learners and will introduce aggressive reforms to globalize the quality of basic education in the Philippines.” “We always remind ourselves that our constitutional mandate is to provide every Filipino not only access to education but to basic quality education,” Briones said. “We have realized that we are facing the reality that we still have much to do in responding to the constitutional mandate as far as quality education is concerned,” she added.
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.