quiz-progress.html.twig in Quiz 8.6
Same filename and directory in other branches
<div id="quiz-progress"> Page <span id="quiz-question-number">{{ current }}</span> of <span id="quiz-num-questions">{{ total }}</span> </div>
2 theme calls to quiz-progress.html.twig
- ajax_quiz_navigate_quiz in modules/
ajax_quiz/ ajax_quiz.module - AJAX callback for quiz submission.
- QuizQuestionController::take in src/
Controller/ QuizQuestionController.php - Take a quiz questions.
File
templates/quiz-progress.html.twigView source
- <div id="quiz-progress">
- Page <span id="quiz-question-number">{{ current }}</span> of <span id="quiz-num-questions">{{ total }}</span>
- </div>