Download the PHP package heimrichhannot/contao-quiz-bundle without Composer
On this page you can find all versions of the php package heimrichhannot/contao-quiz-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download heimrichhannot/contao-quiz-bundle
More information about heimrichhannot/contao-quiz-bundle
Files in heimrichhannot/contao-quiz-bundle
Package contao-quiz-bundle
Short Description This module offers a quiz
License LGPL-3.0-or-later
Informations about the package contao-quiz-bundle
contao-quiz-bundle
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:
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.
InsertTags
Tag | Arguments | Example | Description |
---|---|---|---|
huh_quiz_total_score | QUIZ_ID | {{huh_quiz_total_score::8}} | Returns the total possible score of the quiz |
huh_quiz_current_score | - | {{huh_quiz_current_score}} | Returns the current score of the "player" from session |
huh_quiz | MODULE_ID,QUIZ_ID | {{huh_quiz::12::8}} | Returns the quiz with the given id |
All versions of contao-quiz-bundle with dependencies
contao/core-bundle Version ^4.9
heimrichhannot/contao-submissions_creator Version ^3.0
heimrichhannot/contao-list-bundle Version ^1.0
heimrichhannot/contao-filter-bundle Version ^1.0
symfony/translation Version ^4.4 || ^5.4