From 2e4ea1d49c5136785a8d831dd2ff4f958d7f7bce Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Fri, 28 Sep 2012 23:19:46 -0400 Subject: [PATCH] Added docstring for show_only_average parameter. --- common/lib/xmodule/xmodule/graders.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/lib/xmodule/xmodule/graders.py b/common/lib/xmodule/xmodule/graders.py index 132dd81264..54001c8c37 100644 --- a/common/lib/xmodule/xmodule/graders.py +++ b/common/lib/xmodule/xmodule/graders.py @@ -284,6 +284,9 @@ class AssignmentFormatGrader(CourseGrader): min_count defines how many assignments are expected throughout the course. Placeholder scores (of 0) will be inserted if the number of matching sections in the course is < min_count. If there number of matching sections in the course is > min_count, min_count will be ignored. + + show_only_average is to suppress the display of each assignment in this grader and instead + only show the total score of this grader in the breakdown. category should be presentable to the user, but may not appear. When the grade breakdown is displayed, scores from the same category will be similar (for example, by color).