Social networks

Kherson State University filmed work with interactive floor Briolight

On its Facebook page, Kherson State University posted an interesting video in which you can see the updated interactive floor Briolight, released in the second half of 2020.
“The interactive floor at the pedagogical faculty of Kherson State University is a unique tool for correctional and rehabilitation work. It is a serious additional educational tool for future teachers of preschool and primary education! Additional effects have been uploaded to the virtual platform. Watch the video 😍 “- said Alexander Spivakovsky, rector of the university.
# HDUforward

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