Extension:QuizGame/da

Category:GPL licensed extensions/da
MediaWiki extensions manual
QuizGame
Release status: stabilCategory:Stable extensions/da
Implementation Special page Category:Special page extensions/da
Beskrivelse Interactive question game that uses AJAX
Forfatter(e)
Latest version 4.4
MediaWiki 1.43+Category:Extensions with manual MediaWiki version/da
Database changes Ja
Licens GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control/da
  • $wgCreateQuizThresholds
  • $wgQuizLogs
  • quizadmin
Translate the QuizGame extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions/da

QuizGame extension allows users to create interactive quizzes and take them.

  • Special:QuizGameHome er forsiden for quizzer.
  • Special:QuizLeaderboard shows the users who have answered correctly in most quizzes.
  • Special:QuizRecalcStats can be used by quiz administrators to recalculate quiz statistics.
  • Special:ViewQuizzes can be used to view all available quizzes.

See Help:Extension:QuizGame for more information on how to use this extension.


Dependencies

  • New database tables: quizgame_questions, quizgame_answers, quizgame_choice and quizgame_user_view

Installation

  • Download and move the extracted QuizGame folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/QuizGame
    
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'QuizGame' );
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Yes DoneNavigate to Special:Version on your wiki to verify that the extension is successfully installed.

Brugerrettigheder

This extension adds one new user right, quizadmin which allows administering quizzes. By default sysops and staff have this user right.

User points

  • $wgUserStatsPointValues['quiz_answered'] set this to something to give out points for answering existing quiz game questions.
  • $wgUserStatsPointValues['quiz_correct'] I have no idea what this does. Related comment from source code: "Add to stats how many quizzes the user has answered correctly"
  • $wgUserStatsPointValues['quiz_created'] set this to something to give out points for creating new quiz games.
  • $wgUserStatsPointValues['quiz_points'] I have no idea what this does. Related comment from source code: "Add to point total"

Parametre

  • $wgQuizLogs whether to log quiz creations or not. Defaults to true.
  • $wgCreateQuizThresholds for example 'edits' => 5 if you want to require users to have at least 5 edits before they can create new quizzes. Defaults to an empty array (no restrictions).
  • $wgQuizID this is the internal ID number of the current quiz and is used by QuizGame internally. It's documented here only for the sake of completeness. Do not set it!
Category:Social tools/da
Category:All extensions/da Category:Extensions in Wikimedia version control/da Category:Extensions included in Miraheze/da Category:Extensions included in WikiForge/da Category:Extensions with manual MediaWiki version/da Category:GPL licensed extensions/da Category:LoadExtensionSchemaUpdates extensions/da Category:MakeGlobalVariablesScript extensions/da Category:SkinTemplateNavigation::Universal extensions/da Category:Social tools/da Category:Special page extensions/da Category:Stable extensions/da