Extension:QuizGame
From MediaWiki.org
|
QuizGame Release status: unstable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Interactive question game that uses AJAX | ||
| Author(s) | Aaron Wright Ashish Datta David Pean Jack Phoenix |
||
| Last version | 2.0 | ||
| MediaWiki | 1.16+ | ||
| Database changes | yes | ||
| License | GNU General Public License 2.0 or later | ||
| Download | |||
|
|||
|
|||
|
|||
| Check usage and version matrix | |||
| Bugs: list open list all report | |||
QuizGame extension allows users to create interactive quizzes and take them.
Special:QuizGameHome is the main page for quizzes. 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.
Contents |
Dependencies [edit]
- SocialProfile extension
- New database tables: quizgame_questions, quizgame_answers, quizgame_choice and quizgame_user_view
Installation [edit]
- Dump the files into $IP/extensions/QuizGame
- Create the three required database tables (by re-running the MediaWiki updater script, update.php)
- Add require_once("$IP/extensions/QuizGame/QuestionGame.php"); into the wiki's LocalSettings.php
- Installation can now be verified through the wiki's Special:Version
User rights [edit]
This extension adds one new user right, quizadmin, which allows administering quizzes. By default sysops and staff have this user right.
User points [edit]
- $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"
Parameters [edit]
- $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!
| Social tools | |
|---|---|
| SocialProfile | Overview • UserStatus (GSoC 2011 project) • Roadmap • Developer info • Screenshots • History |
| Other social extensions | Automatic Board Welcome • BlogPage • FanBoxes • NewUsersList • PictureGame • PollNY • QuizGame • RandomFeaturedUser • RandomGameUnit • RandomUsersWithAvatars • SiteMetrics • UserWelcome |
| Semanticness | Semantic Social Profile |
| Other related extensions (which do not depend on SocialProfile) |
Comments • LinkFilter • NewSignupPage • RandomImageByCategory • Video • VoteNY • WikiTextLoggedInOut |