ADVERTISEMENT

BARMM launches peace course for learners

Published Aug 9, 2025 03:09 pm
DAVAO CITY – The Bangsamoro Autonomous Region in Muslim Mindanao (BARMM) launched its first peace and justice blended course for Grade 7 learners on Saturday, Aug. 9.

OFFICIALS of the Ministry of Basic, Higher, and Technical Education receive a copy of the module during the launching of the Peace and Justice Education in Davao City on Saturday, Aug. 9. (Keith Bacongco)
OFFICIALS of the Ministry of Basic, Higher, and Technical Education receive a copy of the module during the launching of the Peace and Justice Education in Davao City on Saturday, Aug. 9. (Keith Bacongco)
The course – Finding Peace Within, Cultivating Peace Beyond: A Transformative Journey through Peace and Justice Education – will be taught as part of the learners’ Values Education subject.
Developed through the Supporting an Enabling Atmosphere for Children and Youth Network for Peacebuilding Goals (SENANG), this two-year project is a regional initiative by the European Union and Save the Children.
It is co-implemented by the Ministry of Basic, Higher, and Technical Education (MBHTE) and the Southeast Asian Ministers of Education Organization Regional Center for Educational Innovation and Technology (SEAMEO INNOTECH).
MBHTE Director General for Basic Education Abdullah Salik Jr. said that there is a need for a contextualized framework to institutionalize peace education for learners.
“The initiative is grounded in the Bangsamoro Education Code's call for contextualized learning and is aligned with the regional K- 12 graduate attributes in building an empowered Bangsamoro with a strong moral foundation,” Salik said.
Save the Children Philippines Chief Executive Officer Alberto Muyot said that there have been many programs on peace and recovery since the Marawi City siege in 2017.
But this initiative is the first time that peacebuilding has been directly integrated into basic education, Muyot added. “It is thoughtfully contextualized with the Bangsamoro cultural foundations, making it deeply relevant and meaningful for learners.”
The seven-module online course will adopt a progressive implementation approach to pave the way for a more holistic and sustainable implementation of peace education, Salik said.
The course will be piloted this school year and be implemented in school year 2026 to 2027 for Grade 7 and expand progressively each year up to Grade 10 by school year 2029 to 2030.
Yul Olaya, chief of the MBHTE Curriculum and Instruction Division, said that they started the implementation in the Grade 7 because it is easier to integrate it in their curriculum. Olaya added that it will be expanded to higher grades in the coming years.
Johnny Balawag, MBHTE Director of the Basic Education, suggested that the peace and justice education be implemented even outside of the Bangsamoro region.
Balawag added that this curriculum is vital in correcting the historical injustices against the Bangsamoro people.
The launching included a three-day training of trainers’ sessions to prepare educators and school leaders for the pilot rollout of the course across selected schools.
Since 2023, Save the Children has worked closely with the ministry and SEAMEO INNOTECH to co-develop this course. “It builds on over 20 years of partnership supporting Bangsamoro children and youth, particularly those affected by conflict and displacement. “
In his message, MBHTE chief Mohaqher Iqbal said that it is a step forward in building a future grounded in peace, justice, and reconciliation.
"If the Bangsamoro is to realize genuine and lasting peace, it must confront the pain of the past. There is no true reconciliation without truth, and no meaningful healing without justice,” said Iqbal, chairman of the Moro Islamic Liberation Front (MILF) peace panel.
He said that this program would also tell the story of the Bangsamoro that would highlight their history, culture, and contributions to the Philippine identity.
The launching of the program, Iqbal said, is more than just an educational program. “It is a transformative journey. The initiative in select schools across BARMM will help mold our learners into advocates of peace and justice, proud vanguards of their history and identity.”

Related Tags

BARMM
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.