Quiz troubleshoot

Aug 11, 2017

Hi all,

So i am trying to add 3 quiz with 10 questions in each quiz in a single package. Now if a user starts attempting the 1st quiz and he scores more then 90% then he does not have to go on to the other 2 quiz or the other 2 quiz should not be shown anymore and he can exit the package and the score goes to LMS.

Now if a user attempts 1st quiz and he scores less then 90% then he is triggered to the next 10 question which is 2nd quiz and when he completes and passes the 2nd quiz the score of the 2nd quiz should go to LMS and not the 1st quiz because he did not pass the 1st quiz.

Now if a user fails 1st and 2nd quiz, then he goes to the 3rd quiz and the 3rd quiz score will go to LMS if he passes or not passes.

is this possible to do something like this on storyline 360?

1 Reply
Mary Nagy

Hi Rohan!

I did these in Storyline2, but I would imagine they would work in 360. I don't have it yet :(

Simplest version:

  • Create the three quizzes each on a different Scene..
  • Insert instructions on the Failure feedback layer of the first quiz to go to the second quiz slide insert.
  • Insert instructions on the Failure feedback layer of the second quiz to go to the third quiz.

 

If you wanted the learner to be able to review the material in between quizzes, you could try something like this:

Create a quiz landing page.

  • Create variable called quizattempt (number) set initial value to zero.


Add Triggers:

  • Add 1.00 to quizattemt when the timeline starts.
  • Adjust variable quizattempt =1 when tieline starts If quizattemt > 3;

Create a “Take Quiz” button and add these triggers:

  • Jump to Scene one if If quizattempt ==1;
  • Jump to Scene two if If quizattempt ==2;
  • Jump to Scene three if If quizattempt ==3;

This discussion is closed. You can start a new discussion or contact Articulate Support.