Extension:ClozeTest
Jump to navigation
Jump to search
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
ClozeTest Release status: unmaintained |
|
---|---|
Implementation | Skin |
Description | Quiz tool for MediaWiki; automatic cloze test generation |
Author(s) | Justin Drake (drakefjustintalk) |
Latest version | 0.0.1 (2011-04-15) |
MediaWiki | 1.16 |
License | Creative Commons Attribution Share Alike 2.0 |
Download | GitHub: Note: |
Extension to automatically generate cloze tests. Randomly selected links are replaced with a blank yellow input-box. The user may attempt to refill the gaps. Matching answers turn to green, and non-matching answer turn to red. This extension is written as part of a Google Summer of Code project, for which the description is available here.
How to execute the extension[edit]
1. Upload the file included in the .tar.gz archive to your server
2. Add the following to your localsettings.php file:
require_once( "$IP/extensions/ClozeTest/CloseTest.php" );
Demo[edit]