From 41582e7fa497cbff30d80ef98c54b1f09366d54c Mon Sep 17 00:00:00 2001 From: Ali Maktabi Date: Sun, 15 Sep 2024 16:43:47 +0330 Subject: [PATCH] added 3 extra seconds to the quiz --- src/quiz/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quiz/constants.py b/src/quiz/constants.py index abecbdf..64b8669 100644 --- a/src/quiz/constants.py +++ b/src/quiz/constants.py @@ -1,2 +1,2 @@ REST_BETWEEN_EACH_QUESTION_SECOND = 9 -ANSWER_TIME_SECOND = 11 +ANSWER_TIME_SECOND = 14