Right now, when I receive a response from Typeform, I receive the text of every answer so am wondering, is there a way to configure the response to include the number/letter of mulit-choice (type: choice)?
Example:
Question 1:
A - Answer 1.
B- Answer 2.
C- Answer 3.
So instead of receiving say “Answer 2” to be the answer to that question, I’d receive the letter “B”.
Thanks
Hi
One thought offhand would be to use a service like Zapier or Make (Integromat) to filter the responses and send them with the lettering instead.
I am not aware of any workarounds for this, sorry.
- labels created as follows:
- A - Choice 1
- B - Choice 2
- etc
- connect to google sheets
- use function(s) inside the Sheet to parse the first character out so that i know which option they selected
- i will state that if you randomize the order it may look a little silly with F, A, D, B being listed as the first characters of the options.
doesn’t much help inside native typeform unless you want to use a logic rule to assign a variable with the answer selected ie v_qNanswer below is a text variable
- if answer = A then replace v_qNanswer with ‘A’
- if answer =B then replace v_qNanswer with ‘B’
then you could capture the variable with your answers as well
des
This would be VERY helpful to help simplify the mapping and analysis of the answers, as well as allow for editing of the answer without invalidating old data.
+1
Hey
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.