// Array of all the questions and choices to populate the questions. This might be saved in some JSON file or a database and we would have to read the data in.
var all_questions = [{
question_string: "What color is the sky?",
choices: {
correct: "Blue",
wrong: ["Pink", "Orange", "Green"]
}
}, {
question_string: "Which of the following elements aren’t introduced in HTML5?",
choices: {
correct: "",
wrong: ["", "