Skip to content
Snippets Groups Projects
Commit 37c5c015 authored by Jonas Schürmann's avatar Jonas Schürmann
Browse files

More questions for the example quiz

parent 07a166a5
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,30 @@ exampleQuiz = ...@@ -124,6 +124,30 @@ exampleQuiz =
, d = { text = "Genuine Novel Upstanding", correct = False } , d = { text = "Genuine Novel Upstanding", correct = False }
} }
} }
, { question = "What is Richard Stallman's second forename?"
, answers =
{ a = { text = "Michael", correct = False }
, b = { text = "Matthew", correct = True }
, c = { text = "Martin", correct = False }
, d = { text = "Mark", correct = False }
}
}
, { question = "What is not a real linux distribution?"
, answers =
{ a = { text = "Kubuntu", correct = False }
, b = { text = "Lubuntu", correct = False }
, c = { text = "Xubuntu", correct = False }
, d = { text = "Qubuntu", correct = True }
}
}
, { question = "What does GIMP stand for?"
, answers =
{ a = { text = "Git In My Pocket", correct = False }
, b = { text = "GNU Image Manipulation Program", correct = True }
, c = { text = "Gnome Integrated Mail Program", correct = False }
, d = { text = "Green Is My Pepper", correct = True }
}
}
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment