Moodle Plugins directory: Formulas question type: Versions: 5.0.1 for Moodle 3.0+ | 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.0.1 for Moodle 3.0+
Moodle 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0
Released: Sunday, 16 October 2022, 7:11 PM
Code prechecks
phplint
phpcs162 | 81
js230 | 1017
css
phpdoc231 | 47
savepoint
thirdparty
grunt
shifter
mustache
gherkin
HTML | XMLChangelog
5.0.1 (2022-10-16)
- bugfix: custom functions are now working again
5.0.0 (2022-10-15)
- 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
- 2022101600
- Version release name
- 5.0.1 for Moodle 3.0+
- Maturity
- Stable version
- MD5 Sum
- 5da4a0e14860e8a5ab570575606d8894
- Supported software
- Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0
- Latest release for Moodle 3.0
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- 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
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v5.0.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