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.
-
Upload Customized CSS.
Comments
0 comments
Article is closed for comments.