-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudent_progress.json
More file actions
80 lines (80 loc) · 2.07 KB
/
Copy pathstudent_progress.json
File metadata and controls
80 lines (80 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "",
"scores": {},
"progress": {},
"total_questions": 0,
"correct_answers": 0,
"dark_mode": false,
"font_scale": 1.0,
"xp": 0,
"level": 1,
"streak": 0,
"last_study_date": null,
"achievements": [],
"unlocked_content": [],
"review_schedule": {},
"mastery_levels": {},
"question_memory": {},
"review_queue": [],
"topic_accuracy": {},
"personal_bests": {
"best_accuracy": 0,
"fastest_quiz": Infinity,
"longest_streak": 0,
"highest_single_quiz": 0
},
"daily_challenge_completed": null,
"daily_challenge_streak": 0,
"onboarding_complete": false,
"placement_quiz_taken": false,
"is_guest": false,
"active_quests": [
{
"id": "daily_quiz_2026-01-27",
"title": "\ud83d\udcdd Complete Daily Quiz",
"description": "Complete a 5-question mini-quiz on any topic",
"type": "quiz",
"target": 5,
"progress": 0,
"xp_reward": 25,
"generated_date": "2026-01-27"
},
{
"id": "topic_study_2026-01-27",
"title": "\ud83d\udcda Study Topic 1",
"description": "Review study material for Introduction to AI and Applications",
"type": "study",
"target_topic": 1,
"target": 1,
"progress": 0,
"xp_reward": 15,
"generated_date": "2026-01-27"
},
{
"id": "review_2026-01-27",
"title": "\ud83d\udd04 Complete Review Session",
"description": "Practice questions from topics due for review",
"type": "review",
"target": 1,
"progress": 0,
"xp_reward": 20,
"generated_date": "2026-01-27"
}
],
"completed_quests": [],
"quest_progress": {},
"streak_freezes": 2,
"streak_freeze_used_today": false,
"unlocked_features": {
"hard_mode": false,
"exam_simulator": false,
"bonus_visualizations": false,
"case_studies": false
},
"display_alias": true,
"student_alias": "",
"opt_in_leaderboard": false,
"question_history": {},
"total_time_spent": 0,
"last_updated": "2026-01-27T23:03:30.613445"
}