I’ve created a quiz through a Manychat template, using actions to increase points and conditions to match the results but it seems that the points through the quiz are not summed, in fact the results at the end of the quiz it’s always the same no matter which option has previously been picked. Is there any trick i’m missing?
Could you share the flow that you are currently using?
Hola
Your scoring system seems to be the issue here…
With 1 answer on +1000, you get sent to option #4, and that’s probably what you’re getting most often… Same with 1 answer with +10000, it goes to the last option, always.
You could re-think your logic… For example, you could have 5 fields:
- Result1
- Result2
- Result3
- Result4
- Result5
You increase the field according to the response. So instead of +1, +10, +1000, +1000 etc, it’d be +1 for all, but on different fields according to the answer.
And at the end, you create a condition to see which field has the highest score.
So, they could have had something like:
- Result1 - 0
- Result2 - 3
- Result3 - 1
- Result4 - 1
- Result5 - 0
Therefore the result would be ‘Result2’ which is the highest score.
Hope this helps!
And at the end, you have a condition like this:
Makes sense?
You need to account for all options on the condition.
So you have 8 questions in total, so there could be several possible outcomes:
- if somebody has 5 or more of a given result, that’s the winner.
- if somebody has 4 of a single option
- if they have 3 of a single option
- if they have 2 or a single option
You’ll need to build all these options out on the final condition.
More questions mean more complex conditions at the end, unfortunately.
And sure, book me here: https://gusboregio.com
Hey
And sure, feel free to book a call. (I'm removing the link from the comment later, but really appreciate you asking) .
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.