Merge pull request #14690 from edx/neem/fix-entrance-exam-grades

Fix grading for Entrance Exams
This commit is contained in:
Nimisha Asthagiri
2017-03-17 19:04:35 -04:00
committed by GitHub
11 changed files with 138 additions and 199 deletions

View File

@@ -675,6 +675,9 @@ class CourseFields(object):
scope=Scope.settings,
)
# Note: Although users enter the entrance exam minimum score
# as a percentage value, it is internally converted and stored
# as a decimal value less than 1.
entrance_exam_minimum_score_pct = Float(
display_name=_("Entrance Exam Minimum Score (%)"),
help=_(