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 edit tab - run #171

Open chysch opened 4 months ago

chysch commented 4 months ago

If the language setting is RTL (e.g. Hebrew or Arabic) the console has everything printed in RTL resulting in unintuitive inputs and outputs.

Suggested fix: Enforce LTR on the div of the console window.

jcrodriguez-dis commented 4 months ago

Dear chysch,

Thank you for bringing this to our attention. To better address your concern and find a suitable solution, could you please provide us with additional details? Specifically, if you could share screenshots or examples illustrating how the RTL display affects your interaction with the console, it would be immensely helpful. We want our interface is accessible and user-friendly for everyone, regardless of the language settings. Your feedback may help us to achieve this goal.

Best regards, Juan Carlos

chysch commented 4 months ago

This is the output: image

Because the program output is in English you can see that everything is backwards which is inconvenient. Usually the programming is taught in English even in RTL using countries because of other incompatibility issues.

The output should look like this: image