Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Aug 11, 2023
1 parent 3272940 commit 875b940
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# contao-quiz-bundle

![](https://img.shields.io/packagist/v/heimrichhannot/contao-quiz-bundle.svg)
[![](https://img.shields.io/packagist/v/heimrichhannot/contao-quiz-bundle.svg)](https://packagist.org/packages/heimrichhannot/contao-quiz-bundle)
![](https://img.shields.io/packagist/dt/heimrichhannot/contao-quiz-bundle.svg)
[![](https://img.shields.io/travis/heimrichhannot/contao-quiz-bundle/master.svg)](https://travis-ci.org/heimrichhannot/contao-quiz-bundle/)
[![](https://img.shields.io/coveralls/heimrichhannot/contao-quiz-bundle/master.svg)](https://coveralls.io/github/heimrichhannot/contao-quiz-bundle)

This bundle offers a simple quiz with submission (if needed).

### Installing
## Warning: This bundle is abandoned

This bundle is abandoned and will not be further developed. We recommend usung [Survey Bundle](https://github.com/pdir/contao-survey).

## Installing
With composer and Contao 4 Managed Edition:
```
composer require heimrichhannot/contao-quiz-bundle ~1.0
```
### Features
## Features
* Module QuizReader
* Module QuizSubmission
* creating simple quiz with custom evaluation, answers and answer descriptions
Expand Down Expand Up @@ -48,4 +52,4 @@ 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
huh_quiz | MODULE_ID,QUIZ_ID | {{huh_quiz::12::8}} | Returns the quiz with the given id

0 comments on commit 875b940

Please sign in to comment.