Extension:QualityAssurance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
QualityAssurance Release status: unmaintained |
|
---|---|
Implementation | Database |
Author(s) | (akashagarwaltalk) |
MediaWiki | |
License | Creative Commons Attribution Share Alike 3.0 |
Download | GitHub: Note: |
The QualityAssurance extension allows one to enable a comprehensive review for the quality of an OER (it can be present on a wiki page itself or the wiki page can be used only for QA with a link to the OER) by adding a simple tag to the page.
Installation
edit- Download and place the files in a directory called QualityAssurance in your extensions/ folder.
- Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/QualityAssurance/QualityAssurance.php";
- Done - Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Database
editInstall the databases required by the extension. Specified in table.sql. The databases will also be installed automatically when you run the update script
Configuration parameters
editIn case you have downloaded the extension at a different folder than the default, change the value of the configuration variable $wgHomedirPath located towards the end of the QualityAssurance.php file.
See also
edithttps://github.com/CEMCA/QualityAssuranceMWExtension