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:
Brian Palmer 2011-09-08 12:12:40 -06:00
parent 5682794b79
commit 4719240cad
1 changed files with 1 additions and 0 deletions

View File

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