Spaces:
Sleeping
Sleeping
Feat: Expand quiz questions for all levels and categories
Browse files- frontend/static/js/script.js +92 -0
frontend/static/js/script.js
CHANGED
|
@@ -89,6 +89,22 @@ const quizData = {
|
|
| 89 |
{ text: "Grab it quickly! ๐๏ธ", correct: false },
|
| 90 |
{ text: "Yell at them ๐ข", correct: false }
|
| 91 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
}
|
| 93 |
],
|
| 94 |
'Daily Routine': [
|
|
@@ -99,6 +115,82 @@ const quizData = {
|
|
| 99 |
{ text: "Go to school ๐ซ", correct: false },
|
| 100 |
{ text: "Eat breakfast ๐ฅฃ", correct: false }
|
| 101 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
}
|
| 103 |
]
|
| 104 |
};
|
|
|
|
| 89 |
{ text: "Grab it quickly! ๐๏ธ", correct: false },
|
| 90 |
{ text: "Yell at them ๐ข", correct: false }
|
| 91 |
]
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
question: "Someone says 'Hello' to you. What is a nice way to respond?",
|
| 95 |
+
options: [
|
| 96 |
+
{ text: "Smile and say 'Hi'! ๐", correct: true },
|
| 97 |
+
{ text: "Look at the floor โฌ๏ธ", correct: false },
|
| 98 |
+
{ text: "Walk away ๐ถ", correct: false }
|
| 99 |
+
]
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
question: "You accidentally bumped into a friend. What do you say?",
|
| 103 |
+
options: [
|
| 104 |
+
{ text: "I'm sorry! ๐", correct: true },
|
| 105 |
+
{ text: "It was your fault! ๐ ", correct: false },
|
| 106 |
+
{ text: "Say nothing ๐ค", correct: false }
|
| 107 |
+
]
|
| 108 |
}
|
| 109 |
],
|
| 110 |
'Daily Routine': [
|
|
|
|
| 115 |
{ text: "Go to school ๐ซ", correct: false },
|
| 116 |
{ text: "Eat breakfast ๐ฅฃ", correct: false }
|
| 117 |
]
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
question: "What should you do right after you wake up in the morning?",
|
| 121 |
+
options: [
|
| 122 |
+
{ text: "Wash your face and get dressed โ๏ธ", correct: true },
|
| 123 |
+
{ text: "Go to sleep ๐ด", correct: false },
|
| 124 |
+
{ text: "Eat dinner ๐ฝ๏ธ", correct: false }
|
| 125 |
+
]
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
question: "What is the first thing you do before eating your lunch?",
|
| 129 |
+
options: [
|
| 130 |
+
{ text: "Wash your hands ๐งผ", correct: true },
|
| 131 |
+
{ text: "Run outside ๐ณ", correct: false },
|
| 132 |
+
{ text: "Start singing ๐ค", correct: false }
|
| 133 |
+
]
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
question: "Where do your toys go when you are finished playing?",
|
| 137 |
+
options: [
|
| 138 |
+
{ text: "In the toy box ๐ฆ", correct: true },
|
| 139 |
+
{ text: "On the floor ๐งน", correct: false },
|
| 140 |
+
{ text: "In the fridge ๐ง", correct: false }
|
| 141 |
+
]
|
| 142 |
+
}
|
| 143 |
+
],
|
| 144 |
+
'Safety & Help': [
|
| 145 |
+
{
|
| 146 |
+
question: "If you feel lost in a big store, who should you look for?",
|
| 147 |
+
options: [
|
| 148 |
+
{ text: "A store worker in a uniform ๐ฎ", correct: true },
|
| 149 |
+
{ text: "A stranger ๐ค", correct: false },
|
| 150 |
+
{ text: "Run outside ๐", correct: false }
|
| 151 |
+
]
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
question: "What should you do if you see something hot on the stove?",
|
| 155 |
+
options: [
|
| 156 |
+
{ text: "Stay away and tell a grown-up ๐ซ", correct: true },
|
| 157 |
+
{ text: "Touch it ๐๏ธ", correct: false },
|
| 158 |
+
{ text: "Blow on it ๐ฌ๏ธ", correct: false }
|
| 159 |
+
]
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
question: "If you get a small scrape on your knee, what should you do?",
|
| 163 |
+
options: [
|
| 164 |
+
{ text: "Tell a teacher or parent ๐ฉน", correct: true },
|
| 165 |
+
{ text: "Keep running ๐", correct: false },
|
| 166 |
+
{ text: "Cry all day ๐ญ", correct: false }
|
| 167 |
+
]
|
| 168 |
+
}
|
| 169 |
+
],
|
| 170 |
+
'Advanced Social Skills': [
|
| 171 |
+
{
|
| 172 |
+
question: "Your friend is building a tower and it keeps falling. How might they feel?",
|
| 173 |
+
options: [
|
| 174 |
+
{ text: "Frustrated or annoyed ๐ ", correct: true },
|
| 175 |
+
{ text: "Excited ๐คฉ", correct: false },
|
| 176 |
+
{ text: "Sleepy ๐ด", correct: false }
|
| 177 |
+
]
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
question: "A friend is talking about their favorite cat. What is a good thing to do?",
|
| 181 |
+
options: [
|
| 182 |
+
{ text: "Listen and ask 'What is your cat's name?' ๐ฑ", correct: true },
|
| 183 |
+
{ text: "Start talking about your dog ๐ถ", correct: false },
|
| 184 |
+
{ text: "Walk away ๐ถ", correct: false }
|
| 185 |
+
]
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
question: "You want to play a game with a group. How can you join in?",
|
| 189 |
+
options: [
|
| 190 |
+
{ text: "Wait for a break and ask 'Can I play too?' ๐ค", correct: true },
|
| 191 |
+
{ text: "Jump into the middle of the game ๐", correct: false },
|
| 192 |
+
{ text: "Take the ball away โฝ", correct: false }
|
| 193 |
+
]
|
| 194 |
}
|
| 195 |
]
|
| 196 |
};
|