ADVERTISEMENT

What to expect from this free 'escape' room for kids

A fun and educational experience that boosts brain activity

Published Feb 27, 2024 06:04 am

Parents understand the importance of children's overall growth and actively engage them in activities to support their brain development. To assist us in this endeavor, Wyeth Promil has launched the "Gifted Brain Room," an immersive experience designed for children aged three to seven and offering brain-boosting activities for both kids and moms to enjoy and learn from.

At the launch on Feb.19, 2024, celebrity moms Solenn Heussaff, Georgina Wilson, and Kryz Uy shared how the Gifted Brain Room has positively impacted their children.
 

A (32).jpg
(L-R) Wyeth Vice President for Consumer Communications & Experience, James Arnold Ladioray, Wyeth Assistant Vice President for Integrated Media, Dorothy Fonte, Promil Brand Manager Jessica Velarde, Wyeth Assistant Vice President for Digital Marketing, Leon Alejandro Ignacio, Wyeth Vice President for Marketing, Carmela Gabunada together with Promil and Promil Gold moms Georgina Wilson, Solenn Heussaff, and Kryz Uy

Georgina emphasizes that the Gifted Brain Room is not just for kids but also serves as a meaningful bonding experience for the whole family. "The Gifted Brain Room is not just for kids, but an enriching activity for the whole family as well. It is a different bonding experience all together. We learn more about our kids, while seeing their own set of strengths and capabilities,” she said.

“I am happy that Promil is providing us with this innovative experience at the Gifted Brain Room which will help a lot of us moms understand how our kid’s brain works even more,” Kryz highlighted how Gifted Brain Room enhances moms' understanding of their child's brain function.
 

4 Promil GBR Launch - Kryz Uy trying the Gifted Brain Visualizer.jpg
Gifted Mom Kryz Uy-Young trying on the Gifted Brain Visualizer while playing Gifted Brain Henyo together with the event attendees.


Solenn, on the other hand, reflects on the insightful experience at the Gifted Brain Room, noting how it has helped her better understand her daughter's thinking process and identify areas for further nurturing.

This newest escape room alike allows children to engage in tasks across briefing plus four mission rooms. From brainwave monitoring in the briefing room to focus-testing tasks in the second room, memory challenges in the third room, language skill assessments in the fourth room, and problem-solving activities in the maze room, each task aims to support children's cognitive growth in a fun and engaging manner.

Briefing room
In the first room, called the briefing room, children wear a Gifted Brain visualizer provided by a UK-based company to monitor their brainwave activity before working on the tasks.
 

A (26).jpg


Focus-testing room
In the second room, kids use a rope to place balls into the letters "D.H.A." to test their focus.
 

A (27).jpg


Memory-testing room
The third room features a screen narrating a story, with a block on the side that kids must match to a square hole to test their memory.
 

A (28).jpg


Language-testing room
In the fourth room, a digital wall displays different photos that children must connect to form one compound word, testing their language skills. For example, an image of a foot and a ball, if combined, it became football.
 

A (29).jpg


Problem solving room
The final room is a maze where kids start at the beginning and find the end, testing their problem-solving abilities.
 

A (30).jpg


For every task completed, children will receive four nutrient discs—DHA, Lutein, Choline, and MOS+. These discs are essential to achieve the main objective of activating the Gifted Brain.

The Gifted Brain Room is an experiential installation located on the 4th floor of Robinsons Galleria in Ortigas Center, Pasig City. Operating from Feb. 15 to May 20, 2024 this space offers free brain development activities for kids. To book your visit, register on mysterymanila.com or through walk-in.

Related Tags

Promil MB Lifestyle Online MB Lifestyle PH Wyeth
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.