23 lines
351 B
JSON
23 lines
351 B
JSON
{
|
|
"GRADER" : [
|
|
{
|
|
"type" : "Homework",
|
|
"min_count" : 3,
|
|
"drop_count" : 1,
|
|
"short_label" : "HW",
|
|
"weight" : 0.5
|
|
},
|
|
{
|
|
"type" : "Final",
|
|
"name" : "Final Question",
|
|
"short_label" : "Final",
|
|
"weight" : 0.5
|
|
}
|
|
],
|
|
"GRADE_CUTOFFS" : {
|
|
"A" : 0.8,
|
|
"B" : 0.7,
|
|
"C" : 0.6
|
|
}
|
|
}
|