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:
Jansen Kantor
2023-06-29 12:48:33 -04:00
committed by GitHub
parent 751411951d
commit 17c4fc03d4
3 changed files with 36 additions and 1 deletions

View File

@@ -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:
{