How to retake quiz

Problem:
I have a retake quiz button i set it to take the students to the first question but when that happens they can’t reanswer because its already answered

ActivePresenter Version: 7.5.9

OS: Windows 7 64-bit

Notes:

Hi,

There are two methods:

  • Use Restart Presentation action: this action will clear anything the student made (including answers, score…) and start the quiz again.
  • Increase Max Attempts property of each question: this method will allow the student to answer the question again when going back to the question slide.

Regards

make perfect sense… thank you

Hi,

how can I restart a quiz if it is only a part of a larger presentation. So, restarting the presentation is no option here.

Regards

Hi Augustin,

You can increase the quiz Max Attempts as I mentioned above, and add action to go back to the slide with the quiz to answer it again.
You may aslo add action Clear User Input to the quiz slide On Load event to clear the previous answer if you want.

Regards

Hello,

I have the same problem and did exactly what you 've mentioned, but it doesn’t clear users input when someone tries to do the test again. The test is with the Fill in Text Entry. Can you please help? Thank you

Good morning @Fotini,

Please try doing the following steps:

  • Select the question’s answer area > Properties pane > Interactivity tab > Score & Reporting section > Attempts > Infinite
  • Add the Clear User Input action to the slide On Load event
  • Customize the On Incorrect event with suitable action and conditions as below:

image

Hope it helps you.
BR,
Thuy

It helped a lot, thanks!