|
|
| Participants: |
Gordon Bateson, Martin Dougiamas and Tormod Aagaard
|
| Security Level: |
None
|
| Resolved date: |
31/Jan/08
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
|
|
When importing a question in the HotPotatoes format, non-ascii characters in the response part will not get converted, but passed on as html entities. Correct answer "prøve" will be "prøve" in the resulting quiz question.
This only applies to import of questionsto the question bank in the HotPotatoes format (.xml), and not to HotPotatoes exercises added as .htm files.
|
|
Description
|
When importing a question in the HotPotatoes format, non-ascii characters in the response part will not get converted, but passed on as html entities. Correct answer "prøve" will be "prøve" in the resulting quiz question.
This only applies to import of questionsto the question bank in the HotPotatoes format (.xml), and not to HotPotatoes exercises added as .htm files. |
Show » |
gbateson committed 1 file to 'Moodle CVS' on branch 'MOODLE_16_STABLE' - 31/Jan/08 04:24 PM
fix for MDL-13174 : replace calls to html_entity_decode() with hotpot_charcode_to_utf8() because html_entity_decode is broken in PHP 4
|
|
|
gbateson committed 1 file to 'Moodle CVS' on branch 'MOODLE_17_STABLE' - 31/Jan/08 04:25 PM
fix for MDL-13174 : replace calls to html_entity_decode() with hotpot_charcode_to_utf8() because html_entity_decode is broken in PHP 4
|
|
|
gbateson committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 31/Jan/08 04:25 PM
fix for MDL-13174 : replace calls to html_entity_decode() with hotpot_charcode_to_utf8() because html_entity_decode is broken in PHP 4
|
|
|
gbateson committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 31/Jan/08 04:26 PM
fix for MDL-13174 : replace calls to html_entity_decode() with hotpot_charcode_to_utf8() because html_entity_decode is broken in PHP 4
|
|
|
gbateson committed 1 file to 'Moodle CVS' - 31/Jan/08 04:28 PM
fix for MDL-13174 ' replace calls to html_entity_decode() with hotpot_charcode_to_utf8() because html_entity_decode is broken in PHP4
|
|
|
|