jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
97 stars 84 forks source link

Problematic handling of comments #150

Open nikosdimitrakas opened 1 year ago

nikosdimitrakas commented 1 year ago

I have discovered two issues relating to the comments field. The first one relates to the web services: the comments are not included in the result of mod_vpl_open. The second one relates to the comments not being saved: If the student adds/edits comments under "</> Edit" after all the files have been added and saved, the comments are not saved. In order for the comments to be saved a file must be modified and saved. Obviously, the comments should be saved as soon as the student presses OK in the comments popup.

jcrodriguez-dis commented 10 months ago

The commit f09b3660de3049d5a0e978345813e31d0b598e2b, included in VPL 4.2.0, addresses the second issue. The first one will be resolved in future releases.