leftvalues.github.io
leftvalues.github.io copied to clipboard
Question order should probably be randomized
Not sure how much refactoring that would require but having the questions be in random order, rather than having every topic's questions be in order, would do a lot to balance the quiz a little bit
That should be a pretty easy thing to do. We can just copy-paste the function from here https://stackoverflow.com/questions/6274339/how-can-i-shuffle-an-array, and we just need to call once. I'll make a quick pull request for this.
EDIT: I'm having issues with getting Git to authenticate. I'll probably try again tomorrow, or someone else can make the pull request.
Is this issue completed? Must close this then.