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
6aada791
Commit
6aada791
authored
12 years ago
by
vik
Browse files
Options
Downloads
Patches
Plain Diff
Fix pg progress
parent
262050e4
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/lib/xmodule/xmodule/combined_open_ended_module.py
+1
-0
1 addition, 0 deletions
common/lib/xmodule/xmodule/combined_open_ended_module.py
common/lib/xmodule/xmodule/peer_grading_module.py
+2
-1
2 additions, 1 deletion
common/lib/xmodule/xmodule/peer_grading_module.py
with
3 additions
and
1 deletion
common/lib/xmodule/xmodule/combined_open_ended_module.py
+
1
−
0
View file @
6aada791
...
...
@@ -219,4 +219,5 @@ class CombinedOpenEndedDescriptor(CombinedOpenEndedFields, RawDescriptor):
stores_state
=
True
has_score
=
True
always_recalculate_grades
=
True
template_dir_name
=
"
combinedopenended
"
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/peer_grading_module.py
+
2
−
1
View file @
6aada791
...
...
@@ -37,7 +37,7 @@ class PeerGradingFields(object):
grace_period_string
=
String
(
help
=
"
Amount of grace to give on the due date.
"
,
default
=
None
,
scope
=
Scope
.
settings
)
max_grade
=
Integer
(
help
=
"
The maximum grade that a student can receieve for this problem.
"
,
default
=
MAX_SCORE
,
scope
=
Scope
.
settings
)
student_data_for_location
=
Object
(
help
=
"
Student data for a given peer grading problem.
"
,
default
=
json
.
dumps
({}),
student_data_for_location
=
Object
(
help
=
"
Student data for a given peer grading problem.
"
,
scope
=
Scope
.
user_state
)
weight
=
StringyFloat
(
help
=
"
How much to weight this problem by
"
,
scope
=
Scope
.
settings
)
...
...
@@ -577,4 +577,5 @@ class PeerGradingDescriptor(PeerGradingFields, RawDescriptor):
stores_state
=
True
has_score
=
True
always_recalculate_grades
=
True
template_dir_name
=
"
peer_grading
"
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