Forum Discussion

MelissaCline350's avatar
MelissaCline350
Community Member
2 years ago

Variable Question

I am developing a card-sort Storyline interaction in which users first sort a series of statements into an Agree, Neutral, or Disagree pile (with no right or wrong answers). After that is completed, they will, then, think more granularly about what they have selected by placing each card on a .5 to 5 scale/triangle grid. I have both of those slides set up, but how can I get the cards to show up on the .5 to 5 slide in their respective three categories? Any suggestions are appreciated! 

https://360.articulate.com/review/content/b0d837eb-bcf4-407d-b2f7-d458284ca09f/review

3 Replies

  • How about using variables to define the categories to which these cards are assigned. And on the -5 to 5 slide, you can set the initial state of the cards to hidden and change their state when the timeline starts, based on the condition of the variable being equal to a specific category.

     

  • Melissa Cline-Douthitt

    I am developing a card-sort Storyline interaction in which users first sort a series of statements into an Agree, Neutral, or Disagree pile (with no right or wrong answers). After that is completed, they will, then, think more granularly about what they have selected by placing each card on a .5 to 5 scale/triangle grid. I have both of those slides set up, but how can I get the cards to show up on the .5 to 5 slide in their respective three categories? Any suggestions are appreciated! 

    https://360.articulate.com/review/content/b0d837eb-bcf4-407d-b2f7-d458284ca09f/review super mario 64

    Using Storyline Variables and Advanced Actions:
    Create Variables: For each card, create three variables (e.g., Card1_Agree, Card1_Neutral, Card1_Disagree).
    Set Variables: In the first card sorting slide, when a card is dropped into a category, set the corresponding variable to "true".
    Conditional Logic: On the second slide, use conditional logic to show or hide cards based on the variable values. For instance, if Card1_Agree is true, show Card1 in the "Agree" section of the .5 to 5 scale.

  • BorisSchroth's avatar
    BorisSchroth
    Community Member

    Melissa Cline-Douthitt

    I am developing a card-sort Storyline interaction in which users first sort a series of statements into an Agree, Neutral, or Disagree pile (with no right or wrong answers). After that is completed, they will, then, think more granularly about what they have selected by placing each card on a .5 to 5 scale/triangle grid. I have both of those slides set up, but how can I get the cards to show up on the .5 to 5 slide in their respective three categories? Any suggestions are appreciated! 

    https://360.articulate.com/review/content/b0d837eb-bcf4-407d-b2f7-d458284ca09f/review abonnement iptv

    You can achieve that by using variables and states to track where each card was dropped on the first slide, and then reusing those variables to control the card visibility on the second slide. For example, assign a variable (like Card1State) that changes to “Agree,” “Neutral,” or “Disagree” depending on which drop zone the user selects. Then, on your second slide, create three sets of cards—one for each category—and set their initial states to hidden. Use Slide Triggers such as “Change state of Card1 to Normal when timeline starts if Card1State = Agree” to make them appear only in their assigned group. This way, Storyline knows exactly which cards belong to which category, and you can then apply your 0.5–5 scale interaction on top of that logic. It takes a bit of setup, but once your variables and triggers are consistent, it works smoothly between slides.