Programming Various Result Outcomes When Selecting Answers

Oct 13, 2021

Hello! So I am working on a training module and one of the sections presents 3 different scenarios that the user is supposed to pick the best possible response to. Each scenario has 4 options to choose from labeled A-D. What I need to do is after the user say picks option A for all 3 scenarios, a prompt will be triggered saying "You've chosen all A's." If they choose option B for all scenarios a prompt will be triggered saying "You've chosen all B's," etc. Basically it's supposed to be a personality test. If they choose the same letter option for all 3 questions they will get a personality trait result. 

 

Initially I set up 3 different slides each with a scenario header and their 4 options underneath. I figured after they went through the 3 slides and picked their options, I'd be able to program it to be something like: if all option A answers are selected, an option A result slide will be triggered. I can't seem to figure out a way to link all of the chosen answers though to produce a result. I tried building all of the scenarios in one slide as different slide layers but for some reason when I went to program the results, it only gave me two of the scenario slide layers to reference, not all 3. Any suggestions on the best way to set this up? 

1 Reply