Calculate score - x out of y

  • reliag
    Asked on March 18, 2021 at 5:06 AM

    Good morning

    I'm trying to calculate an 'out of' score whereby any selected value for the field(s) 'Quality of cleanse' except NA would add 3 to the value of the 'out of' field to give a maximum score available figure.

    Are you able to help?

    Thanks

    Dan

    Jotform Thread 2976390 Screenshot
  • jonathan
    Replied on March 18, 2021 at 8:14 AM

    A better method is to use first a hidden sub-total repository for each of the Checkbox element to identify if the value was NA or not.

    Example:

    1616069422 6053432e804fc zzz 2021 03 18 Screenshot 10

    Use the Calculate Conditions to insert the value to the sub-total element if answer is not NA

    1616069520 605343907adb4 zzz 2021 03 18 Screenshot 21

    then you can just calculation widget to get the final/grand total.

    1616069575 605343c772659 zzz 2021 03 18 Screenshot 32

    Here is a demo form you can test https://form.jotform.com/210763113080948

    Let us know if you need further assistance.




  • reliag
    Replied on March 18, 2021 at 9:40 AM

    That's great, thanks Jonathan