Assessment with Multiple Score Results & Displaying the Score Results on Redirect Pages | Community
Skip to main content
Question

Assessment with Multiple Score Results & Displaying the Score Results on Redirect Pages

  • September 26, 2024
  • 5 replies
  • 56 views

Hi!

We have an assessment typeform created with all the scoring information need; however I am having a little bit of an issue with figuring out to redirect to the proper URL for each different answer/result as well as showing the “score results” on the redirect web pages. I have outlined as much detail as I could below.

Issue #1

Our form has 64 questions that walks contacts through an assessment where it will result in 1 of 6 “results” based on their score. For each of the 6 results, a score out of 50 is provided. I managed to achieve this with an end screen and variables; however, I need the highest score from one result and redirected to the proper results page that provides more information.

So in the example above, if Planning is 40 / 50 for score but the rest of the categories are lower, we need the redirect to take them to the planning results page for more information.

I’m not sure how to set up in Typeform … any assistance would be greatly appreciated.

Issue #2

On the results page we created in our website, there is a spot at the top where we would like to display their full results with scores in each of the 6 categories as show above. Is there any way to add just the score results (screenshot above) to display in the website (screenshot below) where it says TYPEFORM SCORE RESULTS HERE?

 

Thank you!

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • September 26, 2024

@john.desborough might have a solution/guide for you!


Hi @john.desborough just seeing if you had thoughts here? Your help would be much appreciated!

 

@Liz may you tag anyone else you feel may be able to help here?


Thanks!


john.desborough
Forum|alt.badge.img+6

@Cindy Sullivan - you’re going to have to work through the logic rules and evaluate how you want to route the users: how many outcomes/endings (ie is planning results page an ending or is it another form that takes them deeper into info/questions on the planning aspect?)

your logic in this case would be something like this:

  • if v_planning is greater than or equal to 40 AND v_timeawareness is less than 40 AND v_leverage is less than 40 AND ….THEN go to planning_results_page

 

you would have to work out the permutations and combinations of the logic that you want to evaluate in order to send the user to the target page. 

if you have the necessity of comparing, say, planning vs timeawareness scores to see which is higher, then you have a whole different set of logic rules to put in place to determine which is highest across the board - and you might have to deal with ties. 

what’s the current scenario in your form/strategy? that will help me provide additional thoughts

des


@john.desborough Thank you so much for this insightful information.

For the logic our plan is to compare the highest variable (planning, timeawareness, leverage, etc.). So for example if “planning” variable is higher than the other variables we want to send them to the planning results page.

I tried setting this up; however, I am not sure I am doing it correctly. We have all the questions and logistics set up, but then we have the All Scoring Results end screen as well as 6 individual result screens that are redirects. How do I get the scoring results end screen to branch out to the individual results redirect pages? Do we need to add something to the end of actual assessment in the questions area before we branch out?

 

Also for the “tie” between variables, we would like to show just a basic end results screen for them to book a call to discuss. I’m not exactly sure what logics I would need to set up for this :) 

 

Thanks!


@john.desborough  Any further insights you could offer on the above update I provided?


Reply