Skip to main content
Known Participant
December 18, 2017
Question

Quiz Results

  • December 18, 2017
  • 1 reply
  • 511 views

I have created a multiple question quiz. The instructions for the quiz are recorded on the first question slide (slide 6). When I click on "Review Quiz" on slide 14 to see the results, I then go to question 1 and I can see if my answer is correct/incorrect. The issue is that the quiz instructions from slide 6 are repeated.  How do I get rid of this? I want to just click through my results with no audio and then select continue to move on to the next slide with audio.  

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    December 18, 2017

    It depends which type of Audio you used.

    If it is slide audio, the best way to not 'hear' it second time is to use the cpCmndMute system variable in a conditional advanced or shared acition triggered by the On Enter event of the quiz slide:

      IF cpInReviewMode is 1

         Assign cpCmndMute with 1

         Continue

      ELSE

         Continue

    If you need audio later on, you'll have toggle the cpCmndMute back to 0.

    If you use the command Play Audio or Audio aatached to an object, you can use a similar conditional action.

    Known Participant
    December 18, 2017

    The steps that you mention are a bit advanced for me. I haven't gotten that far in my training yet, so I'm exploring here a bit.  Do I start at Properties/Actions and then beneath On Enter select Execute Advanced Actions?  Then do I go to Script window?  Is the Action Type Conditional actions?

    Lilybiri
    Legend
    December 18, 2017

    Yes, that is the work flow. Which version do you use? I can only post a screenshot if I know the version you are using.