How Calculate a Percentage from scores

  • peterguess
    Asked on August 15, 2015 at 12:05 PM
  • jonathan
    Replied on August 15, 2015 at 6:06 PM

    I checked your jotform http://www.myjotform.com/form/52183509767565 and I see what you were trying to achieve.

    To calculate the score output into percentage format, you can use the formula like this

    ((Total) / 180) * 100

    In your calculation widget it should look like this

    How Calculate a Percentage from scores Image 1 Screenshot 40

     

    You can test also my test form http://form.jotformpro.com/form/52267068274965?

    Example output:

    I only answer each 1st option on all 8 questions (4 * 8 = 32)

    If 32pts converted to percentage out of 180 pts... it is equal to 17.78%

    How Calculate a Percentage from scores Image 2 Screenshot 51

    ---

    I also noticed some issue in your conditional statements. I suggest you fix it as well by cleaning it of any deleted conditions.

    How Calculate a Percentage from scores Image 3 Screenshot 62

     

    Hope this help. Let us know if you need further assistance.