Extension:QualityAssurance

Category:Unmaintained extensions#QualityAssurance Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:Creative Commons licensed extensions
MediaWiki extensions manual
QualityAssurance
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Database Category:Database extensions
Author(s) (akashagarwaltalk)
MediaWiki Category:Extensions without MediaWiki version
License Creative Commons Attribution Share Alike 3.0
Download Category:Extensions in GitHub version control
Category:All extensionsCategory:Extensions not in ExtensionJson

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

  • 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

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

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

https://github.com/CEMCA/QualityAssuranceMWExtension

Category:All extensions Category:Creative Commons licensed extensions Category:Database extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:LoadExtensionSchemaUpdates extensions Category:ParserFirstCallInit extensions Category:Unmaintained extensions