Hello
I have a new requirement for my questionnaire, where selection answers should have different points than the default ones. The valueSum() simply sums the default values (1,2,3,4,5).
What would be the simplest way to sum values so that custom values (i.e. 1.3, 1.8, 2.9, 4.4, 5) for each option would be applied.
Only way I could figure out is to use value() for each question separately and then use the custom multiplier(s) for the result. But just makes me think that maybe there is some easier way because valueSum() returns float according to documentation.
Any advices are welcome. Thanks!
Olli