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.

有帮助吗?

解决方案

You need to add a constraint expression to your prompt.

constraint="(/data/int1 + /data/int2 + /data/int3) <= 100" 
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top