Skip to main content

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:

  1. Add the following code to the CSS:

    #quiz.show-all .quiz-progress {
        display: block;
    }
  2. Save your CSS.

  3. Upload Customized CSS.