-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuser_info.json
More file actions
32 lines (32 loc) · 823 Bytes
/
user_info.json
File metadata and controls
32 lines (32 loc) · 823 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
{
"name": "Jane",
"email": "jane@cmu.edu",
"provider": "Dr. Khatib",
"img_url": "https://logodix.com/logo/640751.png",
"eval_state": "todo",
"eval_percent": 75,
"eval_todo": [
{
"name": "Color Blindness Test",
"id": "color_blindness"
},
{
"name": "Peripheral Vision Test",
"id": "peripheral_vision"
},
{
"id": "snellan_chart",
"completed_on": "2/3/2024, 04:26 PM",
"name": "Snellan Chart Test",
"vision": null
},
{
"id": "dry_eyes",
"completed_on": "2/3/2024, 03:05 PM",
"name": "Dry Eyes Test",
"score": 24.052591521424766
}
],
"eval_completed": [],
"eval_due": "03/01/24"
}