Forum Discussion
KatherineRayn
2 years agoCommunity Member
Storyline 360 - Complex text input scenario
Hi Everyone
Hoping someone can help...I am trying to create the following workflow, I have worked out step one and two, but hoping someone can help with step three
Step One (slide one) - 5 text ...
WaltHamilton
2 years agoSuper Hero
On slide two, when the learner clicks [whatever moves them to slide three], BEFORE the “Jump to...” trigger, create these triggers:
Set [NewVariable1] to blank
Set [NewVariable2] to blank
Set [NewVariable1] to [OldVariable1] if [OldVariable1] state = Selected AND [NewVariable1] = blank
Set [NewVariable1] to [OldVariable2] if [OldVariable2] state = Selected AND [NewVariable1] = blank Etc. for all five
Set [NewVariable2] to [OldVariable1] if [OldVariable1] state = Selected AND [NewVariable1] is not = blank
Set [NewVariable2] to [OldVariable2] if [OldVariable2] state = Selected AND [NewVariable1] is not = blank Etc.
Jump to Slide three, which will show NewVariable1 and NewVariable2.