Domanda

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.

È stato utile?

Soluzione

You need to add a constraint expression to your prompt.

constraint="(/data/int1 + /data/int2 + /data/int3) <= 100" 
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top