mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
39abc01197
This commit implements the necessary core hooks to ensure we only allow a regrade of a quetion attempt to take place if the new and old versions of the question are sufficiently similar. It will be followed by commits to each question type where the new method needs to be implemented. Automated tests will be included in the first of those (mulitple choice) becuse we need a question type that implements the hooks to test the core changes.
Moodle Language Packs This directory contains the standard packaged Moodle language files, for making the Moodle interface appear in different interfaces. The default language for Moodle is the English language, under the Unicode scheme (UTF8). To add more languages to Moodle, you can either: 1) use the Moodle languages GUI in the interface to fetch new languages and install them in your 'dataroot' directory. 2) download them and unzip the packs in this directory manually For more information, see the Moodle Documentation: http://docs.moodle.org/en/Translation Cheers, Moodle Development Team