New pre-requisite course feature via milestones app
This commit is contained in:
@@ -184,6 +184,11 @@ class CourseFields(object):
|
||||
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
|
||||
)
|
||||
pre_requisite_courses = List(
|
||||
display_name=_("Pre-Requisite Courses"),
|
||||
help=_("Pre-Requisite Course key if this course has a pre-requisite course"),
|
||||
scope=Scope.settings
|
||||
)
|
||||
grading_policy = Dict(
|
||||
help="Grading policy definition for this class",
|
||||
default={
|
||||
|
||||
@@ -11,8 +11,8 @@ data: |
|
||||
</section>
|
||||
|
||||
<section class="prerequisites">
|
||||
<h2>Prerequisites</h2>
|
||||
<p>Add information about course prerequisites here.</p>
|
||||
<h2>Requirements</h2>
|
||||
<p>Add information about the skills and knowledge students need to take this course.</p>
|
||||
</section>
|
||||
|
||||
<section class="course-staff">
|
||||
|
||||
Reference in New Issue
Block a user