Create student_profiles.json
Browse files- student_profiles.json +32 -0
student_profiles.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"student_1": {
|
| 3 |
+
"learning_style": "visual",
|
| 4 |
+
"academic_progress": "struggling in math",
|
| 5 |
+
"personality": "introverted",
|
| 6 |
+
"interests": "history, art",
|
| 7 |
+
"goals": "improve math grade, learn to paint",
|
| 8 |
+
"level": "first year in university",
|
| 9 |
+
"preferred_methods": ["online videos", "interactive exercises"],
|
| 10 |
+
"iq_level": "above average",
|
| 11 |
+
"eq_level": "average",
|
| 12 |
+
"decision_making_style": "analytical",
|
| 13 |
+
"motivation_level": "moderate",
|
| 14 |
+
"preferred_study_environment": "quiet, independent",
|
| 15 |
+
"community_groups": ["history enthusiasts", "beginner artists online"]
|
| 16 |
+
},
|
| 17 |
+
"student_2": {
|
| 18 |
+
"learning_style": "auditory",
|
| 19 |
+
"academic_progress": "excelling in literature",
|
| 20 |
+
"personality": "extroverted",
|
| 21 |
+
"interests": "music, drama",
|
| 22 |
+
"goals": "join a band, perform in a play",
|
| 23 |
+
"level": "first year in university",
|
| 24 |
+
"preferred_methods": ["group discussions", "listening to lectures"],
|
| 25 |
+
"iq_level": "high",
|
| 26 |
+
"eq_level": "high",
|
| 27 |
+
"decision_making_style": "intuitive",
|
| 28 |
+
"motivation_level": "high",
|
| 29 |
+
"preferred_study_environment": "collaborative, lively",
|
| 30 |
+
"community_groups": ["local theater club", "online music forums"]
|
| 31 |
+
}
|
| 32 |
+
}
|