SOL-1802 Allow proctoring service to create support ticket.

This commit is contained in:
Afzal Wali
2016-05-20 15:42:50 +05:00
committed by Douglas Hall
parent 0f0ea0cf6c
commit eadd656df0
6 changed files with 73 additions and 4 deletions

View File

@@ -742,6 +742,15 @@ class CourseFields(object):
scope=Scope.settings
)
create_zendesk_tickets = Boolean(
display_name=_("Create Zendesk Tickets For Suspicious Proctored Exam Attempts"),
help=_(
"Enter true or false. If this value is true, a Zendesk ticket will be created for suspicious attempts."
),
default=True,
scope=Scope.settings
)
enable_timed_exams = Boolean(
display_name=_("Enable Timed Exams"),
help=_(