CP4 - only allow 3 quiz attempts using advanced action
Hi, im trying to create a multiple choice quiz that allows learners to attempt it up to 3 times. Each attempt takes them right through the quiz to the results slide. Ive tried an Advanced Action (see below), but it just loops to retry quiz (more than 3 times).
Aim:
If they pass they travel to results and onwards to the exit slide.
If they fail they go from the results slide to instructions slide again, to retry quiz. Unless they have tried 3 times, in which case they are taken straight to slide 6, which informs them they cannot attempt quiz again and need to contact training department. This slide then goes to exit.
Settings:
Each quiz slide allows one attempt before continuing.
Quiz set to optional so user can be sent to slide 6 without having to pass.
If pass jump to slide 5. this slide jumps to slide 7.
If fail execute advanced action (this is where i think im wrong as im new to AAs - have tried 10 or so different combos😞
check if (cpQuizInfoAttempts is equal to 3) +
begin <NewLine>
Jump to slide slide 6 <NewLine>
Add statement
end
Or Else
begin <NewLine>
Jump to slide slide 3 <NewLine>
Add statement
end < NewLine>
Add Statement
Filmstrip:
slide 1 -title
slide 2 - instructions
slide 3 - question 1
slide 4 - question 2
slide 5 - question 3
slide 5 - results (jumps to slide 7)
slide 6 - 3rd attempt failed (only access if failed 3 times)
slide 7 - exit
I can send a cp project mock-up via email if someone can help!?
thanks
Gav