Skip to content
Snippets Groups Projects
Commit 7c1a3e1e authored by Jason Bau's avatar Jason Bau
Browse files

wording changes for setting help

parent 9c4ff9ba
No related branches found
Tags release-2021-05-04-14.07
No related merge requests found
......@@ -305,9 +305,10 @@ class CombinedOpenEndedFields(object):
values={"min": 1, "step": "1", "max": 5}
)
peer_grade_finished_submissions_when_none_pending = Boolean(
display_name="New Peer Graders can Receive 'Fully-Graded' Submissions",
display_name='Allow "overgrading" of peer submissions',
help=("Allow students to peer grade submissions that already have the requisite number of graders, "
"but ONLY WHEN all submissions they are eligible to grade already have enough graders."),
"but ONLY WHEN all submissions they are eligible to grade already have enough graders. "
"This is intended for use when settings for `Required Peer Grading` > `Peer Graders per Response`"),
default=False,
scope=Scope.settings,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment