it now also adds the awnsers to the db
This commit is contained in:
parent
757f3906c4
commit
9da2ddc123
5 changed files with 58 additions and 5 deletions
|
@ -59,11 +59,11 @@ export let AnswersSymbolAndColorScheme = [
|
|||
|
||||
export let DefaultQuestions = [
|
||||
{
|
||||
questionText: "What should you do when you're free?",
|
||||
questionText: "What should you do when you're free?",
|
||||
timeLimit: 15,
|
||||
type: "SingleAnswer",
|
||||
options: ["Do something in real life!", "Play video games", "Code!", "Touch grass!"],
|
||||
CorrectOption: 2,
|
||||
CorrectOption: { SingleAnswer: 2 },
|
||||
hasMedia: false,
|
||||
mediaURL: null,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue