29 lines
369 B
JSON
29 lines
369 B
JSON
|
[
|
||
|
{
|
||
|
"name": "exams",
|
||
|
"percentage": 70,
|
||
|
"points": [
|
||
|
100,
|
||
|
100,
|
||
|
100
|
||
|
],
|
||
|
"title": "Exams"
|
||
|
},
|
||
|
{
|
||
|
"name": "homework",
|
||
|
"percentage": 15,
|
||
|
"points": [
|
||
|
90,
|
||
|
50,
|
||
|
110,
|
||
|
90
|
||
|
],
|
||
|
"title": "Homework"
|
||
|
},
|
||
|
{
|
||
|
"info": "Lab score is accurate and does not need any sub-calculation.",
|
||
|
"name": "lab",
|
||
|
"percentage": 15,
|
||
|
"title": "Lab"
|
||
|
}
|
||
|
]
|