-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrades.json
84 lines (84 loc) · 2.22 KB
/
grades.json
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
81
82
83
84
{
"email": "joranson.wu@berkeley.edu",
"github_name": "Joranson",
"grades": {
"hw1": {
"note": "",
"hash": "568e3f85e7de75a374034b4aaf713fc2e2ea4159",
"earned": 18,
"possible": 20,
"penalty": 0,
"parts": {
"hw1": {
"possible": 20,
"earned": 18
}
}
},
"hw4": {
"note": "",
"hash": "e02ac66e5f65c3460ec1c15f84fd10b2e6489daa",
"earned": 17,
"possible": 20,
"penalty": 0,
"parts": {
"hw4": {
"possible": 20,
"earned": 17
}
}
},
"hw2": {
"note": "",
"hash": "75eff099bb05a3818d33b5d172e4a56cd2647562",
"earned": 27,
"possible": 31,
"penalty": 0,
"parts": {
"hw2_fig": {
"possible": 20,
"earned": 19
},
"hw2": {
"possible": 11,
"earned": 8
}
}
},
"midterm4": {
"note": "",
"hash": "b85cc824a611615df139443264ebaa650f59c901",
"earned": 30,
"possible": 27,
"penalty": 0,
"parts": {
"midterm4": {
"possible": 30,
"earned": 30
}
}
},
"final-feiw50hj": {
"note": "",
"hash": "9e532443ed7d240001b0e25082bb78d0a1564e8e",
"earned": 93,
"possible": 100,
"penalty": 0,
"parts": {
"final": {
"possible": 69,
"earned": 62
},
"final_fig": {
"possible": 31,
"earned": 31
}
}
}
},
"login": "Joranson",
"name": "Qiyin Wu",
"status": "enrolled",
"url": "git@github.com:Joranson/stat133.git",
"section": "lab3"
}