New pre-requisite course feature via milestones app

This commit is contained in:
Zia Fazal
2014-11-21 16:38:13 +05:00
committed by Matt Drayer
parent adc64122ae
commit ca3d84a5d4
42 changed files with 1254 additions and 86 deletions

View File

@@ -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={

View File

@@ -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">