ADVERTISEMENT

DepEd continuously reviews, reduces workload of its teaching personnel

Published Sep 4, 2018 07:59 pm
By Merlina Hernando-Malipot The Department of Education (DepEd) on Tuesday said that it continuously reviews and reduces the workload of its teaching personnel as part of its expansion of employee welfare. In a statement, DepEd said it has been reviewing teachers’ workload in “recognizing every profession's need for conducive working condition” and in keeping with Secretary Leonor Briones’s 10-Point Agenda. (MANILA BULLETIN) (MANILA BULLETIN) Purpose of review DepEd, however, clarified that while it continuously works “to simplify the processes and reduce forms,” these “reviews are being conducted not to eliminate reporting entirely but to ensure the data collected are not compromised and are integral to proper assessment, planning, and allocation of resources and intervention.” In essence, DepEd noted that these “reports enable teachers and the Department to identify areas of improvement and set the direction for evidence-based decisions to aid in the delivery of quality basic education.” DepEd explained that the review consists of a series of consultations with field representatives, teachers, school heads and regional supervisors. DepEd noted that third-level officials – who used to be teachers – have “attested that the preparation of reports has become simplified and efficient over the years.” Interventions The review of teachers’ workload has two phases. First is the “creation of simplified” school forms, standardization of format, updating and reduction of data needed in existing school forms, and second is making the “most of the available technology and information system.” As a result of the said review, DepEd announced that it has “reduced 36 common school forms to 10 official school forms” – which already include forms for Senior High School. It has also “streamlined processes” to minimize the “duplication and redundancy of data” which, in turn, diminishes “time and effort spent by teachers on work preparations.” DepEd also noted that since various forms that are required by “different agencies for diverse purposes” continue to exist, it remains “relentless in conducting reviews that will further simplify the forms and processes, thereby enabling teachers to focus more on teaching.” To address other work-related concerns of teachers, DepEd said it is “also looking into interventions such as talks with teachers and process owners to consider data sharing instead of creating separate forms.” Likewise, DepEd is considering the “possible creation of nonteaching items to prepare administrative and management reports.” Earlier, some teachers’ groups manifested their growing concern on the number of teachers who have been complaining on heavy workload required by DepEd – particularly clerical tasks that are not related to teaching. While it acknowledges the concern of the teachers’ groups, DepEd reminded that workers in the Department – from members of the executive and management committees to their staff who perform technical and administrative duties even during weekends, holidays, and hours before and after office; from teaching and nonteaching personnel who have lasted decades in service to drivers and utility personnel who go beyond their regular tasks – “are toiling hard to keep the agency on track.” Similarly, workers in all branches of the government are not immune to the suffering and joy of being in public service.” Along with teaching, DepEd also reminded that “professions that ensure the delivery of basic education and social services are among the noblest and most fulfilling calling one can devote the self to, and being in public service requires twice the passion and commitment.” Being in public service, DepEd added, is to “experience suffering and joy at the same time: the risks and the challenges, and the excitement and satisfaction of touching people, changing lives and contributing to our betterment as a nation.”
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.