-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
33 lines (33 loc) · 711 Bytes
/
data.json
File metadata and controls
33 lines (33 loc) · 711 Bytes
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
{
"total_xp": 136,
"level": 2,
"current_streak": 1,
"longest_streak": 5,
"total_duration": 0,
"sessions": [
{
"date": "2026-03-01",
"subject": "Math",
"duration": 60,
"xp_earned": 6
},
{
"date": "2026-03-02",
"subject": "Python",
"duration": 90,
"xp_earned": 9
},
{
"subject": "Python",
"duration": 45,
"date": "2026-03-02",
"xp_earned": 4
},
{
"subject": "physics",
"duration": 122,
"date": "2026-03-15",
"xp_earned": 12
}
]
}