Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4b5aba29
Commit
4b5aba29
authored
Aug 08, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix defaults
parent
1be6ce3e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
common/lib/xmodule/xmodule/combined_open_ended_module.py
+4
-4
No files found.
common/lib/xmodule/xmodule/combined_open_ended_module.py
View file @
4b5aba29
...
...
@@ -248,28 +248,28 @@ class CombinedOpenEndedFields(object):
min_to_calibrate
=
Integer
(
display_name
=
"Minimum Peer Grading Calibrations"
,
help
=
"The minimum number of calibration essays each student will need to complete for peer grading."
,
default
=
1
,
default
=
3
,
scope
=
Scope
.
settings
,
values
=
{
"min"
:
1
,
"step"
:
"1"
}
)
max_to_calibrate
=
Integer
(
display_name
=
"Maximum Peer Grading Calibrations"
,
help
=
"The maximum number of calibration essays each student will need to complete for peer grading."
,
default
=
1
,
default
=
6
,
scope
=
Scope
.
settings
,
values
=
{
"max"
:
20
,
"step"
:
"1"
}
)
peer_grader_count
=
Integer
(
display_name
=
"Peer Graders per Response"
,
help
=
"The number of peers who will grade each submission."
,
default
=
1
,
default
=
3
,
scope
=
Scope
.
settings
,
values
=
{
"min"
:
1
,
"step"
:
"1"
,
"max"
:
5
}
)
required_peer_grading
=
Integer
(
display_name
=
"Required Peer Grading"
,
help
=
"The number of other students each student making a submission will have to grade."
,
default
=
1
,
default
=
3
,
scope
=
Scope
.
settings
,
values
=
{
"min"
:
1
,
"step"
:
"1"
,
"max"
:
5
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment