SarthakRout / TestApp

This is an online assessment application built with Angular integrated with Firebase and Google Sheets.
https://baluate-74386.web.app/
MIT License
2 stars 1 forks source link

Generate random order of questions #3

Open SarthakRout opened 3 years ago

SarthakRout commented 3 years ago

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.

SarthakRout commented 3 years ago

If anyone wants to work on this issue, do comment here.