• I’m attempting to create a ‘personality quiz’ in which there are three possible outcomes “outcome a, outcome b, outcome c”

    How do I set up the conditional logic so that in a series of ten questions if the user answers for example more “outcome a” responses than any other other two outcome answers they receive this type of personality..

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author dabernathy89

    (@dabernathy89)

    Hey, this would be considered a “multiple choice” quiz. There are instructions for setting up one of these in the main plugin description. The main thing to keep in mind is that the “value” (not the label) for the answers needs to be consistent. For example:

    Question 1
    – Answer 1 – “outcome-a”
    – Answer 2 – “outcome-b”
    – Answer 3 – “outcome-c”

    Question 2
    – Answer 1 – “outcome-c”
    – Answer 2 – “outcome-a”
    – Answer 3 – “outcome-b”

    etc, etc. The labels can be whatever you want.

    You can then use conditional logic in your confirmation to check whether the Quiz Result is equal to “outcome-a”, “outcome-b”, etc.

    Thread Starter arielramira

    (@arielramira)

    Yes that’s how I have it set. But so far I only see the option within conditional logic to have all the answers match the outcome.. I can’t understand how to set it so if they were to answer 6/10 various questions with outcome A..

    https://ufile.io/54d06

    Plugin Author dabernathy89

    (@dabernathy89)

    Hey @arielamira, sorry for the late response here. You will need to set up a separate ‘confirmation’ for each of the outcomes.

    Your conditional logic should be checking for the ‘Quiz Result’. This will be the ‘value’ of the answer for that confirmation. From the ‘Showing Quiz Result’ section of the instructions:

    For multiple choice quizzes, you should create one confirmation for each potential result (e.g., a confirmation for “apple” and a confirmation for “orange”).

    I do have Conditional Logic options at the bottom of my Notification settings that state: “Enable conditional logic to Send this notification…”
    However they are missing from the Confirmation (Text) settings. What am I missing?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quiz Scoring w conditional logic’ is closed to new replies.