-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrades.json
More file actions
84 lines (84 loc) · 2.21 KB
/
grades.json
File metadata and controls
84 lines (84 loc) · 2.21 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
81
82
83
84
{
"login": "Chenyb",
"url": "git@github.com:Chenyb/stat133.git",
"name": "Yibing Chen",
"email": "chenyb@berkeley.edu",
"github_name": "Chenyb",
"status": "enrolled",
"grades": {
"hw1": {
"note": "",
"hash": "256653b4fdae3bdd24b4afa8fb02d958e99a3c24",
"earned": 20,
"possible": 20,
"penalty": 0,
"parts": {
"hw1": {
"possible": 20,
"earned": 20
}
}
},
"hw4": {
"note": "",
"hash": "95870893b6edc3f9160e5d7d3583f57761cc781f",
"earned": 11,
"possible": 20,
"penalty": 0,
"parts": {
"hw4": {
"possible": 20,
"earned": 11
}
}
},
"hw2": {
"note": "",
"hash": "0644551730860a78e22ae5ee21e90aa48145a1d0",
"earned": 26,
"possible": 31,
"penalty": 0,
"parts": {
"hw2_fig": {
"possible": 20,
"earned": 20
},
"hw2": {
"possible": 11,
"earned": 6
}
}
},
"midterm4": {
"note": "",
"hash": "5dff7c1509f8346791e2f6390950ed406e25cc86",
"earned": 28,
"possible": 27,
"penalty": 0,
"parts": {
"midterm4": {
"possible": 30,
"earned": 28
}
}
},
"final-feiw50hj": {
"note": "",
"hash": "2a24c8519a98bbc75c8a101a0e04a90e1e1d48d3",
"earned": 64,
"possible": 100,
"penalty": 0,
"parts": {
"final": {
"possible": 69,
"earned": 34
},
"final_fig": {
"possible": 31,
"earned": 30
}
}
}
},
"section": "lab5"
}