heimrichhannot / contao-quiz-bundle
This module offers a quiz
Installs: 228
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 2
Open Issues: 2
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.9
- heimrichhannot/contao-filter-bundle: ^1.0
- heimrichhannot/contao-list-bundle: ^1.0
- heimrichhannot/contao-submissions_creator: ^3.0
- symfony/translation: ^4.4 || ^5.4
Requires (Dev)
- contao/manager-plugin: ^2.0
- contao/test-case: ^1.1
- friendsofphp/php-cs-fixer: ^2.2
- php-coveralls/php-coveralls: ^2.0
- php-http/guzzle6-adapter: ^1.1
- php-http/message-factory: ^1.0.2
- phpunit/phpunit: >=6.0 <6.5
- symfony/phpunit-bridge: ^3.2
This package is auto-updated.
Last update: 2024-10-21 14:05:32 UTC
README
This bundle offers a simple quiz with submission (if needed).
Warning: This bundle is abandoned
This bundle is abandoned and will not be further developed. We recommend usung Survey Bundle.
Installing
With composer and Contao 4 Managed Edition:
composer require heimrichhannot/contao-quiz-bundle ~1.0
Features
- Module QuizReader
- Module QuizSubmission
- creating simple quiz with custom evaluation, answers and answer descriptions
- submission
- adding content element to evaluation, answer and answer description
Creating a quiz
Adding submission to quiz
To adding a submission to your quiz, create a quiz submission module, select 'add submission', select your submission archive and add the quiz submission module to your evaluation. See here how to add a submission archive (https://github.com/heimrichhannot/contao-submissions).
Adding evaluation to quiz
Adding questions to quiz
Adding answers to question
Adding answer description to answer
If you want to explain why the answer is either correct or false simply add a description to the answer. Otherwise there will just stand correct or false as solving.