Always Show Progress Indicator
By default, only quizzes that render the questions one by one show a progress indicator.
To override the default setting and get a progress indicator in all types of quizzes:
-
Add the following code to the CSS:
#quiz.show-all .quiz-progress { display: block; }
-
Save your CSS.