ADVERTISEMENT

'Ano'ng petsa na?' Teachers lament lack of laptops, data allowances a month before school year ends

Published Jun 10, 2021 08:38 pm

Exactly a month before the current school year officially comes to an end, a group of education workers slammed the government for failing to provide laptops and data allowances for teachers under the “Bayanihan 2.”

Some teachers hold online classes under the distance learning set-up due to COVID-19 pandemic. (MARK BALMORES / MANILA BULLETIN)

The Alliance of Concerned Teachers (ACT) Philippines on Thursday, June 10, said that that teachers “have not received” the 68,500 laptops and 100GB data allowance for three months as provided by the Bayanihan to Recover as One Act also known as “Bayanihan 2” which was enacted in December 2020.

Based on the revised school calendar of the Department of Education (DepEd), the last day for School Year (SY) 2020-2021 will be on July 10, 2021.

ACT said that despite the Department of Budget and Management’s (DBM) announcement in May that it has remitted all the funds from the said measure to their respective agencies, teachers have yet to receive the expected provisions.

“Those provisions were meant to help us better perform our especially challenging duties for the current school year,” ACT Secretary General Raymond Basilio. “Those were part of the state’s mandate to provide the operational needs of distance learning,” he added.

ACT noted that that it also called out the Department of Education (DepEd) its “slow disbursement” of funds after Senator Angara revealed that the agency has only recently obligated 62 percent of the P4 billion provision from Bayanihan 2.

“Ano’ng petsa na? Matatapos na lang ang taon nang hindi man lang napakinabangan ng mga guro at maski ng aming mga estudyante ang kakaunti at huling suporta ng gobyerno sa edukasyon (What date is it? The year will now come to an end and yet teachers and even our students were not able to take advantage of the government's limited and final support for education,” Basilio said.

Without face-to-face classes, many teachers hold classes online. (JANSEN ROMERO / MANILA BULLETIN)

Citing reports gathered nationwide, ACT said that “not one region has received the laptops and said data allowance” from the DepEd Central Office.

While some divisions in the National Capital Region (NCR), Bicol Region (Region V), Western Visayas (Region VI), Central Visayas (Region VII), and Davao Region (Region XI) reported the provision of a limited number of laptops, ACT said that these either came from the local government unit (LGU) or from DepEd’s 2020 computerization program.

ACT said that the data allowances availed by some teachers also came from their respective local government units (LGUs).

Given this, ACT lambasted DepEd anew for its “poor” fiscal performance. “DepEd is notorious for its poor fiscal performance, which have long forced teachers to shoulder the costs of education delivery. But this can’t go on. We simply can’t afford it any longer amid the severe crises besetting our country,” Basilio said.

ACT also urged DepEd to give a definitive answer “when will these provisions be enjoyed by teachers and students?”

With some homes not conducive to learning, a student attends an online classes inside a jeepney. (MARK BALMORES / MANILA BULLETIN)

Moreover, Basilio noted that DepEd must also be held to “account for failing to provide” the said support as quickly as possible - which, he argued - goes against the objective of the “Bayanihan” measure which was to immediately respond to the needs of the country amid the health and economic crises.

He also called on concerned government bodies to look into DepEd’s neglect of its duty that resulted in the “grave injustice” that education stakeholders continue to suffer.

Related Tags

61021 deped education Alliance of Concerned Teachers distance learning
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.