• Resolved tamdoankc

    (@tamdoankc)


    I have some timed quizzes that randomly selects a smaller number of questions from the main list of questions. For example, number of questions to display is set to 20 from the list of 60. When a student clicks on “Take Quiz” it will take you to the first page “Start Quiz”. On the Start Quiz page it displays “Quiz length: 60 questions” (ie the total question bank rather than the number displayed). During the quiz it does show the correct number of questions 20.

    My question is, is there a way to either change the “Quiz length: …” to show the number of questions that the student will be taking (ie 20) or maybe just hide it completely?

Viewing 1 replies (of 1 total)
  • Hi @tamdoankc ,

    have some timed quizzes that randomly selects a smaller number of questions from the main list of questions. For example, number of questions to display is set to 20 from the list of 60.

    Thank you for the report!

    I tested this and can confirm the issue. I’ve reported it here:

    https://github.com/Automattic/sensei/issues/6541

    That will be the best place to follow for updates/fixes/comments.

    is there a way to either change the “Quiz length: …” to show the number of questions that the student will be taking (ie 20) or maybe just hide it completely?

    Since it’s a bug, it will take the developers fixing it in order for it to work correctly. While we can’t provide custom CSS, you might take a look at hiding this element. (please note that your theme may override or otherwise affect things):

    div.sensei-lms-quiz-timer__start-page__question-count {
    display: none;
    }

    Best,

    Cena

Viewing 1 replies (of 1 total)
  • The topic ‘“Quiz Length” is showing total number of questions’ is closed to new replies.