Page 1 of 1

random

Posted: September 8th, 2022, 4:51 am
by milisahu
Hello Team,
I have 5 set of question(each set 4 question) and enumerator have to enter one set one time as per randomly selected 1 to 5.
it's working well but when enumerator some how going back to check other question data then if random number changing and asking new set of question for enumerator. so my question is any idea to not change random number if once it's entered/filled. I have tried already "setproperty($,"protected","Yes");" but still not working.
thanks in advance for your support!
Best,
M

Re: random

Posted: September 8th, 2022, 11:15 pm
by joshua.deguito
Hi milisahu,

These were the things that I had tried.
1. You can use visualvalue()
2. You can use seed(INTNO)

You can try both.