PluginExercise
New to Tiki9Creates exercises within a wiki page for students to test their new skills. Use this plugin to define inline questions and give optional answers to be selected from. A score is given for multiple exercises within a page.
The plugin can be used to create questions with suggested answers or with a text input. Here is a sample exercise:
Choose the correct homonym between where/were/we're
This week-end {exercise answer=we're} going to go {exercise answer=where}
we {exercise answer=were} best served.
{exercise}The above example will display the sentence with 3 text boxes where the exercise plugins are included inline. The plugin that does not expect an answer will be used to display the controls to check the score. There can be multiple exercise blocks within a single page.
The same example could be made by providing suggestions instead:
Choose the correct homonym between where/were/we're
This week-end {exercise answer=we're} going to go {exercise answer=where}
we {exercise answer=were} best served.
{EXERCISE()}
--- Comments can be written after the triple-dash.
where
were
---
were
we're
---
where: Not a location
we're: Cannot be replaced by 'we are'
{EXERCISE}Instead of displaying text boxes, drop-down will be displayed. The last section indicates the other options to display additionally to the right answer specified in-line. The order will be randomized.
The last question also specifies justifications that will be provided after the correction is made.
Alternatively, the options can be provided in-line instead of in the end block. This may be helpful to keep the information in-context, but sacrifices some readability in the text.
Choose the correct homonym between where/were/we're
This week-end {exercise answer=we're incorrect="where + were"} going to
go {exercise answer=where incorrect="were + we're"} we {exercise
answer=were incorrect="where (Not a location) + we're (Cannot be
replaced by 'we are')"} best served.
{exercise}Here's a screenshot of what the above code would produce:
This version will present the same drop-downs and justification as the prior example.
In-line and block level can be mixed as well. However, it is recommended to use comments when doing so.
Required parameters are in bold
| Parameters |
| no parameters |
This is for Tiki9. If you need in Tiki6, please see: Backporting Tiki9 code into Tiki6
