You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!doctype html>
< html lang = "ru" >
< head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1" > < title > Неправильные ответы< / title > < link rel = "stylesheet" href = "teacher.css?v=20260621-1" > < script defer src = "results.js?v=20260621-1" > < / script > < / head >
< body >
< header > < div > < h1 > Неправильные ответы< / h1 > < p class = "stat" id = "summary" > < / p > < / div > < nav > < a href = "teacher.html" > Страница преподавателя< / a > · < a href = "questions.html" > Редактор вопросов< / a > · < a href = "monitor.html" > Монитор< / a > < / nav > < / header >
< main > < div class = "toolbar" > < label > Студент < input id = "student-filter" placeholder = "Введите имя" > < / label > < label > Тема < select id = "topic-filter" > < option value = "" > В с е темы< / option > < / select > < / label > < button id = "reload" > Обновить< / button > < / div > < div id = "message" class = "message" > < / div > < section id = "results" > < / section > < / main >
< / body >
< / html >