fix the { SingleAnswer: part not being in many places

This commit is contained in:
RezHackXYZ 2025-06-02 16:06:29 +05:30
parent 9da2ddc123
commit 47a6e59eb9
4 changed files with 5 additions and 5 deletions

View file

@ -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,
},