help=_("Enter the date you want to advertise as the course start date, if this date is different from the set start date. To advertise the set start date, enter null."),
help=_("Enter the date you want to advertise as the course start date, if this date is different from the set start date. To advertise the set start date, enter null."),
scope=Scope.settings
scope=Scope.settings
)
)
grading_policy=Dict(help="Grading policy definition for this class",
grading_policy=Dict(
default={"GRADER":[
help="Grading policy definition for this class",
{
default={
"type":"Homework",
"GRADER":[
"min_count":12,
{
"drop_count":2,
"type":"Homework",
"short_label":"HW",
"min_count":12,
"weight":0.15
"drop_count":2,
},
"short_label":"HW",
{
"weight":0.15,
"type":"Lab",
},
"min_count":12,
{
"drop_count":2,
"type":"Lab",
"weight":0.15
"min_count":12,
},
"drop_count":2,
{
"weight":0.15,
"type":"Midterm Exam",
},
"short_label":"Midterm",
{
"min_count":1,
"type":"Midterm Exam",
"drop_count":0,
"short_label":"Midterm",
"weight":0.3
"min_count":1,
},
"drop_count":0,
{
"weight":0.3,
"type":"Final Exam",
},
"short_label":"Final",
{
"min_count":1,
"type":"Final Exam",
"drop_count":0,
"short_label":"Final",
"weight":0.4
"min_count":1,
}
"drop_count":0,
],
"weight":0.4,
"GRADE_CUTOFFS":{
}
"Pass":0.5
],
}},
"GRADE_CUTOFFS":{
scope=Scope.content)
"Pass":0.5,
},
},
scope=Scope.content
)
show_calculator=Boolean(
show_calculator=Boolean(
display_name=_("Show Calculator"),
display_name=_("Show Calculator"),
help=_("Enter true or false. When true, students can see the calculator in the course."),
help=_("Enter true or false. When true, students can see the calculator in the course."),