You are here

quiz-progress.html.twig in Quiz 6.x

<div id="quiz-progress">
  Page <span id="quiz-question-number">{{ current }}</span> of <span id="quiz-num-questions">{{ total }}</span>
</div>

File

templates/quiz-progress.html.twig
View source
  1. <div id="quiz-progress">
  2. Page <span id="quiz-question-number">{{ current }}</span> of <span id="quiz-num-questions">{{ total }}</span>
  3. </div>