Extension:QualityAssurance

From mediawiki.org
MediaWiki extensions manual
QualityAssurance
Release status: unmaintained
Implementation Database
Author(s) (akashagarwaltalk)
MediaWiki
License Creative Commons Attribution Share Alike 3.0
Download

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";
  • Yes Done - Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.

Database[edit]

Install 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[edit]

In 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[edit]

https://github.com/CEMCA/QualityAssuranceMWExtension