3 Replies Latest reply: Nov 11, 2014 10:32 AM by Lilybiri RSS

    Who wants to be a Millionaire - Retake question

    snazzy610 Community Member

      I am using the Who wants to be a Millionaire learning interaction in Captivate 8. Once a user answers a question incorrectly, the game ends. Is there a way to "retake" the game at the end?

      Doesn't seem like there are many options to customize (besides the look of the game) in this widget.

        • 1. Re: Who wants to be a Millionaire - Retake question
          Lilybiri CommunityMVP

          Could find a workaround, you 'll have to navigate away from the slide and

          get back, it will be reset. This can be done with an advanced action.

          • 2. Re: Who wants to be a Millionaire - Retake question
            snazzy610 Community Member

            I am not very good with the advanced actions. Could you provide some more guidance, please?

            Thank you!

            • 3. Re: Who wants to be a Millionaire - Retake question
              Lilybiri CommunityMVP

              For this interactive interaction the value of the score will be stored in the associated variable (do not forget to create it, will label it v_mil).

               

              Failure means that you don't get the total score, right? And since you only want to retake at the end, I suppose that is on another slide? Then it is easy, you just have to make a 'button' visible on that slide if the score is lower than the total score. That can be done On Enter for that slide:

              IF v_mil is less than v_total    you can put the exact total score here, or store that score in another user variable v_total

                 Show Bt_Retake                 where that is the button that is initially invisible

              ELSE

                 Continue

               

              The button has to trigger a simple action 'Jump to ...' to get back to the slide with the game, it will be automatically reset.