Skip to main content
Participant
December 18, 2019
Question

Need to add video clip to quiz slide when user reviews results

  • December 18, 2019
  • 1 reply
  • 230 views

I have been asked to add a video clip to the review of quiz questions at the completion of the quiz.  The goal is for the user to see a video showing the correct answer.  I am not clear on how I do that since it the quiz slide is not editable (at least I have not found a way) if the answer is wrong.  Do I need to create different states of the slide or is there a more direct method.  Thanks for any assistance.  

This topic has been closed for replies.

1 reply

Lilybiri
Legend
December 18, 2019

Only during Review? You will  need a shared action to be triggered On enter for the quiz slides, checking the system variable cpQuizInReviewMode.

The problem is that if you add custom objects to a quiz slide (which is perfectly editable within limits, don't know why you claim that is not possible) in the stack order they will always be below the embedded objects. I suspect you will use event video? I have described recently a workaround for popups:

http://blog.lilybiri.com/popups-on-quiz-slides

 

You will need a similar approach, combined with the conditional action On Enter which I mentioned. How many quiz slides? You can have event video in states of a multstate object, where the normal state is blank....

 

Participant
December 18, 2019

Thanks for the guidance and prompt reply.  This is helpful.  

Lilybiri
Legend
December 18, 2019

Let me know if you figured it out?