Adding numeric question results together

Hello,

I am writing a grant review form and there are a few questions at the end of the form that require the user to provide a score (1-5). Is there a way to have the total of these questions autocalculate in the form? Thanks so much for any help you can provide.

Hi @dlewander if I understand your question correctly you want to add the scores for all the questions?
Have you checked the XLSForm documentation and check out how you can use the calculate type? Perhaps an easy implementation like so would help:

${score_1} + ${score_2} + ${score_3}

Replace score_x with your Question Name

1 Like

Great, I will check that out. Thank you!

1 Like

@surveyorjr, :clap: :heart: :partying_face: