Skip to main content
Known Participant
July 16, 2018
Answered

Show Next button after entire interation is complete

  • July 16, 2018
  • 1 reply
  • 265 views

Hello,

I would like to show a Next button after 5 buttons have been clicked to reveal content using Change state.

Is there any easier way to do this without needing to create 5 variables and 5 Advanced Actions. i.e 1 per button.

I had tried using JavaScript instead, but wasn't successful.

Thanks in advance,

    This topic has been closed for replies.
    Correct answer Lilybiri

    I always use that workflow.  Since I am a real Shared Actions user, I never create variables but import a shared action that has a number of variables included. You don't have to create 5 advanced actions, duplicating the first action and do very few edits takes only minutes. If you think it is easier with JS, go ahead and I could launch a challenge to see which workflow is the quickest.

    Have a look at:

    Force Clicking Hotspots: Comparison 2 Workflows - eLearning

    Both workflows have that conditional action you are talking about.

    1 reply

    Lilybiri
    LilybiriCorrect answer
    Brainiac
    July 16, 2018

    I always use that workflow.  Since I am a real Shared Actions user, I never create variables but import a shared action that has a number of variables included. You don't have to create 5 advanced actions, duplicating the first action and do very few edits takes only minutes. If you think it is easier with JS, go ahead and I could launch a challenge to see which workflow is the quickest.

    Have a look at:

    Force Clicking Hotspots: Comparison 2 Workflows - eLearning

    Both workflows have that conditional action you are talking about.

    Known Participant
    July 16, 2018

    I need to get used to using Shared Actions, but with the help of your post, I have achieved what I wanted using Advanced Actions.