Answered

Creating a score based on each question group and feeding the lowest scoring question group at the end

  • 20 January 2022
  • 7 replies
  • 400 views

Userlevel 1

Hi, 

I am creating a quiz quick will have questions based on three topics. Each topic will be set-up as a question group and has a set of sub question where the individual has to rate themselves using an optional scale for a total of four questions under each question group. 

What I want the logic to do is apply whichever number they pick from each question to the total score for that question group and then once they have made their way through each question group and sub questions the end to push them to a page reflecting whichever question group they scored lowest by how they rated themselves within the three sections, which the lowest scoring section being the one they need to work on the most. 

I cant find the logic to do this as it seems to add as a total and cant add in groups and serve the lowest, is there a way of doing this?

Thanks!

Monet

 

icon

Best answer by john.desborough 20 January 2022, 15:20

View original

7 replies

Userlevel 7
Badge +6

@BI WORLDWIDE EMEA - welcome to the community

there are a number of posts in the community about how create this type of quiz and then evaluate the scores/results - but you would need to create variables to capture the subtotals for each of the categories and then once the questions are done, use the logic rules to evaluate for the lowest score.. once that is done you would route the user to the appropriate ending page (ie create one ending page for each outcome) 

have a search and you should find some of the posts. 

 

des

Userlevel 1

Hey Thanks so much for coming back to me @john.desborough would something like this be the solution - Multiple Product Recommendations Based on Multiple Scores. | Community (typeform.com)

Userlevel 7
Badge +6

@BI WORLDWIDE EMEA - in part.. there are some other posts out there that will give you more flavour of the logic process.. but it’s in the ballpark for sure.. 

des

Userlevel 1

Great, thanks so much! 

 

I’ve also found this one Can you have 3 sets of opinion scale questions within one quiz? | Community (typeform.com)

Tried to follow it but my select button doesn’t allow me to select it, any ideas?

 

 

Userlevel 7
Badge +5

Hi @BI WORLDWIDE EMEA You’ll need to create a variable in order to add the value. Let us know if you have any trouble adding a variable! 

Hello, @Liz @john.desborough 
 

I am wanting to set up this exact same scenario and have used this tutorial - 

I am now up to the part of the above question where “once they have made their way through each question group and sub questions the end to push them to a page reflecting whichever question group they scored lowest by how they rated themselves within the three sections, which the lowest scoring section being the one they need to work on the most. “

I have all the variables for the group subtotal set up and added them to the branching calculations but now I don’t know how to send them to the different endings pages. Can anyone help out?

Userlevel 7
Badge +6

@Leigh01 - logic rules.. and sorry for the short answer but i am doing this sound bite between meetings

  • assuming you have 3 subtotals, here’s the sort of thing to do
    • if A is less than B and If A is less than C go to A is the lowest page/ending
    • if B is less than A and if B is less than C go to the B is the lowest page
    • if C is less than A and if C is less than B go to the C is the lowest page. 

that set of rules looks for a unique low score (you do the same for high score evaluation as well)  BUT you would need to map out all the possible combinations on where to go if conditions are met ie

  • if A is less than B and if A = C then go to ???

what do you in the case of a tied low score? do you go to a tie breaker.. 

 

just some thoughts

 

des

Reply