Extension:ClozeTest
From MediaWiki.org
|
ClozeTest Release status: experimental |
|||
|---|---|---|---|
| Implementation | Skin | ||
| Description | Quiz tool for MediaWiki; automatic cloze test generation | ||
| Author(s) | Justin Drake | ||
| Last version | 0.0.1 (2011-04-15) | ||
| MediaWiki | 1.16 | ||
| License | CC BY-SA 2.0 | ||
| Download | Project page |
||
|
|||
|
Check usage (experimental) |
|||
Extension to automatically generate cloze tests. Randomly selected links are replaced with a blank yellow input-box. The user may attempt refill the gaps. Matching answers turn to green, and non-matching answer turn to red. This extension is written as part of a Google Sumer of Code project, for which the description is available here.
[edit] How to execute the extension
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" );
[edit] Code
This code is available on GitHub here.
