ADVERTISEMENT
970x220

Camille Villar bill pursues holistic support for teachers' mental health, well-being

Published Oct 3, 2024 03:16 am

At A Glance

  • House Deputy Speaker Las Piñas City lone district Rep. Camille Villar has filed a bill in the House of Representatives that aims to provide holistic support for teachers by establishing programs and services for their mental health and well-being.

DepEd_Teacher2.webp(DepEd)

 

 

 

 

 

 

 

House Deputy Speaker Las Piñas City lone district Rep. Camille Villar has filed a bill in the House of Representatives that aims to provide holistic support for teachers by establishing programs and services for their mental health and well-being.

Through House Bill (HB) No.10933, or the proposed Teacher's Mental Health and Wellness Act, Villar said teachers’ mental, emotional, and psychological health will be given the same importance as their professional development.

“The mental health of our teachers greatly affects their effectiveness, not only in their personal lives but also, and most importantly, in their functions in molding our students,” Villar said in a statement on Tuesday, Oct. 3.  

“The teacher's collective health influences our student's overall development,” she added.

Under the measure, the Department of Education (DepEd), Commission on Higher Education (CHEd), and Technical Education and Skills Development Authority (TESDA) are tasked to create and promote programs that would help improve the welfare and well-being of educators.

These agencies shall coordinate with the Department of Health (DOH) and the Philippine Mental Health Association (PMHA) in formulating the said programs.

Based on the measure, these programs shall include regular mental health assessments every school semester, counseling sessions, and stress-reduction programs, among others.

In addition, services shall likewise be created that would provide access to peer support groups and mentoring programs, conduct periodic seminars, and encourage teachers of work-life balance.

Furthermore, mental health and wellness liaisons within schools or regions will likewise be mandated. These personnel will assist and connect teachers to mental health care providers as needed, and will also monitor the progress of the mental health-related programs.

According to Villar, the DepEd, CHEd, TESDA, DOH, and PMHA shall conduct a yearly monitoring and evaluation of the programs and services to ensure their effectiveness.

HB No.10933 proposes that funding necessary to implement such programs and services shall be included in the annual budget of the DepEd, CHEd, TESDA, and DOH.

“Mahalagang siguruhin natin ang mental wellness ng ating mga guro. Nais natin laging tiyakin na sila ay nasa hustong estado ng pag-iisip, lalo pa’t alam naman natin ang stress na dala ng kanilang trabaho,” said Villar.

(It is important that we ensure the mental wellness of our teachers. We always want to make sure they are in a good state of mind, especially since we know the stress that their job brings.)

Related Tags

MENTAL HEATH Camille Villar Department of education (DepEd) Commission on Higher Education (CHED) educators TESDA
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.