Moodle Plugins directory: MTF (ETH): Versions: 3.0 for Moodle 3.x+ | 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) 3.0 for Moodle 3.x+
Moodle 3.4, 3.5, 3.6
Released: zondag, 24 februari 2019, 19:07
Code prechecks
phplint
phpcs407 | 176
js1680 | 15234
css24 | 31
phpdoc136 | 1
savepoint
thirdparty
grunt1 | 1
shifter
mustache
HTML | XMLqtype_mtf Multiple True/False (MTF with multi-answers) ETHz (Seperated from qtype_scmc) question type for moodle 3.x+
*** Info regarding migration from qtype_multichoice (with Multi Answers Only) to qtype_mtf ***
You should specify either: - 'courseid' or - 'categoryid' or - set the parameter 'all' to 1.
Note: No migration will be done without restrictions!
Examples:
- Specific Course: MOODLE_URL/question/type/mtf/bin/mig_multichoice_to_mtf.php?courseid=55
- Specific Question Category: MOODLE_URL/question/type/mtf/bin/mig_multichoice_to_mtf.php?categoryid=1
- All Multi question: MOODLE_URL/question/type/mtf/bin/mig_multichoice_to_mtf.php?all=1
- DRY RUN: MOODLE_URL/question/type/mtf/bin/mig_multichoice_to_mtf.php?all=1&dryrun=1
Script should be run in SSH / Shell Command Line unless the number of questions is less than 1K to avoid interruption by browser.
Version information
- Version build number
- 2019021400
- Version release name
- 3.0 for Moodle 3.x+
- Maturity
- Stabiele versie
- MD5 Sum
- 22fffb7cf3002f35bdaff11f5ef73136
- Supported software
- Moodle 3.4, Moodle 3.5, Moodle 3.6
- The more recent release 3.2 for Moodle 3.4+ (2021092900) exists for Moodle 3.4
- The more recent release 3.2 for Moodle 3.4+ (2021092900) exists for Moodle 3.5
- The more recent release 3.2 for Moodle 3.4+ (2021092900) exists for Moodle 3.6
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
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