Social networks

Cognitive effects of Briolight

The Cognitive category includes 39 interactive effects.

The games developed by us contribute to the cognitive development of children. And they are aimed at activating three main parameters:

🔷 Concentration of attention  

🔷 Operative (working) memory  

🔷 Cognitive flexibility

Such classes allow using movements to work out those knowledge and skills that were previously available only at work at the table. For example, instead of paper games “combine object and silhouette” this can be done actively moving and rejoicing.

So in the game “Animals” you need to guess the animal in silhouette, stepping on the correct answer. In addition, completing the task, the children simultaneously develop motor skills and learn something new. For example, in the “Shapes” game, children learn basic geometric shapes, and in the “Letters” game, the alphabet.

The task is presented in the form of games, it enables the child to play and develop at the same time, and to make the therapeutic process effective and emotionally intense for the specialist. A variety of gaming tasks allows you to maintain the interest of the child in the implementation of the therapeutic program.

BACK

Вас може зацікавити

Ask a question

Thank you foryour request

Our managers will contact you shortly.

OK
document.addEventListener("DOMContentLoaded", function() { const form = document.getElementById("docs"); form.addEventListener("submit", function(e) { e.preventDefault(); const formData = new FormData(form); fetch("/mail.php", { method: "POST", body: formData }) .then(response => { if (response.ok) { // Приховуємо тіло форми та показуємо блок "Дякуємо" form.querySelector(".form__body").style.display = "none"; form.querySelector(".form__thanks").style.display = "block"; } else { alert("Помилка відправки. Спробуйте ще раз."); } }) .catch(error => { console.error('Помилка відправки:', error); alert("Помилка відправки. Спробуйте ще раз."); }); }); });