Posts made by Martin Dougiamas

Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Found it - it was a Moodle bug that only shows when using the Richtext editor.

To fix, edit mod/choice/mod.html and replace:

document.form.description

with:

document.form.text

This is fixed in CVS and the next release. Thanks for the report.