Forum Discussion

ClaudiaSique749's avatar
ClaudiaSique749
Community Member
4 years ago

There's got to be a better way to do variables than what I've done...

I really just needed the slide to work so I created a True/False variable for each marker but then I had to create 5 unique triggers because I couldn't think of a better way to use those variables to change the state of the hidden button. 

Basically I want to make it so that, no matter what order a user clicks the markers, once they've all been clicked, the Continue button appears. I'm certain there's a better way to do this...

3 Replies

  • One approach that i've used occasionally is conditionally incrementing a variable.


    Say for instance I wanted to do a pretest where the user would skip/complete any section they pass. 

    Create a Target variable for each section: Goal_section#. 
    Then create a tracking variable that is based on the uses actions: Score_Section#.   
    Then have trigger fire when Score_Section# is equal or greater than Goal_section#.
           So long as you control then tracking variable updates you can use this method to set your triggers.