Assigning Values to choices and later summing them up

  1. Change the name of the - score to 0 (instead of 2).
  2. Add a calculate type ScoreSum variable with a calculation: coalesce(number(${I_1}), 0) + … + coalesce(number(${I_6}), 0).

It should also work without number() and if all scores are mandatory, without coalesce( ).

You can find similar examples with the (famous) search function of this forum, e.g. Select One questions calculation.

2 Likes