I have three questions in a form I'm designing that's concerned with percentage values. Now, I need to make sure that the total of the three questions should not exceed 100. How do I do this? I'm currently using Kobo Form Designer.
Asked
Active
Viewed 136 times
1 Answers
0
You need to add a constraint expression to your prompt.
constraint="(/data/int1 + /data/int2 + /data/int3) <= 100"

yanokwa
- 1,408
- 1
- 12
- 23