ADVERTISEMENT
970x220

Inclusive sa Pasig: City gov't holds deaf sensitivity, sign language training

Published Jun 4, 2025 01:31 pm

At A Glance

  • The City Human Resource Development Office highlighted the importance and goals of the training which centered on three key aspects: diversity, equality, and inclusivity.
To provide a more inclusive public service for all, especially for the deaf community, the Pasig City government held its first-ever Deaf Sensitivity and Basic Filipino Sign Language (FSL) training for its frontline employees from various offices and departments.
Representatives from the Manila Christian Computer Institute for the Deaf (MCCID) discuss ways to improve communication with the deaf community during a training in Pasig City. (Photos from Pasig City PIO)
Representatives from the Manila Christian Computer Institute for the Deaf (MCCID) discuss ways to improve communication with the deaf community during a training in Pasig City. (Photos from Pasig City PIO)
Representatives from the Manila Christian Computer Institute for the Deaf (MCCID) discuss ways to improve communication with the deaf community during a training in Pasig City. (Photos from Pasig City PIO)
Representatives from the Manila Christian Computer Institute for the Deaf (MCCID) discuss ways to improve communication with the deaf community during a training in Pasig City. (Photos from Pasig City PIO)
Around 70 employees joined the training, which was led by City Human Resource Development Officer Elvira R. Flores at Room 201 of the Temporary Pasig City Hall on Tuesday, June 3.
In her remarks, Flores highlighted the importance and goals of the training, which centered on three key aspects: diversity, equality, and inclusivity.
She expressed hope that the participants would better understand these values through the training, enabling them to communicate more effectively with employees and clients, especially those who are deaf or hard of hearing.
To help with the training, resource persons from the Manila Christian Computer Institute for the Deaf (MCCID) joined as speakers, including teacher and sign language interpreter Remberto “Jojo” Esposa Jr., along with deaf trainers Donne Ambrosio Roberto Dela Cruz, Catherine Jardiolin, and Rod Kevin Yparraguirre.
In the first part of the session, Esposa explained why learning sign language, especially FSL, is important. He said it helps people better understand the deaf community, provide proper support, and know the right ways to interact with those who have hearing disabilities.
He also shared effective ways of getting their attention, such as maintaining eye contact, gently tapping their shoulder, or switching lights on and off.
Meanwhile, the deaf trainers taught the participants FSL fingerspelling for the Filipino alphabet and numbers. They also demonstrated basic greetings and common signs used in everyday communication.
The speakers guided the employees in learning the sign language interpretation of the patriotic song “Pilipinas Kong Mahal.”

Related Tags

metro news Pasig city Deaf Community Basic Filipino Sign Language
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.