How do I direct several combinations of answers to the same outcome?
Hi
I am setting up a personality quiz. I have 5 questions and 2 outcomes. You need to answer all the questions "correctly" to get to outcome 1.
All other combinations have to lead to outcome 2.
How do I do that?
The quiz settings work like this:
// "Outcome 1"
{ outcome: '#container16',
choices: ['#container41', '#container2', '#container7', '#container10', '#container14',] },
// "Outcome 2"
{ outcome: '#container17',
choices: ['#container42', '#container5', '#container8', '#container11', '#container13',] },
Outcome 1 works fine. The problem is that you can submit all kinds of answers and still end up with outcome 1. I need all other combinations to end up in outcome 2.
There must be some way, please help :-)
Original post by Thomas Overholt Hansen
Please sign in to leave a comment.
Comments
0 comments