it now also adds the awnsers to the db

This commit is contained in:
RezHackXYZ 2025-06-02 15:51:42 +05:30
parent 757f3906c4
commit 9da2ddc123
5 changed files with 58 additions and 5 deletions

View file

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