Forum Discussion
Branching Scenario Quiz with different outcomes depending on the response
Hello Everyone,
I am developing a branching scenario quiz comprising 1 main question bank, " Big Category," with answer choices A-E that lead to five subcategories depending on the learner's responses. For example, if the learner chooses all "A"s throughout the first question bank, they go to the Environmental category and are led to the "Environmental" question bank, and if they answer all "A" s during the second question bank, then the second category is "LGBTQ+ Rights activism. But if they mainly answer "B," then their main category is Human Rights, and they are directed towards the "Human Rights" question bank. Sometimes, if the learner answers "A" half of the time and "B," the other half, they will end up in a "Tie" slide. However, for some reason, there is an issue with my triggers and the "Tied" results slides. The results slide sometimes comes up as still comes up as "Tie" even if I've tried clicking through "A" on all the answers as well as A/B for some, then 6-7 "Cs" and I always get "Tied".
I've attached a copy of the file
1 Reply
- elizabethPartner
You're seeing "tie" because there's a good chance two of the variables have a value of 0. If I choose all A's, my A score is 10 but B, C, D, and E are all equal, so I'm going to see "tie" because B, C, D, and E technically tied.
Change that trigger to remove all the "equals" conditions, and then move it up to the top of the trigger panel. "Tie" becomes the default, but if any of the other BigCount trigger conditions are met, you'll see the other topics.