Moodle Plugins directory: BTEC marking: Versions: 1.24 | Moodle.org

BTEC marking
BTEC marking 1.24
Code prechecks
BTEC advanced grading method for Moodle by Marcus Green
Version 1.24 Oct 2024
Behat deprecation issue from Moodle 3.3. Bumped ci test to run against Moodle 4.5 and PHP 8.2 With thanks to Julian-Tovar for this https://github.com/marcusgreen/moodle-gradingform_btec/issues/7
Version 1.23 Apr 2022
Tested for Moodle 4.0 compatibility. Coverage metadata in phpunit tests. Documentation updated on course totals. https://docs.moodle.org/en/BTEC_marking#Course_total_in_gradebook Switched from travis ci to github actions. Fixed some linting issues.
Version 1.22 Aug 2018
Added privacy classes to help GDPR compliance. Confirmation it works with Moodle 3.5 Added btec-grade div/class so the display of final grade can be styld/hidden. Codechecker compliance updates.
Version 1.21. April 2018
This is a maintenance release to confirm that it works with all versions of Moodle between 3.1 and 3.4. I have also tried it with an alpha of Moodle 3.5 without error.
Changed
I have fixed the string handling that should allow it to be translated using AMOS. It now passes more code compliance/phpdoc tests and behat tests work. Thanks to Jean-Michel Vedrine for inspiration to get my .travis.yml file working so that behat test work automatically when I do a git submit.
Version 1.2. September 2016
I call this the Sue Moss release, in honour of the help she gave me with some of the ideas. Updates to take account of the Moodle 3.1 grading interface, while still working with earlier versions. * Moved yes/no radio buttons to the left hand side of grading page * Added radio buttons at the top to toggle all to yes or no * Added behat tests (benefits to developers mainly)
Version 1.1. March 2016
I call this the Gloucestershire college release in honour of the help and feedback given on my visit there. * Reduced the size of the description field as it was occupying a disproportional amount of space * Added a check to ensure that the assignment has the BTEC scale set * Changed CSS so the Add Criterion button lined up properly * Changed Marking Options so it is hidden by default as it is not frequently used * tweaked code (a constructor) to ensure it would work with PHP7
beta1 Oct 2014
- Changed drop down with criteria level for a text box. This was because previously it was
- limited to 6 levels, i.e. P1 to P6, M1 to M6 etc and some places have more levels than that
- Added validation on save to check for duplicate level criteria. Changed CSS to reveal the X
- that indicates you can delete a level during editing. Changed CSS for layout at marking
- time as previously the labels on the Yes No radio buttons could be mistaken for each other.
Version information
- Version build number
- 2024101200
- Version release name
- 1.24
- Maturity
- Stabiele weergawe
- MD5 Sum
- 6b4667e04feb1d04ce0405a248dfd66f
- Supported software
- Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v1.24
Default installation instructions for plugins of the type Grading methods
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "rubricsXL") in the "grade/grading/form" subdirectory.
- Visit http://yoursite.com/admin to finish the installation