ADVERTISEMENT

DepEd boosts disaster resilience with new Learning Continuity Spaces in Davao

Published Mar 17, 2026 02:08 pm
Following the directive of President Ferdinand R. Marcos Jr., DepEd Secretary Sonny Angara leads the turnover of modular, climate-resilient Learning Continuity Spaces (LCS) at the Davao del Norte Regional Sports Academy in Tagum City to ensure uninterrupted schooling during natural disasters. (DepEd photo)
Following the directive of President Ferdinand R. Marcos Jr., DepEd Secretary Sonny Angara leads the turnover of modular, climate-resilient Learning Continuity Spaces (LCS) at the Davao del Norte Regional Sports Academy in Tagum City to ensure uninterrupted schooling during natural disasters. (DepEd photo)
As part of the government’s push to strengthen disaster-resilient education, the Department of Education (DepEd) on Tuesday, March 17, announced the rollout of new Learning Continuity Spaces (LCS) in Davao del Norte to ensure classes continue despite natural calamities.
In a statement, the agency said the latest deployment, led by DepEd Secretary Sonny Angara, took place at the Davao del Norte Regional Sports Academy, building on earlier installations in Masbate and Bogo City.
DepEd said the initiative supports the directive of President Ferdinand R. Marcos Jr. to guarantee uninterrupted access to quality education, particularly in disaster-prone areas frequently hit by typhoons and earthquakes.
Modular classrooms designed for emergencies
To address recurring damage to school infrastructure, DepEd said it is introducing modular, climate-resilient classrooms that can be rapidly deployed in affected communities.
DepEd said these rapidly deployable units engineered with storm guards that can accommodate 45 learners each, serve as a modernized defense against education disruptions while permanent repairs are underway. (DepEd photo)
DepEd said these rapidly deployable units engineered with storm guards that can accommodate 45 learners each, serve as a modernized defense against education disruptions while permanent repairs are underway. (DepEd photo)
These Learning Continuity Spaces serve as temporary but fully functional learning environments while permanent school buildings are being repaired or rebuilt.
“We are implementing these Learning Continuity Spaces to ensure that learning continues under any circumstance, as we fulfill the vision of President Bongbong Marcos for a resilient Bagong Pilipinas,” Angara said.
He added that the initiative reflects the administration’s commitment to prioritizing education even during crises.
“Through this initiative, the President’s support ensures that education remains a top priority even in the face of adversity,” he added.
Two models built for climate resilience
At the Tagum City site, DepEd showcased two types of disaster-ready classroom structures: the Elevated Model (P1.75 million), designed for flood-prone areas, and the Slab-On-Ground Model (P1.5 million), intended for stable locations.
DepEd said each unit can accommodate up to 45 learners and is equipped with reinforced features such as storm guards to withstand strong winds and extreme weather conditions.
DepEd fully funds the project, while the provincial government of Davao del Norte contributed land through a usufruct agreement to support the rollout.
Nationwide rollout targets 1,380 units
The Davao deployment is part of a broader national strategy to strengthen disaster preparedness in the education sector, DepEd said.
The agency added that it aims to install 1,380 Learning Continuity Spaces nationwide under the 2026 Disaster Preparedness and Response Fund, enabling faster deployment compared to traditional classroom construction.
Earlier this year, President Marcos and Angara inspected similar LCS units in Bogo City and Masbate, where the structures helped address urgent classroom shortages caused by recent disasters.
Bridging immediate needs and long-term solutions
While modular classrooms provide a quick and flexible response to emergencies, DepEd emphasized that these are part of a dual-track strategy.
The agency said it remains committed to its long-term goal of constructing permanent, disaster-resilient school buildings across the country.
By combining rapid-response infrastructure with sustained investments, DepEd said the Marcos administration aims to build a more resilient education system capable of withstanding the growing impact of climate-related disasters.

Related Tags

DepEd disaster resilience Learning Continuity Spaces Philippines disaster-resilient education modular classrooms Philippines disaster preparedness schools DepEd Secretary Sonny Angara
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.