@@ 792-794 (lines=3) @@ | ||
789 | case 'RESPONSE_LID': |
|
790 | // Retrieve question type |
|
791 | if (!isset($exercise_info['question'][$current_question_ident]['type'])) { |
|
792 | if ("multiple" == strtolower($attributes['RCARDINALITY'])) { |
|
793 | $exercise_info['question'][$current_question_ident]['type'] = MCMA; |
|
794 | } |
|
795 | if ("single" == strtolower($attributes['RCARDINALITY'])) { |
|
796 | $exercise_info['question'][$current_question_ident]['type'] = MCUA; |
|
797 | } |
|
@@ 795-797 (lines=3) @@ | ||
792 | if ("multiple" == strtolower($attributes['RCARDINALITY'])) { |
|
793 | $exercise_info['question'][$current_question_ident]['type'] = MCMA; |
|
794 | } |
|
795 | if ("single" == strtolower($attributes['RCARDINALITY'])) { |
|
796 | $exercise_info['question'][$current_question_ident]['type'] = MCUA; |
|
797 | } |
|
798 | } |
|
799 | $current_question_item_body = ''; |
|
800 | //needed for FIB |