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
Answered
Can I receive the number of the answer (A, B, or C) instead of the answer itself (text) in form_response?
Best answer by john.desborough
- 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
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.