Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2015 17:34
Show Gist options
  • Save anonymous/c7f30ce9da381ea97909 to your computer and use it in GitHub Desktop.
Save anonymous/c7f30ce9da381ea97909 to your computer and use it in GitHub Desktop.
question1 = {
question: "What is the capital of England?",
answers: ["Berlin", "Oslo", "London"],
correct_answer: 2
}
questions = [
question1,
question2,
question3
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment