-
1. Re: Who wants to be a Millionaire - Retake question
Lilybiri Nov 5, 2014 8:37 AM (in response to snazzy610)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 Nov 11, 2014 9:58 AM (in response to Lilybiri)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 Nov 11, 2014 10:32 AM (in response to snazzy610)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.


