Compare two revisions of: mc.questions

... ... @@ -26,10 +26,10 @@ containing a text and a solution. The solution can be either:
26 26
27 27
28 28
29 -### Constrains
29 +### Constraints
30 30
31 -* For mc.multiple, make sure that there is at least one answer that is set (or evaluates) to true, otherwise an error will occur when correcting the question.
32 -* For mc.unique at least one answer has to evaluate to true. Of course, normally exactly only one answer is true
31 +* For mc.multiple, make sure that there is at least one choice that is set (or evaluates) to true, otherwise an error will occur when correcting the question.
32 +* For mc.unique at least one choice has to evaluate to true. Of course, normally exactly only one choice is true
33 33 * For mc.yesno no restriction applies.
34 34
35 35 Example:
36 36