-
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.22 KB
/
grades.json
File metadata and controls
84 lines (84 loc) · 2.22 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
{
"email": "name@berkeley.edu",
"github_name": "ExandTran",
"grades": {
"hw1": {
"note": "",
"hash": "7abd0e6f9614917dfa032f934c7626363931cbbe",
"earned": 16,
"possible": 20,
"penalty": 0,
"parts": {
"hw1": {
"possible": 20,
"earned": 16
}
}
},
"hw4": {
"note": "",
"hash": "8cd64c72fe832bd2bd184d912cbf29029ce6a6e0",
"earned": 16,
"possible": 20,
"penalty": 0,
"parts": {
"hw4": {
"possible": 20,
"earned": 16
}
}
},
"hw2": {
"note": "",
"hash": "520c44d1e809d80808292580c207536ce3cd6b97",
"earned": 27,
"possible": 31,
"penalty": 0,
"parts": {
"hw2_fig": {
"possible": 20,
"earned": 19
},
"hw2": {
"possible": 11,
"earned": 8
}
}
},
"midterm4": {
"note": "",
"hash": "34059bc26ed52e943e634d00bdc40086483f9ac7",
"earned": 26,
"possible": 27,
"penalty": 0,
"parts": {
"midterm4": {
"possible": 30,
"earned": 26
}
}
},
"final-feiw50hj": {
"note": "",
"hash": "227806ba273771cef907ce9953d26e8d98201bc5",
"earned": 75,
"possible": 100,
"penalty": 0,
"parts": {
"final": {
"possible": 69,
"earned": 45
},
"final_fig": {
"possible": 31,
"earned": 30
}
}
}
},
"login": "ExandTran",
"name": "Alex Tran",
"status": "enrolled",
"url": "git@github.com:ExandTran/stat133.git",
"section": "lab5"
}