fixpunkt / fp-masterquiz
A modern extension that offers quiz, polls and tests. The result can be displayed as a chart. Supports 7 question modes.
Installs: 19 095
Dependents: 0
Suggesters: 0
Security: 1
Stars: 3
Watchers: 2
Forks: 9
Open Issues: 7
Type:typo3-cms-extension
Requires
- typo3/cms-core: ~10.4.6 || ~11.5.0
Replaces
- typo3-ter/fp-masterquiz: v3.7.1
README
version 4.0.0
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 3.7.0:
- Closed-checkbox added to a quiz too.
- Using a target-action at the list-view.
- New FE-layout for results: detailed table-list.
- allowEdit = 2 is new (allow edit even the status is completed).
- Bugfix: delete old selections when they are replaced in the edit mode.
- Bugfix: do not ignore changed user-data in edit mode.
Changes in version 3.7.1:
- Absolute path to images in emails.
- debug-echo removed.
- PHP 8 bugfix.