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