Forum Discussion
TimothyOSulliva
3 years agoCommunity Member
Selecting a character to use through the course
Good Afternoon,
I'm wanting to have the learner select a character to use throughout the course, in a similar way you would use a variable to allow a learner to use their name.
For example...
John_M
3 years agoCommunity Member
I created a text variable called "CharSel" using this procedure:
I then added Adjust Variable triggers to execute when the timeline starts for each slide (you probably saw those).
I also added a condition to the Next Button trigger so that it will only work if the CharSel variable is not equal to Blank. Without this, the learner could advance without selecting a character and both characters would be invisible.
I hope this works for you.