Hello,
For the last 2 days I’ve been stuck trying to get Sort by Random Order to work. It appears I’m not the only one with this issue.
I have a list of 20 questions, I want to do a search for the 20 questions, sorted randomly, then select the first 6 from the list. This works on first page load. However, if I reload the page, the same order is displayed no matter what I do.
From what I can tell, sort by random order is either being cached somewhere or isn’t really sorting.
Ideally, I’d like to be able to reload the repeating group with a different set of random questions if the user fails the quiz however that’s not working.
Display list in repeating group displays the same data. Using a custom state and storing questions in that returns the same list. Reloading the page completely returns the same list.
Is this a bug?
cheers,