문제

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