fix the { SingleAnswer: part not being in many places
This commit is contained in:
parent
9da2ddc123
commit
47a6e59eb9
4 changed files with 5 additions and 5 deletions
|
@ -72,7 +72,7 @@ export let DefaultQuestions = [
|
|||
timeLimit: 5,
|
||||
type: "SingleAnswer",
|
||||
options: ["Yes :)", "No :("],
|
||||
CorrectOption: 0,
|
||||
CorrectOption: { SingleAnswer: 0 },
|
||||
hasMedia: true,
|
||||
mediaURL: "https://github.com/RezHackXYZ.png",
|
||||
},
|
||||
|
@ -90,7 +90,7 @@ export let DefaultQuestions = [
|
|||
"Facebook",
|
||||
"Twitter",
|
||||
],
|
||||
CorrectOption: 4,
|
||||
CorrectOption: { SingleAnswer: 4 },
|
||||
hasMedia: false,
|
||||
mediaURL: null,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue