fixpunkt/fp-masterquiz

A modern extension that offers quiz, polls and tests. The result can be displayed as a chart.

Installs: 29 306

Dependents: 0

Suggesters: 0

Security: 1

Stars: 3

Watchers: 2

Forks: 9

Open Issues: 5

Type:typo3-cms-extension

v5.1.4 2024-04-23 14:56 UTC

README

version 5.1.4

TYPO3 extension to create a quiz, poll or test. The participant result will be saved in the DB too and can be deleted automatically via Scheduler.

The results can be displayed as a chart too. An evaluation is possible too.

Features: a quiz, poll or test can be played by submitting a form or by submitting an AJAX-request.

8 question types/modes available: checkbox, radio-box, select-box, yes/no, text-field, textarea, star-rating, matrix.

This extension is not backward compatible to myquizpoll, but there is a simple import-task for myquizpoll-questions in older versions.

jQuery is required. Optimized for Bootstrap 4.

Dashboard widget available.

CSV-export available via scheduler task.

Available languages: english and german/deutsch.

You find the documentation at typo3.org: https://docs.typo3.org/p/fixpunkt/fp-masterquiz/master/en-us/

Changes in version 4.0:

  • Breaking: all plugins must be changed via an update-script (in the install-tool)!
  • TypoScript module.tx_fpmasterquiz_web_fpmasterquizmod1 changed to module.tx_fpmasterquiz.
  • Note for the Ajax-version: maybe you need to change the value of "ajaxfpmasterquiz_page.10.pluginName".

Changes in version 4.1:

  • TypoScript-files renamed from .ts to .typoscript.
  • Prevent PHP and JavaScript errors from missing settings.
  • Upgrade Wizard for old file references.

Changes in version 4.2:

  • Questions can now be closed too.
  • Bugfix for: prevent PHP and JavaScript errors from missing settings.

Changes in version 4.3:

  • Setting redirectToResultPageAtFinal added: redirect to the result page when the final page is reached?
  • Setting pointsMode added: 0 points if not all answers are correct now possible.

Changes in version 5.0:

  • Refactoring with the rector-tool.
  • settings.debug=2 is new. If 2 instead of 1, the debug output will be written into a log file.
  • settings.user.checkFEuser allows now values greater than 1.
  • Bugfix for pointsMode 4.

Changes in version 5.0.3:

  • Bugfix: prevent multiple ajax calls.
  • Bugfix: Matrix-Display.

Changes in version 5.1:

  • More layout possibilities: group a normal quiz/poll by tags; show answers inline (span instead of div).

Changes in version 5.1.4:

  • More support for group by tags.
  • More support for matrix-questions.