Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2015 17:58
Show Gist options
  • Save anonymous/dbf43a2cf1e7e5099ca2 to your computer and use it in GitHub Desktop.
Save anonymous/dbf43a2cf1e7e5099ca2 to your computer and use it in GitHub Desktop.
questions = [
question1,
question2,
question3
]
question1 = {
question: "What is the capital of England?"
answers: ["Berlin", "Oslo", "London"],
correct_answer: 2
}
question2 = {
question: "Who started apple?"
answers: ["Bill Gates", "Steve Jobs", "Michael Jordan"],
correct_answer: 1
}
question3 = {
question: "Whats the real name of mafia boy?"
answers: ["James bond", "Michael Calce", "Vandetta"],
correct_answer: 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment