Moodle Plugins directory: MTF (ETH): Versions: 4.3 | Moodle.org
MTF (ETH)
Question types ::: qtype_mtf
Maintained by
ETH Zürich
Multi True false in one stem (question).
Brief: The MC question type as it exists in Moodle is not very ideal, since you can only configure questions which are not very well designed regarding best practices of MC questions.
Teachers can have more than one true/false question in same stem. this saves creating new questions for each stem. especially when it comes to an essay followed by many questions.
MTF (ETH) 4.3
Moodle 4.1, 4.2, 4.3
Released: Sunday, 26 November 2023, 7:58 PM
Code prechecks
phplint
phpcs210 | 412
js1691 | 15633
css
phpdoc1 | 2
savepoint
thirdparty
grunt
shifter
mustache
gherkin
HTML | XMLMultiple True False (ETH)
What it is:
Multi True false in one stem (question). Brief: The MC question type as it exists in Moodle is not very ideal, since you can only configure questions which are not very well designed regarding best practices of MC questions. Teachers can have more than one true/false question in the same stem. This saves creating new questions for each stem, especially when it comes to an essay followed by many questions.
Installation:
- Extract the contents of the downloaded zip to
question/type/
. - Rename the extracted folder to
mtf
. - Start the Moodle upgrade procedure.
Further information:
Behat- and Unit tests:
Behat tests are included but scenarios are designed explicitly for ETH Zürich testcases. Some of the included test steps are designed to work with the ETH Zürich Moodle setup. However unit tests can be used in combination with any Moodle setup.
Version information
- Version build number
- 2023111300
- Version release name
- 4.3
- Can be updated from
- 4 possible from Moodle 3.11 (Transitional) (2022091500), 4 possible from Moodle 3.11 (Transitional) (2023060400)
- Maturity
- Stable version
- MD5 Sum
- 76392b747fe44febd116938a4a12e75c
- Supported software
- Moodle 4.1, Moodle 4.2, Moodle 4.3
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- MOODLE_403_STABLE
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