|
@@ 806-808 (lines=3) @@
|
| 803 |
|
case 'RESPONSE_LID': |
| 804 |
|
// Retrieve question type |
| 805 |
|
if (!isset($exercise_info['question'][$current_question_ident]['type'])) { |
| 806 |
|
if ("multiple" == strtolower($attributes['RCARDINALITY'])) { |
| 807 |
|
$exercise_info['question'][$current_question_ident]['type'] = MCMA; |
| 808 |
|
} |
| 809 |
|
if ("single" == strtolower($attributes['RCARDINALITY'])) { |
| 810 |
|
$exercise_info['question'][$current_question_ident]['type'] = MCUA; |
| 811 |
|
} |
|
@@ 809-811 (lines=3) @@
|
| 806 |
|
if ("multiple" == strtolower($attributes['RCARDINALITY'])) { |
| 807 |
|
$exercise_info['question'][$current_question_ident]['type'] = MCMA; |
| 808 |
|
} |
| 809 |
|
if ("single" == strtolower($attributes['RCARDINALITY'])) { |
| 810 |
|
$exercise_info['question'][$current_question_ident]['type'] = MCUA; |
| 811 |
|
} |
| 812 |
|
} |
| 813 |
|
$current_question_item_body = ''; |
| 814 |
|
//needed for FIB |