https://github.com/fixpunkt-com/fp_masterquiz
TYPO3 extension to create a quiz, poll or test. The user result will be saved in the DB too and could be displayed as a chart.
https://github.com/fixpunkt-com/fp_masterquiz
charts poll quiz typo3
Last synced: 5 months ago
JSON representation
TYPO3 extension to create a quiz, poll or test. The user result will be saved in the DB too and could be displayed as a chart.
- Host: GitHub
- URL: https://github.com/fixpunkt-com/fp_masterquiz
- Owner: fixpunkt-com
- License: gpl-3.0
- Created: 2018-09-25T12:39:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-27T09:27:34.000Z (7 months ago)
- Last Synced: 2026-01-13T19:24:10.692Z (5 months ago)
- Topics: charts, poll, quiz, typo3
- Language: PHP
- Homepage:
- Size: 1.64 MB
- Stars: 4
- Watchers: 2
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fp_masterquiz
version 7.2.5
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/
und die deutsche Version leider nur bei GitHub:
https://github.com/fixpunkt-com/fp_masterquiz/blob/master/Documentation/Localization.de_DE.tmpl/Configuration/Index.rst
---------------------------
Changes in version 7.0.0:
- Breaking: PlugIns changed from list_type to CType. You need to execute the Upgrade Wizard to change your PlugIns.
- Breaking: due to a TYPO3 bug (issues/105135), the Ajax-Version is not working anymore!
- Breaking: layout changed: fieldset added to questions and user data in the form and settings.wrapQuestionTitle1 changed to legend.
- Documentation translated to german.
Changes in 7.0.1:
- Bugfix: the Ajax-version is now working again.
Changes in 7.0.2/3:
- Bugfix: documentation.
Changes in 7.0.4/5:
- Bugfix: get FE-users entry + get foreign entries.
- Bootstrap: added class text-end where text-right is used.
Changes in 7.0.6:
- Startingpoint added again to a plugin.
- pluginName in the list-view changed to show, if a target page is defined.
- Bugfix: documentation.
Changes in 7.1.0:
- Refactoring with the Rector-tool. You need to use "Flush TYPO3 and PHP Cache".
- PageTitleProvider added.
- Documentation again.
Changes in 7.1.2:
- PHP 8.4 Bugfix.
- New home url: https://github.com/fixpunkt-com/fp_masterquiz
Changes in 7.2.0:
- Extension configuration file added for the ajax mode.
Changes in 7.2.2:
- PHP 8.4 Bugfix.
- Update script for permissions added.
Changes in 7.2.4:
- Prevent sending empty input field with enter.
- Make logging into typo3_fpmasterquiz_xxx.log optional.
Changes in 7.2.5:
- Bugfix: prevent the final page when there is no participant-uid.
You find the whole changelog here:
https://raw.githubusercontent.com/fixpunkt-com/fp_masterquiz/refs/heads/master/Documentation/ChangeLog/Index.rst