Questions can be generated in a random order by generating a random permutation of questions (numbers in a range) and storing that permutation locally and saving responses locally and in database accordingly. I think this will require use of Math.Random() function.
Questions can be generated in a random order by generating a random permutation of questions (numbers in a range) and storing that permutation locally and saving responses locally and in database accordingly. I think this will require use of Math.Random() function.