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

@@ -987,6 +987,7 @@ def create_xblock_info(xblock, data=None, metadata=None, include_ancestor_info=F
if xblock.category == 'course':
xblock_info.update({
"enable_proctored_exams": xblock.enable_proctored_exams,
"create_zendesk_tickets": xblock.create_zendesk_tickets,
"enable_timed_exams": xblock.enable_timed_exams
})
elif xblock.category == 'sequential':