fixpunkt / fp-masterquiz
A modern extension that offers quiz, polls and tests. The result can be displayed as a chart.
Installs: 36 972
Dependents: 0
Suggesters: 0
Security: 1
Stars: 5
Watchers: 2
Forks: 9
Open Issues: 7
Type:typo3-cms-extension
Requires
- typo3/cms-core: ~12.4.0
- dev-master
- v5.1.9
- v5.1.8
- v5.1.7
- v5.1.6
- v5.1.5
- v5.1.4
- v5.1.3
- v5.1.1
- v5.1.0
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.3.1
- v4.3.0
- v4.2.3
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.7.1
- v3.7.0
- v3.6.6
- v3.6.5
- v3.6.4
- v3.6.3
- v3.6.1
- v3.6.0
- v3.5.10
- v3.5.8
- v3.5.7
- v3.5.6
- v3.5.5
- v3.5.4
- v3.5.2
- v2.2.1
- v1.0.0
- dev-typo310and11
- dev-typo39
This package is auto-updated.
Last update: 2024-10-17 14:48:59 UTC
README
version 5.1.9
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.
jQuery is required. Optimized for Bootstrap 4/5.
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 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.
Changes in version 5.1.6:
- Bugfix: backend preview.
- Remove of deprecated methods and sql-fields.
Changes in 5.1.7:
- Bugfix: sorting-error of selected-table.
Changes in 5.1.8:
- Bugfix: translations in Ajax-mode.
Changes in 5.1.9:
- Bugfix: points calculation for modes 3 and 4.