I have a quiz on my website that features quiz questions in HTML. They are coded in the following fashion: At the end of the quiz there is a grade it button where a JavaScript grades the quiz and displays the results. Pretty simple stuff. I want to randomize the questions so each test taker gets a different mixed up quiz. Would i need to rewrite the html into javascript?