sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

Random page flow

I am building a quiz app and would like each page to be randomised, is there any way of doing this?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Random page flow

Hi Sam,

The more pages in your application, the larger the project, which means the application takes up more memory for both storage and operational during the work. The only solution is to have a screen to display the quiz tasks and to store tasks as resources. For example you can store them as JS-objects.

Here's a solution for individual pages.
http://stackoverflow.com/questions/62... here you will find the shuffle function that shuffles the array of the screens names. Then you're just in a standard way in turn to choose the screens names from a shuffled array.

Return to “Issues”