Show a Series of Slides Based on User Selections

Jul 08, 2016

Hello! I'm hoping that someone might have an idea for a solution, because I can't come up with anything and unfortunately I'm not familiar enough with JavaScript to know if there is a way to write a code that would execute this action.

Here's what I'm trying to do: I want users to be able to select multiple items from a list. After they click "continue", they would be guided through a series of slides to review each item they DID NOT select. Each item on the list would have it's own slide.

I just can't figure out how to make that happen. Any thoughts are appreciated!

2 Replies
Walt Hamilton

Each topic has a variable whose initial value is False.

Each topic they click sets that variable to True

Then use these triggers:

 

Jump to slide "Topic 1"

When user clicks Continue

On condition variable "Topic1Selected" = False

 

Jump to slide "Topic 2"

When user clicks Continue

On condition variable "Topic2Selected" = False

 

Jump to slide "Topic 3"

When user clicks Continue

On condition variable "Topic3Selected" = False

 

At the end of each slide repeat the list of triggers, leaving off previous slides:i.e. The list on Topic1 starts with the trigger to Topic2, etc.

This discussion is closed. You can start a new discussion or contact Articulate Support.