h5p / moodle-mod_hvp

H5P Plugin for Moodle
GNU General Public License v3.0
131 stars 168 forks source link

H5P export text not formatting #516

Open TomoTsuyuki opened 10 months ago

TomoTsuyuki commented 10 months ago

When we use "Exportable Text Area" in the "Course presentation", set rich text in the "Comments", and tick "Include comments in the exported document", the comments in the exported document loses its format.

I'm using Moodle 3.9, but I can see the same issue from Moodle 4.1.

I checked both library versions. Course Presentation (1.25.5) Exportable Text Area (1.3.15)

It used to work, and found it works with old versions. Course Presentation (1.24.1) Exportable Text Area (1.3.11)

It looks old version uses "doc", but newer uses "docx".

Is that a bug, or something changing specs in the libraries?