Moodle Plugins directory: Gapfill : Versions: 1.1 | Moodle.org

Gapfill
Gapfill 1.1
Gapfill question type for Moodle V 1.1 A simpler Cloze question type that only supports fill the the blank type questions. Teacher can define the question with square braces to define the missing words. For example The [cat] sat on the [mat].
Alternative delimiting characters can be defined during question edit for example The #cat# sat on the #mat# can be valid. If the dropdown or dragdrop options are set in the question edit form, it can display a shuffled selection of correct and wrong aanswers. These can then can be selected via dropddropdown lists or javascript powered drag and drop functionality. This question type was written by Marcus Green
This question type was created and tested under Moodle 2.5. It will not work with versions of moodle prior to 2.1 but it will probably work with versions between 2.1 and 2.5 (though you would need to edit the version.php file.
Place the files in a directory moodle\question\type\gapfill Where moodle is webroot for your install.
Version 1.1 includes a count of correct answers and clears incorrect responses in interactive mode and is updated to use the Moodle 2.5 style forms.
Version information
- Version build number
- 2006082508
- Version release name
- 1.1
- Can be updated from
- 1.0 (2006082507)
- Can be updated to
- 1.3 (2006082511), 1.5 (2006082513)
- Maturity
- Beta
- MD5 Sum
- 91574af58a66536bd35e690f5803367d
- Supported software
- Moodle 2.5
- The more recent release 1.8 (2006082516) exists for Moodle 2.5
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