nehal2006 commited on
Commit
36ee2b5
ยท
1 Parent(s): 9b06d51

Feat: Expand quiz questions for all levels and categories

Browse files
Files changed (1) hide show
  1. 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
  };