Moodle Plugins directory: Formulas question type: Versions: 5.2.1 for Moodle 3.9+ | Moodle.org

Formulas question type
Question types ::: qtype_formulas
Maintained by
Dominique Bauer,
Philipp Imhof
This is a question type plugin for Moodle with random values and multiple answer fields.
Formulas question type 5.2.1 for Moodle 3.9+
Moodle 3.9, 3.10, 3.11, 4.0, 4.1, 4.2
Released: дүшәмбе 24 апрель 2023, 13:57
Changelog
5.2.1 (2023-04-22)
- assure compatibility with Moodle 4.2
- internal: changes for compatibility with PHP 8.1
- internal: add PHP 8.1 to CI test matrix
- internal: added tests for units
5.2.0 (2023-03-17)
- new functions: binomialpdf() and binomialcdf()
- bugfix: gcd() now gives correct result even if one argument is 0
- internal: removed deprecated notify()
5.1.2 (2023-02-15)
- bugfix: internal functions (e.g. sigfig) working with map() again
5.1.1 (2023-01-30)
- bugfix: fmod() now works like in other scientific calculators
- bugfix: sort() now uses natural sorting and does not lose values anymore
- bugfix: instantiation check could fail in certain cases
- internal: some cleanup, update of package.json
Please note: future releases will no longer support Internet Explorer.
5.1.0 (2022-11-23)
- added support for Moodle 4.1
- new functions for number conversion (decimal <-> octal/binary)
- extended functionality for existing poly() function, see documentation
- direct validation of variable definitions when editing/creating a question
- improved check of variable instantiation and inline preview
- internal: added more tests
- internal: code cleanup and refactoring
5.0.1 (2022-10-16)
- bugfix: custom functions are now working again
5.0.0 (2022-10-15) - YANKED
- new feature: support for Moodle App (thanks to Jakob Heinemann)
- new functions for statistics: stdnormpdf(), stdnormcdf(), normcdf()
- new functions for number theory: modpow(), modinv()
- bugfix: pick() now working correctly with lists (arrays)
- bugfix: npr() now returns correct even for n-r < r
- bugfix: formatcheck.js now working again
- various changes related to acceptance and unit tests
- code cleanup
Version information
- Version build number
- 2023042400
- Version release name
- 5.2.1 for Moodle 3.9+
- Maturity
- Stable version
- MD5 Sum
- bb64ad1bef4f8b898b2ff403fb4e4a69
- Supported software
- Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2
- The more recent release 5.3.6 for Moodle 3.9 - 4.5 (2025042900) exists for Moodle 3.9
- The more recent release 5.3.6 for Moodle 3.9 - 4.5 (2025042900) exists for Moodle 3.10
- The more recent release 5.3.6 for Moodle 3.9 - 4.5 (2025042900) exists for Moodle 3.11
- The more recent release 5.3.6 for Moodle 3.9 - 4.5 (2025042900) exists for Moodle 4.0
- The more recent release 6.0.2 (2025050600) exists for Moodle 4.1
- The more recent release 6.0.2 (2025050600) exists for Moodle 4.2
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v5.2.1
Default installation instructions for plugins of the type Question types
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
- Visit http://yoursite.com/admin to finish the installation