Details
Description
Right now users can't use htmleditor on individual choices (thought the text entered is treated as html) but they are forced to use them in comments to them (that greatly slow down page loading).
The idea is to give the choice to the users on both htmleditors (and, probably, htmleditors for correct/partial/incorrect answers too).
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-21002 | Customizable edit question forms |
|
|
|
Hi, Tim!
You idea with buttons is great as it allow more freedom to the users
It is also targets another issue - constant need to tell the ordinary (not from IT faculty) teachers why their choices dislpayed 'incorrectly'.
The standart Moodle way is: what is entered in line edit will be displayed as it is. So I think that 'normal' - line edit - choices must be displayed as text, and if the user want html - he/she can use htmleditor.
There are two questions with this:
1) using buttons I think there is a point in chagning default behavour: buttons must befault to not use htmleditor to speed up loading of the first page
2) choices can be entered as text of html, but we need to save them in db in one format. I think that this will be html, with conversions done to plain text.