Extension:QuizGame/pl

Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
QuizGame
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Strona specjalna Category:Special page extensions/pl
Opis Interactive question game that uses AJAX
Autor(zy)
Ostatnia wersja 4.4
MediaWiki 1.43+Category:Extensions with manual MediaWiki version
Zmiany w bazie danych Tak
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
  • $wgCreateQuizThresholds
  • $wgQuizLogs
  • quizadmin
Quarterly downloads 0
Przetłumacz rozszerzenie QuizGame jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

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.

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


Zależności

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

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie QuizGame w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/QuizGame
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'QuizGame' );
    
  • Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

User rights

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"

Parametry

  • $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/pl
Category:All extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in Miraheze/pl Category:Extensions included in WikiForge/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:LoadExtensionSchemaUpdates extensions/pl Category:MakeGlobalVariablesScript extensions/pl Category:SkinTemplateNavigation::Universal extensions/pl Category:Social tools/pl Category:Special page extensions/pl Category:Stable extensions/pl