ADVERTISEMENT

This Cebu educator teaches Filipino kids that every feeling deserves its place at the table

Published Feb 10, 2026 03:03 pm
There’s a phrase I keep coming back to as a mother and a physician: Children do well when they can. Not when they want to. Not when we threaten or bribe them into compliance. When they actually have the skills to manage what’s happening inside their own bodies. And if they don’t have those skills yet? That’s not a character flaw. That’s a developmental reality.
Teacher Ana Quijano
Teacher Ana Quijano
I first heard it put this way by Teacher Ana Quijano, and it stopped me mid-thought. Because it reframes everything—every tantrum in the grocery store, every meltdown before bedtime, every classroom outburst that gets a child labeled as “difficult.” What if the child isn’t being difficult? What if the child is simply having a difficult time?
Teacher Ana is the kind of educator you wish existed in every Filipino child’s life. A licensed occupational therapist trained in the US, with a Master’s in Education and over 25 years of experience in school districts from Texas to California, she returned to the Philippines with a mission that went beyond textbooks. In 2015, she founded Compass Education in Cebu—a non-profit that started with summer STEAM programs and has since grown into a full learning center offering robotics, coding, and hands-on tinkering for children as young as three.
But it’s her signature program, Super Amazing Me (SAM) that I want every parent, teacher, and caregiver in this country to know about.
SAM is a brain-based, child-centered self-regulation program rooted in neuroscience and occupational therapy principles. Designed primarily for children ages five to eight—that critical window when emotional regulation foundations are built—its principles extend well beyond that age range. SAM teaches children to recognize their own body signals: the tight chest, the racing heartbeat, the overwhelming urge to scream or shut down. Then it gives them practical tools to move through those moments, not by suppressing what they feel, but by learning to ride the wave.
The program runs through eight to 12 sessions, each about 45 minutes, built around engaging activities. Breathing exercises disguised as games. Movement breaks woven into storytelling. I need helloSensory play that doubles as emotional vocabulary building. Visual cues, affirmations, role-playing, and progress trackers—all designed so a child walks away not just calmer in the moment, but genuinely more capable the next time big feelings arrive.
What makes SAM different is the philosophy underneath it. Teacher Ana doesn’t teach children to stop feeling. She teaches them that every feeling is information—that anger, sadness, and fear are signals from the brain that something matters. The goal is never to shut those signals down. The goal is to move through them safely and wisely.
Teacher Ana Quijano and her team help Filipino children and their parents honor every feeling through the Super Amazing Me program.
Teacher Ana Quijano and her team help Filipino children and their parents honor every feeling through the Super Amazing Me program.
She uses a framework called SUPER—a nervous-system-informed approach for both children and the adults around them. It begins with self-regulation: Calm yourself first, because children borrow calm from adults. Then uncover what the child is truly feeling beneath the surface behavior. Provide co-regulation through comfort and presence. Evaluate what worked. And finally, remediate: Teach the skill the child needs, but only when they’re calm enough to receive it. You don’t teach swimming in the middle of a storm.
Teacher Ana is also refreshingly honest about what most of us get wrong—not out of cruelty, but inherited habit. She names the patterns we grew up with: Suppression, where we push feelings down and pretend everything is fine, and repression, where emotions get buried so deep they resurface as anxiety or aggression. These aren’t strategies, she reminds us. They’re survival mechanisms. Unless we interrupt the cycle, we hand them to the next generation.
One detail I find particularly moving: She makes space for crying. A good cry, she teaches, releases tension and helps the body reset. It’s not weakness—it’s emotional release. In a culture that often tells children to toughen up, that permission feels quietly revolutionary.
Beyond SAM, Teacher Ana advocates fiercely for inclusive education. She delivers workshops across the Philippines on individualized education plans, classroom accommodations for neurodivergent learners, and practical support for children with ADHD, autism, and sensory sensitivities. She offers a coach certification training—a two-to-three-day intensive that equips educators to facilitate the program themselves.
As a physician in preventive and longevity medicine, I’ve long believed the most powerful health intervention isn’t a procedure or a prescription. It’s what we teach children about themselves when they’re young. Emotional regulation isn’t a soft skill. It’s the architecture of resilience—the thing that determines whether a person can navigate stress, relationships, and setbacks without falling apart.
Teacher Ana Quijano understands this in her bones. And through SAM, she’s giving Filipino children something many of us never received: The belief that all their feelings are valid, that regulation can be learned, and that they are—exactly as they are—super amazing.
If that’s not the foundation of a healthier Philippines, I don’t know what is.

Related Tags

Health and Wellness Teacher Ana Quijano
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.