Fix Typos

This commit is contained in:
Nimisha Asthagiri
2016-06-21 15:34:30 -04:00
parent d0fcabd407
commit fb120426e0
2 changed files with 1 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ class WeightedSubsectionsGrader(CourseGrader):
All items in section_breakdown for each subgrader will be combined. A grade_breakdown will be
composed using the score from each grader.
Note that the sum of the weights is not take into consideration. If the weights add up to
Note that the sum of the weights is not taken into consideration. If the weights add up to
a value > 1, the student may end up with a percent > 100%. This allows for sections that
are extra credit.
"""

View File

@@ -82,9 +82,6 @@ class BaseTestXmodule(ModuleStoreTestCase):
self.item_descriptor.xmodule_runtime = self.new_module_runtime()
#self.item_module = self.item_descriptor.xmodule_runtime.xmodule_instance
#self.item_module is None at this time
self.item_url = unicode(self.item_descriptor.location)
def setup_course(self):