Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
fb120426
Commit
fb120426
authored
8 years ago
by
Nimisha Asthagiri
Browse files
Options
Downloads
Patches
Plain Diff
Fix Typos
parent
d0fcabd4
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/lib/xmodule/xmodule/graders.py
+1
-1
1 addition, 1 deletion
common/lib/xmodule/xmodule/graders.py
lms/djangoapps/courseware/tests/__init__.py
+0
-3
0 additions, 3 deletions
lms/djangoapps/courseware/tests/__init__.py
with
1 addition
and
4 deletions
common/lib/xmodule/xmodule/graders.py
+
1
−
1
View file @
fb120426
...
...
@@ -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 take
n
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.
"""
...
...
This diff is collapsed.
Click to expand it.
lms/djangoapps/courseware/tests/__init__.py
+
0
−
3
View file @
fb120426
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment