Commit ·
9b63f7d
1
Parent(s): 16a7164
Update frontend sample questions to match STEM-only benchmark and neutral category
Browse files- frontend/src/App.jsx +33 -11
frontend/src/App.jsx
CHANGED
|
@@ -12,28 +12,50 @@ const samples = {
|
|
| 12 |
"I'm looking at this cell diagram and I can't tell the difference between the cell wall and the cell membrane.",
|
| 13 |
"Our teacher said the Earth is tilted, but how does that make summer and winter? It doesn't make sense.",
|
| 14 |
"Is a virus alive or is it not? My textbook says both and I'm really mixed up.",
|
| 15 |
-
"What is the difference between a variable and a constant in algebra? I'm lost."
|
|
|
|
|
|
|
|
|
|
| 16 |
],
|
| 17 |
frustration: [
|
| 18 |
-
"I've
|
| 19 |
"My science experiment failed again! The volcano didn't bubble at all and I did everything exactly right!",
|
| 20 |
"This long division with decimals is taking forever and I keep getting the wrong remainder! I hate this!",
|
| 21 |
-
"
|
| 22 |
-
"
|
|
|
|
|
|
|
|
|
|
| 23 |
],
|
| 24 |
boredom: [
|
| 25 |
"Ugh, why do we have to learn about sedimentary rocks? They just sit there. Who cares?",
|
| 26 |
"This math worksheet is just 50 of the same exact addition problems. This is so boring.",
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"I finished all my science reading early. There's nothing else to do except stare at the wall."
|
|
|
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
confidence: [
|
| 32 |
"I totally mastered multiplying fractions! Give me a hard practice problem to try!",
|
| 33 |
-
"I just
|
| 34 |
-
"I know exactly
|
| 35 |
-
"I got a
|
| 36 |
-
"I can explain the entire water cycle in my sleep! Evaporation, condensation, precipitation, easy!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
]
|
| 38 |
};
|
| 39 |
|
|
|
|
| 12 |
"I'm looking at this cell diagram and I can't tell the difference between the cell wall and the cell membrane.",
|
| 13 |
"Our teacher said the Earth is tilted, but how does that make summer and winter? It doesn't make sense.",
|
| 14 |
"Is a virus alive or is it not? My textbook says both and I'm really mixed up.",
|
| 15 |
+
"What is the difference between a variable and a constant in algebra? I'm lost.",
|
| 16 |
+
"Why does dividing by a fraction mean multiplying by its reciprocal? It seems arbitrary.",
|
| 17 |
+
"What is the difference between speed and velocity? They sound like the same thing.",
|
| 18 |
+
"Why is the mitochondria called the powerhouse of the cell? What does it actually do?"
|
| 19 |
],
|
| 20 |
frustration: [
|
| 21 |
+
"I've tried to solve this quadratic equation three times using the formula, but I keep getting a negative under the square root!",
|
| 22 |
"My science experiment failed again! The volcano didn't bubble at all and I did everything exactly right!",
|
| 23 |
"This long division with decimals is taking forever and I keep getting the wrong remainder! I hate this!",
|
| 24 |
+
"This word problem about two trains leaving different cities is making my head spin. I hate word problems!",
|
| 25 |
+
"I don't understand how to convert grams to moles. I keep getting the wrong conversion factor and it's so frustrating!",
|
| 26 |
+
"I've tried balancing this chemical equation five times and the numbers never match up!",
|
| 27 |
+
"Im trying to draw this ray diagram for a concave lens and the lines are crossing in the wrong place. I give up!",
|
| 28 |
+
"This physics problem about friction has too many variables and I don't even know where to start!"
|
| 29 |
],
|
| 30 |
boredom: [
|
| 31 |
"Ugh, why do we have to learn about sedimentary rocks? They just sit there. Who cares?",
|
| 32 |
"This math worksheet is just 50 of the same exact addition problems. This is so boring.",
|
| 33 |
+
"We are just copying definitions of different math properties from the board. This is so boring.",
|
| 34 |
+
"Another lecture on the phases of mitosis... we've covered this three years in a row now.",
|
| 35 |
+
"I finished all my science reading early. There's nothing else to do except stare at the wall.",
|
| 36 |
+
"We have to measure the temperature of this water every two minutes for an hour. This is so tedious.",
|
| 37 |
+
"Calculating the area of twenty slightly different rectangles is putting me to sleep.",
|
| 38 |
+
"This lecture on cell organelles is just slides of definitions. I'm falling asleep."
|
| 39 |
],
|
| 40 |
confidence: [
|
| 41 |
"I totally mastered multiplying fractions! Give me a hard practice problem to try!",
|
| 42 |
+
"I just derived the formula for the volume of a sphere all by myself!",
|
| 43 |
+
"I know exactly how to balance any redox reaction now. Try me!",
|
| 44 |
+
"I got a perfect score on the calculus midterm today! I really understand derivatives now!",
|
| 45 |
+
"I can explain the entire water cycle in my sleep! Evaporation, condensation, precipitation, easy!",
|
| 46 |
+
"I just solved the hardest logic puzzle in the workbook on my very first try!",
|
| 47 |
+
"I can calculate the trajectory of a projectile in my head now, it's so easy!",
|
| 48 |
+
"I fully understand how DNA replication works and could draw every step from memory!"
|
| 49 |
+
],
|
| 50 |
+
neutral: [
|
| 51 |
+
"How do I calculate the hypotenuse of a right triangle when the sides are 3 and 4?",
|
| 52 |
+
"What are the three main types of rocks found in the Earth's crust?",
|
| 53 |
+
"Can you explain how photosynthesis converts sunlight into chemical energy?",
|
| 54 |
+
"What is the chemical formula for photosynthesis and cellular respiration?",
|
| 55 |
+
"How do you find the slope of a line from two points on a graph?",
|
| 56 |
+
"What is the difference between an isotope and an ion in chemistry?",
|
| 57 |
+
"Could you list the steps of the scientific method in order?",
|
| 58 |
+
"What is the value of the constant pi, and how is it calculated?"
|
| 59 |
]
|
| 60 |
};
|
| 61 |
|