ADVERTISEMENT

Hontiveros: DepEd officials must still account for VP Sara's 2023 confidential funds

Published Sep 3, 2024 11:08 am

Officials of the Department of Education(DepEd) are still accountable over how Vice President Sara Duterte utilized the P112-million confidential fund of the agency in 2023, Senate deputy minority leader Risa Hontiveros said on Tuesday, September 3.

 

Hontiveros pointed this out after DepEd Undersecretary for Finance Annalyn Sevilla testified on Monday that the agency is unaware of how the fund was utilized even though Duterte has liquidated the confidential fund expenses in 2023.

 

According to Sevilla, they do not know how the funds were then utilized because they were not part of the utilization and liquidation process. She said only a a copy of the letter saying that the funds were liquidated was given to them.

 

“This only confirms what many of us have feared—that the allocation of such a significant budget to an agency mandated for education, not conducting surveillance, was misguided from the start,” Hontiveros said in a statement.

 

“DepEd provided institutional backing and policy justification for the Confidential Fund requested by then Secretary, VP Sara Duterte. Kung ang kagawaran mismo, hindi maipaliwanag kung paano ginamit ang confidential fund, at ang dating kalihim ay umiiwas sa pagsagot tungkol dito, mas lalong nadaragdagan ang duda (If the department itself, cannot explain how the confidential fund was used, and the former secretary avoids answering about it, the doubt increases even more),” she stressed.

 

Hontiveros said DepEd officials cannot just wash its hands of the responsibility on the use of confidential funds. 

 

“Hindi pwedeng maghugas kamay ang ilang opisyal ng ahensya sa usapin ng paggamit ng confidential fund. Kung hindi ito nagamit ng tama at wasto, mananagot din ang sinumang may partisipasyon sa paggamit nito (Some of the agency officials cannot just wash their hands when it comes to using confidential funds. If it is not used correctly and properly, anyone who participates in its use is also responsible),” she pointed out.

 

Hontiveros, then, appealed to the Senate Select Committee on Confidential and Intelligence Funds (CIF), Programs, and Activities to look into this matter and for the Commission on Audit (COA) to update lawmakers on the use of CIF. 

 

“Kahit na hindi nag request ang DepEd sa pamumuno ni Secretary Sonny Angara ng CIF, sa panukalang pondo para sa 2025, bilyon pa rin ang halaga ng requested budget for CIFs ng iba't ibang ahensya (Even though the DepEd, under the leadership of Secretary Sonny Angara, did not request for CIFs in the proposed fund for 2025, the amount of the requested budget for CIFs of various agencies is still billions),” she lamented.

 

“Hihintayin ko rin ang ilalabas na report ng COA hinggil dito.  Karapatan ng mga Pilipino na malaman kung saan ginagastos ang perang pinaghirapan natin, hanggang sa huling sentimo (I will also wait for the release of the COA report regarding this.  Filipinos have the right to know where our hard-earned money is being spent, down to the last cent),” she stressed.

 

Duterte served as DepEd secretary from July 2022 to June 2024; she resigned from the post on June 19.

 

President Marcos then appointed Sen. Juan Edgardo “Sonny” Angara as the new DepEd chief. 

Related Tags

Department of Education VP Sara Risa Hontiveros Confidential funds VP Sara Duterte
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.