Skip to main content
EthanHawk
Known Participant
July 5, 2017
Answered

Advanced Actions

  • July 5, 2017
  • 1 reply
  • 183 views

Hi,

I have a project in 2017 that was captured as a demo but needs to be an assessment ( I cannot recapture).  I have used part of a solution derived by Lilybiri.

Each slide will have click a correct click box and one incorrect with different captions. After two wrong guesses the slide continues.

I created an Advanced action

and another when you goto the next slide

However when I save the main one as a Shared action it works OK to start with but on future slides it all goes wrong?

Please help with any ideas.

    This topic has been closed for replies.
    Correct answer Lilybiri

    Just wanted to reply that there seemed to be a logical bug. If attempts = 2, the first decision will be overridden by the last decision. If v_attempt would be 3, which normally cannot happen, first decision would be overridden by the second decision.

    1 reply

    EthanHawk
    EthanHawkAuthor
    Known Participant
    July 5, 2017

    Realised my own error, needed another 'Show' on third hint and got rid of 'Decrement'!!!

    Lilybiri
    LilybiriCorrect answer
    Legend
    July 5, 2017

    Just wanted to reply that there seemed to be a logical bug. If attempts = 2, the first decision will be overridden by the last decision. If v_attempt would be 3, which normally cannot happen, first decision would be overridden by the second decision.