ADVERTISEMENT

Learning crisis: New DILG chief urged to mobilize local governments for effective response

Published Oct 9, 2024 07:28 am

An advocacy group on Wednesday, Oct. 9, called on newly appointed Department of Local and Interior Government (DILG) Secretary Jonvic Remulla to help address the learning crisis in the country by mobilizing local governments.

210318_AraulloHighschoolmovinguprehearsal_ClemsDelacruz_05.jpg
MANILA BULLETIN / FILE PHOTO 

Philippine Business for Education (PBEd), in a statement, called for “stronger local government involvement” in education and workforce development to tackle the country’s growing learning and employability crisis.

“The education challenge we face is so immense that it requires a whole-of-nation approach,” PBEd Executive Director Justine Raagas said. “Local governments are in the best position to understand and address the specific issues their communities face,” she added.

With his extensive experience in local government administration, PBEd expressed hope that Remulla will rally local government leaders for education.

“We need to ramp up local investments in education and put education at the heart of local development programs, upon which the growth and development of our communities and entire nation rest,” Raagas said.

Empowering local school boards

To support community-driven initiatives aimed at improving teaching quality, learning outcomes, and workforce readiness, PBEd emphasized the need to empower local school boards (LSBs) and ensure the efficient use of special education funds (SEF).

PBEd explained that the LSB is a “special body” tasked by the Local Government Code of 1991 with allocating the SEF to meet the supplementary needs of the local public school system.

The SEF, PBEd said, comes from the one percent tax on real property paid to the local government.

Proposals in the Senate through Senate Bill Numbers 155 and 1633 call for the expansion of the LSB and its responsibilities to include the formulation of policies focusing on the quality of education.

“Strong partnerships with local government units have been key to the success of our programs for education,” Raagas said.

She pointed out that in many regions, local governments have taken the lead in implementing literacy programs for early childhood learners and spearheading training programs that enhance youth employability.

“We aim to replicate these successes across more areas and make a coordinated push to uplift education quality nationwide,” Raagas added.

Addressing learning, employability crisis

PBEd pointed out that one of the challenges exacerbating the learning crisis in the country is the “widening skills gap” driven by the rapid digitization and automation of industries.

To respond to this, PBEd partnered with Citi Foundation to train Filipino youth from across the country for jobs of the future.

Through the JobsNext project, over 2,500 young individuals gained critical skills for future jobs in areas such as artificial intelligence, cybersecurity, data, and other emerging technologies.

Among them, 52 participants were further trained under its NEXTGENeration Leaders program, an incubation program designed to harness digital solutions to address pressing community challenges.

Graduates of the JobsNext training workshops, together with their mentors from the local government, developed project proposals to tackle issues like youth unemployment, access to health services, disaster response, and mental health in their respective communities.

Raagas said that Filipino youth are the “best choice” to lead and create solutions for the changing needs of communities and industries as they learn to adapt to emerging technologies and innovations.

“By participating in this program, these young leaders can now pay it forward by using their skills to foster positive change and inspire others,” she added.

The incubation program provided over 16 hours of leadership training and mentoring in partnership with “KadaKareer,” a career development platform for Filipino students launching their digital careers.

The program culminated in a two-day hackathon event last month. In collaboration with the Benilde Hub for Innovation and Inclusion (HIFI), participants were given the chance to refine their problem-solving skills, work closely with mentors, and pitch digital solutions to various challenges.

Participants presented their proposals to local government offices, committing to provide seed grants for implementation.

“We are planting seeds of change through these youth leaders, and we look forward to more support from local partners in government, industry, and academe to help these efforts flourish,” Raagas said.

“With stronger collaboration, we can ensure that their initiatives grow into impactful, long-term solutions for their communities and create a ripple effect, driving real progress in addressing the learning and employability crisis,” she added.

RELATED STORY: 

https://mb.com.ph/2023/5/29/ph-education-in-crisis-1

Related Tags

PBEd learning crisis philippine business for education DILG DILG Secretary Jonvic Remulla
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.