G
Guest
I have a form with multiple questions. I need to give a weighted value to
each question (Q1=20pts, Q2=10pts). Based on the answer (Yes, No, NA) I want
a value assigned to the question (Yes=20, No=0). Once all questions are
answered, I have a total score field that I would like to display the final
score as a percentage. Percentage is calculated by totalling all the weights
of questions that do not have an answer of NA (this would be the
denominator). Numerator is the sum of the values assigned based on Yes or No
answer. I am not even sure how to start this calculation.
each question (Q1=20pts, Q2=10pts). Based on the answer (Yes, No, NA) I want
a value assigned to the question (Yes=20, No=0). Once all questions are
answered, I have a total score field that I would like to display the final
score as a percentage. Percentage is calculated by totalling all the weights
of questions that do not have an answer of NA (this would be the
denominator). Numerator is the sum of the values assigned based on Yes or No
answer. I am not even sure how to start this calculation.