ADVERTISEMENT

DepEd, CHED bare wish list for PBBM's 2nd SONA

Published Jul 11, 2023 07:13 am
With President Ferdinand “Bongbong” Marcos Jr.’s second State of the Nation Address (SONA) coming up on July 24, the Department of Education (DepEd) and Commission on Higher Education (CHED) have some things they want to hear from the Chief Executive when it comes to his plans for the education sector. (From left) Commission on Higher Education (CHED) Chairperson Prospero De Vera III and Education Undersecretary Michael Poa (Photo from the Presidential Communications Office) First is the President’s support for the Teachers Education Council (TEC), which would tackle the teaching quality in the country, DepEd Undersecretary Michael Poa said during a Palace press briefing on Tuesday, July 11. “If you remember, during the basic education report of the Vice President, she raised the concern on teaching quality but she reminded all of us na hindi po kasalanan ng mga teachers iyan ‘no (the teachers are not at fault) – it’s really our system,” he explained. “And so, we would like that to be—siguro (maybe) if you’re asking for something, a program that can happen between CHEd and DepEd na gusto nating maisulong, iyan po ‘yung TEC (that we want to progress, that’s the TEC),” Poa added. TEC aims to formulate policies to improve teacher education in all existing public and private schools, review teaching training methods, and adopt an effective system of benefits and incentives. It would also design projects to enhance teacher development, review existing policies and legislations, recommend measures to the President and Congress, and ask for assistance from concerned agencies regarding the improvement of teachers’ education. Apart from this, Poa also discussed DepEd’s plan to “institutionalize blended learning . . . in the Philippines as a permanent mode of delivery.” The official explained that blended learning would complement the “traditional solutions” of hiring more teachers and building more classrooms since those cannot be done overnight. “And that’s why we also presented that we are now going on a two-track approach wherein alongside the traditional solutions of building more classrooms and hiring more teachers, we also want to tap into technology ‘no – lessons we learned during the pandemic,” he said. The pandemic, the official added, opened the opportunity for the use of online classes. “So we want to use that to be able to decongest our schools – this will effectively and efficiently resolve iyong issues ‘no as to teachers’ shortage and classroom shortage in a quicker span of time,” Poa stressed. But before the implementation of this new scheme, the DepEd official assured that its effectivity on students’ learning will be properly studied. The agency would also look at the “best practices” to ensure that the quality of education won’t suffer in lieu of a new method of learning. Meanwhile, Commission on Higher Education (CHED) Chairperson Prospero De Vera III boasted that under the Marcos administration, there are now a total of 18 medical programs in the country. This originated from eight before the addition of four programs under the Duterte administration and another six during Marcos’ one year in office. “So these new medical schools offers scholarships, they have state-of-the-art equipment to produce world-class doctors who will serve in underserved areas,” he said. De Vera shared that CHED is also aiming to increase access to higher education by making it inclusive, noting the imbalance in the admission and acceptance rates of universities—University of the Philippines and Polytechnic University of the Philippines (PUP)—offering free higher education. He pointed out that only “those who are better prepared to take the admission, those whose parents had money for a review class, those who are better prepared are the ones who are able to avail of free higher education.” “It is time that we focus on equity – meaning a conscious effort to identify the groups that we need to bring to university education that can be marginalized because of the admission process and the competitiveness,” he said. The CHED official said that in pushing for inclusive education in the next five years, he hopes that public universities would be “very conscious in identifying students from public schools, students from poverty areas, the children of indigenous people, those have been marginalized to assist them pass the admission test.” “So, we want that to be the moving forward for the Marcos administration – an administration that will make sure inclusive education is realized,” De Vera added.

Related Tags

Prospero De Vera education sector DepEd CHED Teachers Education Council President Marcos Michael Poa
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.