ADVERTISEMENT

Paaralang Bukas Dashboard: DepEd uses new tool to boost transparency, improve education outcomes

Published Aug 23, 2025 03:45 pm

At A Glance

  • DepEd's 'Paaralang Bukas Dashboard' represents a major milestone in its mission to create a more transparent, accountable, and participatory education system in the Philippines
DepEd’s new ‘Paaralang Bukas Dashboard’ enhances transparency in Philippine education, giving the public real-time insights into school performance and resources. (DepEd / MB Visual Content Group)
DepEd’s new ‘Paaralang Bukas Dashboard’ enhances transparency in Philippine education, giving the public real-time insights into school performance and resources. (DepEd / MB Visual Content Group)
Taking a major step toward transparent governance in Philippine education, the Department of Education (DepEd) on Saturday, August 23, introduced a tool designed to make school data more accessible and actionable for parents, teachers, local governments, and other stakeholders.
In a statement, DepEd announced the launch of the “Paaralang Bukas Dashboard” — a transparency portal that will give the public a “clear view of school performance and needs.”
“Ang datos ng ating mga paaralan ay dapat makita ng lahat, para sama-sama tayong makahanap ng solusyon at magbukas ng mas maraming oportunidad para sa Kabataan (The data from our schools should be visible to everyone, so that together we can find solutions and open up more opportunities for the youth),” DepEd Secretary Sonny Angara said.
Key features of the Paaralang Bukas Dashboard
Aligned with President Marcos’ transparency agenda, DepEd said the initiative aims to empower Filipinos to understand the state of learning and actively participate in shaping solutions for schools nationwide.
The dashboard provides comprehensive school-level data, including:
- learning results from both public and private schools, such as the Early Language, Literacy, and Numeracy Assessment (ELLNA) and the National Achievement Tests (NAT) for SY 2023–2024;
- school characteristics, including enrollment numbers, facilities, utilities, maintenance spending, and other critical resources; and 
- real-time insights that help identify schools needing additional support in resources, teaching materials, or performance improvement.
DepEd Undersecretary for Strategic Management Ronald Mendoza emphasized that the dashboard strengthens the department’s commitment to transparent and accountable governance.
“The disclosure of information promotes accountability, as government reforms and investments become open to public monitoring and evaluation,” Mendoza said.
He added that this initiative aligns with the mission of the Open Government Partnership, of which the Philippines is a founding member.
Driving collaboration and accountability
DepEd said the open data initiative enables stakeholders to better respond to the needs of schools, learners, and teachers.
By making school data more transparent, DepEd hopes to encourage collaboration among parents, educators, and local authorities, ensuring that resources are efficiently allocated and education outcomes improved.
“Through this dashboard, we intend to encourage not only transparency but collaboration among various stakeholders, reflecting our vision to be more responsive to the needs of the education sector while building foundations for reform and global competitiveness,” Mendoza said.

Related Tags

DepEd transparency Paaralang Bukas Dashboard Philippine education data school performance Philippines education reform Sonny Angara open government school accountability
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.