support respondus TF questions, refs #5386
Change-Id: I8e5c52ea3cd6df3647dbdc24059e33efcc2a064f Reviewed-on: https://gerrit.instructure.com/5504 Tested-by: Hudson <hudson@instructure.com> Reviewed-by: Bracken Mosbacker <bracken@instructure.com>
This commit is contained in:
parent
5682794b79
commit
4719240cad
|
@ -98,6 +98,7 @@ class AssessmentItemConverter
|
||||||
QUESTION_TYPE_MAPPING = {
|
QUESTION_TYPE_MAPPING = {
|
||||||
/matching/i => 'matching_question',
|
/matching/i => 'matching_question',
|
||||||
'textInformation' => 'text_only_question',
|
'textInformation' => 'text_only_question',
|
||||||
|
'trueFalse' => 'true_false_question',
|
||||||
}
|
}
|
||||||
|
|
||||||
def parse_instructure_metadata
|
def parse_instructure_metadata
|
||||||
|
|
Loading…
Reference in New Issue