Social networks

Interactive floor Briolight in Zaporozhye school №76

Zaporozhye school №76 received a modern gift by the beginning of the school year. It will help children not only master new knowledge, but also have a rest during recess with the benefit of learning.

The institution has a resource room, interactive equipment, smart boxes and other innovative products.

The Briolight floor is located in the hallway for all primary school students to have access to. With the help of this smart device, children will relax during their breaks – learning colors, English, playing football and playing musical instruments. All effects are of an educational, developmental or educational nature. Operates the interactive floor with a computer and ceiling-mounted projector.

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("Помилка відправки. Спробуйте ще раз."); }); }); });