Merge pull request #7133 from edx/ahodges/hackathon
Alison's Hackathon9 changes
This commit is contained in:
@@ -606,8 +606,8 @@ class CourseFields(object):
|
||||
due_date_display_format = String(
|
||||
display_name=_("Due Date Display Format"),
|
||||
help=_(
|
||||
"Enter the format due dates are displayed in. Due dates must be in MM-DD-YYYY, DD-MM-YYYY, YYYY-MM-DD, "
|
||||
"or YYYY-DD-MM format."
|
||||
"Enter the format for due dates. The default is Mon DD, YYYY. Enter \"%m-%d-%Y\" for MM-DD-YYYY, "
|
||||
"\"%d-%m-%Y\" for DD-MM-YYYY, \"%Y-%m-%d\" for YYYY-MM-DD, or \"%Y-%d-%m\" for YYYY-DD-MM."
|
||||
),
|
||||
scope=Scope.settings, default=None
|
||||
)
|
||||
@@ -630,10 +630,12 @@ class CourseFields(object):
|
||||
certificates_display_behavior = String(
|
||||
display_name=_("Certificates Display Behavior"),
|
||||
help=_(
|
||||
"Has three possible states: 'end', 'early_with_info', 'early_no_info'. 'end' is the default behavior, "
|
||||
"where certificates will only appear after a course has ended. 'early_with_info' will display all "
|
||||
"certificate information before a course has ended. 'early_no_info' will hide all certificate "
|
||||
"information unless a student has earned a certificate."
|
||||
"Enter end, early_with_info, or early_no_info. After certificate generation, students who passed see a "
|
||||
"link to their certificates on the dashboard and students who did not pass see information about the "
|
||||
"grading configuration. The default is end, which displays this certificate information to all students "
|
||||
"after the course end date. To display this certificate information to all students as soon as "
|
||||
"certificates are generated, enter early_with_info. To display only the links to passing students as "
|
||||
"soon as certificates are generated, enter early_no_info."
|
||||
),
|
||||
scope=Scope.settings,
|
||||
default="end"
|
||||
|
||||
Reference in New Issue
Block a user