jcrodriguez-dis / moodle-mod_vpl

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

Added override options for some settings (due date, etc.). (See issue #83) #122

Closed Astor-Bizard closed 1 year ago

Astor-Bizard commented 3 years ago

This update adds override options for users and groups (resolves #83 ). This applies to the following settings : due date, start date, reduction by automatic evaluation, and number of free evaluations.

The first commit also includes a small fix: A VPL activity name is currently displayed without applying any filters (for example multilang). This update fixes the problem (just added a simple call to format_string).