feat: add course field for ORA flex peer override (#32594)
* feat: add course field for ORA flex peer override * style: quality * style: remove auto import
This commit is contained in:
@@ -978,6 +978,13 @@ class CourseFields: # lint-amnesty, pylint: disable=missing-class-docstring
|
||||
]
|
||||
)
|
||||
|
||||
force_on_flexible_peer_openassessments = Boolean(
|
||||
display_name=_("Force Flexible Grading for Peer ORAs"),
|
||||
help=_("Setting this flag will force on the flexible grading option for all peer-graded ORAs in this course."),
|
||||
scope=Scope.settings,
|
||||
default=False,
|
||||
)
|
||||
|
||||
"""
|
||||
instructor_info dict structure:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user