ndunand / moodle-qtype_matrix

Source code of https://moodle.org/plugins/qtype_matrix
2 stars 10 forks source link

add support for atto in the question items #62

Open a-kempka opened 1 year ago

a-kempka commented 1 year ago

User story: "As a teacher I'd like to use a graphical editor (atto, tinymce) also in the items (response matrix) of the matrix question" Is there a possibility to add atto/tinymce into the input fields of the items of the response matrix? The unformatted input field is confusing as the input field parses HTML just fine, but offers no way to edit it in atto/tinymce. Furthermore it would be easier to read and write the item's content more easily as inserting any HTML in the input makes the small input barely readable without horizontal scrolling through the text. If there is not enough space to display atto/tinymce, a button next to the decription button that opens atto/tinymce would be an improvement.

Thank you for the great work on the plugin!