Answered

Quiz structure

  • 15 October 2021
  • 2 replies
  • 100 views

Hello, 

 

I have a short quiz of 11 situations (stated as strengths) for the managers of my company. But I want them to be able to rank them from 1 (“That is not my focus”) to 5 (“That is totally me”). With the caveat that I want to force them to have a reply with the structure 1, 3, 3, 3, 1. Meaning only 3 situations in the middle, only 1 as “totally me”, etc.

 

Is there a template for something like this?

 

Another way could be to drag the “situations” into the buckets of 1 to 5, with the distribution that I just mentioned. 

 

Thank you in advance.  

icon

Best answer by john.desborough 15 October 2021, 19:24

View original

2 replies

Userlevel 7
Badge +5

Hi @mocaranza I *think* you could set this up using logic jumps, but you might have to add a lot to the form to get this working the way you’d like. 

@john.desborough or @Paulo do you have any setups similar to this? 

Userlevel 7
Badge +6

@Liz @mocaranza - you would have to do the logic along the lines of :

  • if answer = 1 then add 1 to q1_score (or another variable you create)
  • if answer =2 then add 3 to q1_score …
  • if answer = 3 then add 3 to q1_score
  • if answer = 4 then add 4 to q1_score
  • if answer is 5 then add 1 to q1_score.. 
  • if q1_score =1 then replace q1response with ‘totally me’
  • if q1_score = 3 then replace q1response with ‘not me’

do the same for other questions

 

would that work??

 

 

Reply