Loading...
 
Skip to main content

History: PluginMiniQuiz

Source of version: 11 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # Plugin Mini Quiz

Use this ((wiki plugin)) to create a quiz using a ((tracker)). This is similar but different than the ((Quiz)) feature.

## Parameters

{pluginmanager plugin="miniquiz"} 
The tracker must have the following fields: 
{FANCYTABLE(head=**Field**|**Type**|**Purpose**)} 
*question*| text field | the question 
*answer* |text field | correct answer 
*option a* | text field | false answer 
*option b* | text field | false answer 
*option c* | text field | false answer 
*valid*| checkbox field |indicates that the tracker item is to be used as a quiz item 
{FANCYTABLE}

## Examples

Here's a screenshot of a tracker set up for a quiz:

{img src="display2183" link="display2183" width="400" rel="box[g]" imalign="center" desc="Click to expand" align="center" styleimage="border"}

Each question must be an item with valid checked. For instance, if the tracker miniquiz has 2 items, the plugin will display

***Code usage:** *
{CODE()}
{miniquiz trackerId=}
{CODE}

{img src="display2181" link="display2181" width="400" rel="box[g]" imalign="center" desc="Click to expand" align="center" styleimage="border"} <br /> <br /> 
and the result can be


{img src="display2182" link="display2182" width="400" rel="box[g]" imalign="center" desc="Click to expand" align="center" styleimage="border"}