Answered

Results Output Based on Answers to Each Question.

  • 21 June 2021
  • 4 replies
  • 102 views

New to typeform.

 

I have created a “Quiz” form and I need the results to reflect a certain word for each answer.

Example:

Question 1: How often do you feel you are complying to (X)?

  1. Over 80% of the time
  2. Over 60% of the time
  3. Over 25% of the time
  4. 0% of the time

Results to Question 1: (if they answered a for example) Meeting Expectations.

(each item will output one of the answers below… all questions will have the same possible results.)

  1. meeting expectations
  2. could use more work
  3. insufficient effort to meet goal
  4. not yet started

-----

HUGE thanks to whomever can help with this.

 

icon

Best answer by john.desborough 21 June 2021, 20:40

View original

4 replies

Userlevel 7
Badge +6

@digiduke73 - welcome to the community from another user

you could use text variables to do the trick. 

  • create a variable for each of your questions: ie var_q1, var_q2 etc
  • use the following logic rules to put the text into the variables
    • if q1 = a then replace q1_var with meeting expectations
    • if q1 = b then replace q1_var with could use more work
    • if q1 = c then replace q1_var with insufficient effort to meet goal
    • if q1 = d then replace q1_var with not yet started

 

does that help move the needle??

 

des

I am sure it will! Appears I need to go in and learn how to apply variables to questions hehe.

Thank you!

Userlevel 7
Badge +6

I am sure it will! Appears I need to go in and learn how to apply variables to questions hehe.

Thank you!

a little elbow grease and sweat of the brow won’t kill ya lol.. 

let us know if you need some help 

des

Appreciate you! And I appreciate the hint. I figured the rest out… best way to learn. Thank you friend.

Reply