2017 © Pedro Peláez
 

contao-bundle contao-quiz-bundle

This module offers a quiz

image

heimrichhannot/contao-quiz-bundle

This module offers a quiz

  • Thursday, July 26, 2018
  • by digitales@heimrich-hannot.de
  • Repository
  • 6 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 5 % Grown

The README.md

contao-quiz-bundle

, (*1)

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

Warning: This bundle is abandoned

This bundle is abandoned and will not be further developed. We recommend usung Survey Bundle., (*3)

Installing

With composer and Contao 4 Managed Edition:, (*4)

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

alt quiz, (*5)

Adding submission to quiz

alt submission, (*6)

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)., (*7)

Adding evaluation to quiz

alt evaluation, (*8)

Adding questions to quiz

alt question, (*9)

Adding answers to question

alt_answer, (*10)

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. alt answerDescription, (*11)

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

The Versions