From 3e122600e51bc3eadff023f6ec42b6c637a14508 Mon Sep 17 00:00:00 2001 From: Nastya Date: Thu, 18 Sep 2025 23:31:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B8=20?= =?UTF-8?q?=D0=BA=D0=B2=D0=B8=D0=B7=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 0 src/pages/startPage/StartPageSettings.tsx | 96 ++++++++++++++++++++++- 2 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e69de29b diff --git a/src/pages/startPage/StartPageSettings.tsx b/src/pages/startPage/StartPageSettings.tsx index 2d203520..effea858 100755 --- a/src/pages/startPage/StartPageSettings.tsx +++ b/src/pages/startPage/StartPageSettings.tsx @@ -893,7 +893,101 @@ export default function StartPageSettings() { Запретить шаг назад - {!isSmallMonitor &&} + + + { + updateQuiz(quiz.id, (quiz) => { + quiz.config.backBlocked = e.target.checked; + }); + }} + /> + + + Включить таймер вопросов + + + + + + updateQuiz(quiz.id, (quiz) => { + quiz.config.info.law = e.target.value; + }) + } + sx={{ + width: "51px", + height: "48px" + }} + /> + + мин. + + + + + + + updateQuiz(quiz.id, (quiz) => { + quiz.config.info.law = e.target.value; + }) + } + sx={{ + width: "51px", + height: "48px" + }} + /> + + сек. + + + + + + {!isSmallMonitor && } )}