When someone is answering multiple choice questions is there a way for me to filter out anyone that doesnt score a certain percentage? There is no wrong answer on my type form BUT I am only interested in specific answers.
Hi
In case you're willing to filter specific answers from a group of responses, I'd say the best option would be integrating with Google Sheets or exporting your results and then you can play around with the data, filtering it.
Do you believe this would work for you? Let me know if I misunderstood your use case =)
Hi
Welcome to the community!
Would that also be a possible workaround? Let us know!
Thank you!!
For instance if I had some multiple choice questions
Question 1
Do you like cake?
- Yes
- No
Do you like muffins?
- Yes
- No
I only want to see people that say yes to muffins OR also people that say no to cake
so someone that says no to muffins and no to cake is still someone I want I might have 4 questions and someone who doesnt tick any of the requirements I have I dont even want to see (It will be much more than 4).
Thanks for both of your help!!
you could actually assign ‘points’ to each score if you like and store those in a variable or set of variables and then at the end of your survey, based on answers and points, you could have something like this:
assume v_score is the points total and v_followup is a text variable that will indicate that you want to follow up with that individual
- if v_score is greater than 20 replace v_followup with “yes”
- if v_score is greater than 10 and v_score is less than or equal 20 replace v_followup with “maybe”
- if v_score is less than or = 10 replace v_followup with “no”
- if v_score equals yes jumpto ending A
- if v_score equals maybe jumpto ending B
- if v_score equals no jumpto ending C
you can then have an ending page with information and links to appropriate pages in your site or followup pages to which you wish to direct the user.
you would also have the data available in your Results tab in Typeform or in a google sheet, crm system etc as integrated, that would allow you to undertake the appropriate actions
just my two cents from the igloo
des
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.