Random display of 10 out of 80 question

Hello

If have around 80 scenario. And I don't want them all to appear each time I am filling the form. I would like to randomly display 10 out of 80 questions.

Is there are way I can do this ?

Thank you

Zeina

You can use once(random()) to compute a random number that is not
re-calculated upon editing of a form and store that in a calculated field.

Then use that value in a relevant condition to select the question(s).

To do what you want, you might need to create 10 such random values. Making
everything evenly distributed gets tricky. You should probably ask a
probability/statistics person for help.

ยทยทยท On Tue, Dec 8, 2015 at 7:16 AM, wrote:

Hello

If have around 80 scenario. And I don't want them all to appear each time
I am filling the form. I would like to randomly display 10 out of 80
questions.

Is there are way I can do this ?

Thank you

Zeina

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com