Answered

I want to create a form where the respondents can create a likert scale. This is for a performance rating form, where the respondents should be able to define their goals and rate them.

  • 19 December 2021
  • 1 reply
  • 55 views

For example,

after entering basic information, the respondent will then fill the below:

Objectives

  • (Enter text here) - (choose a rating)
icon

Best answer by john.desborough 19 December 2021, 16:51

View original

1 reply

Userlevel 7
Badge +6

@HRinDubai - welcome to the community

Typeform doesn’t allow for this scenario to happen on one page. You would have to do it along the following lines, probably based on requiring the user to set a specific number of objectives say 5 of them. the structure andlogic would be along these lines:

  • get the user to put in their tombstone information then present them a form for the first objective, for the sake of simplicity i will call this Q1: 
    • Objective 1 - please enter the objective in your own words 
      • use a short text question 
  • once they have completed Q1, entering the objective text they would go to q2, a likert question 
    • Q2 would have something like “ please rate yourself on this objective by choosing your target below.
    • use the ‘description’ area of the form to @recall the response from q1 so that the user can see the text of the objective
  • once they choose the value from the likert scale question they go to the next objective entry screen. and associated likert question.. etc.. 

it’s easier if you have a fixed number of objectives for them to complete, from a logic and branching perspective BUT you can also do this by creating a maximum number of ‘empty’ questions (say 10, and then use a variable to store the count left, reduce it by one for each question completed, and when 0 kick them out to an ending)  and asking the user if they want to add another objective and if yes, go to the next question (subject to the declining counter) or go to the ending. 

so, it can be done with this workaround. 

hope that helps somewhat

 

des

Reply