jcrodriguez-dis / moodle-mod_vpl

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

RTL in submission view #170

Open chysch opened 4 months ago

chysch commented 4 months ago

If the student has incorrect output the submission view shows the input, the expected output and the actual output. If the setting is an RTL language (e.g. Hebrew or Arabic), these three are printed backwards which makes them hard to understand.

Suggested fix: Enforce LTR in the relevant divs.

jcrodriguez-dis commented 4 months ago

Dear Chysch,

Thank you for bringing this issue to our attention. We understand the difficulty that incorrect alignment can cause.

We are willing to providing an inclusive and accessible platform for all users, regardless of the language they use. Therefore, we will investigate this matter and will try to implement a solution to support both LTR (Left-to-Right) and RTL languages appropriately.

If you could provide us with a screenshot illustrating the problem, as well as a description or example of the correct behavior, it would greatly assist us in understanding the issue fully and in testing our solution effectively.

Best regards, Juan Carlos

chysch commented 4 months ago

Problem Screenshot: image

Solution Screenshot: image