@@ 798-800 (lines=3) @@ | ||
795 | case 'RESPONSE_LID': |
|
796 | // Retrieve question type |
|
797 | if (!isset($exercise_info['question'][$current_question_ident]['type'])) { |
|
798 | if ("multiple" == strtolower($attributes['RCARDINALITY'])) { |
|
799 | $exercise_info['question'][$current_question_ident]['type'] = MCMA; |
|
800 | } |
|
801 | if ("single" == strtolower($attributes['RCARDINALITY'])) { |
|
802 | $exercise_info['question'][$current_question_ident]['type'] = MCUA; |
|
803 | } |
|
@@ 801-803 (lines=3) @@ | ||
798 | if ("multiple" == strtolower($attributes['RCARDINALITY'])) { |
|
799 | $exercise_info['question'][$current_question_ident]['type'] = MCMA; |
|
800 | } |
|
801 | if ("single" == strtolower($attributes['RCARDINALITY'])) { |
|
802 | $exercise_info['question'][$current_question_ident]['type'] = MCUA; |
|
803 | } |
|
804 | } |
|
805 | $current_question_item_body = ''; |
|
806 | //needed for FIB |