• Resolved lukashamstra

    (@lukashamstra)


    Hello,

    I am currently building a quiz and I was wondering if there is a way to match exit questions (the last answered question that ended the quiz) and a result. For example, when the player selects ‘no’ at question 2 I want the quiz to end and show result 2. But if the player ends the quiz at question 3 I want the quiz to show answer 3. I know that there is a point system in place for this, but that won’t work as points cannot show what question was the last answered question. Maybe there are two different ways to get 20 points, but if one of them ends at question 2 and one at question 3 I want to show different results.
    I hope this wasn’t to vague. I would appreciate any help!
    Thank you in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Bob

    (@prasunsen)

    Your only solution is to ensure there are no “two ways to get 20 points”. This is easiest to achieve by giving big and/or odd numbers of points to those specific answers. For example the answer “no” could give 999 points, the other important answer could give 10000 points or whatever. This way you’ll ensure you always get the right result.

Viewing 1 replies (of 1 total)
  • The topic ‘Conditional result based on exit question’ is closed to new replies.