Skip to main content

Hi everyone,

I’m working on a medical form where I need to calculate a final score based on the SPADI shoulder questionnaire. The total score is out of 130, and I want to divide the total by 130 and then multiply by 100 to give a percentage score between 0 and 100%.

However, I'm having trouble finding an option to create a new calculation. I can only add rules to specific questions but don't see a place to set up a formula like (total score / 130) * 100. I'm wondering if this is a limitation of my Typeform plan or if there's a specific place I should be looking for this.

Any help would be appreciated!

Thanks in advance,
Martijn

@M1990 - use the logic rules and maybe a custom variable to hold the ‘percent’ value .. something like this, with the v_percent variable created as the percentage target

note i use my own variable naming convention in this so you will have to modify for your version

  • if v_final is greater than 0 add v_final to v_percent
  • if v_percent is greater than 0 divide v_percent by 130
  • if v_percent is greater than 0 multiply v_percent by 100

you can then display the value using @recall function 

hope that helps.. 

 

des


Reply