Most activities require a correct value to be specified for each item.
There are two ways to handle this within our specifications.
1. Add an [a] tag after an [o] tag for the option to be counted as correct.
The item definition given above then becomes:
[i] What are Jose and Viviane making?",
[o] Bacon and Eggs
[o] Eggs and Toast
[o] [a] French Toast
More than one option can be specified as a correct answer if needed.
The item definition given above then becomes:
[i] What are Jose and Viviane making?",
[o] Bacon and Eggs
[o] [a] Bread in a mix of Eggs
[o] [a] French Toast
How to give different weightings to each answer will be explained in the next section.
2 . Add a single value or list of values that are to be treated as correct on a separate line.
Simply use :
[i] What are Jose and Viviane making?",
[a] French Toast, Bread in a mix of Eggs
This second options is required for activities like open question or free writing activity where multiple responses can be treated as correct. It is also required whenever the correct answer correspond to another item rather than an option of an item. This is typically the case of matching activities (see on using nametags below).