Compare two revisions of: mc.questions

... ... @@ -6,7 +6,7 @@ In MUMIE currently there are four types of MC questions available:
6 6 * **mc.multiple**: Multiple choice question with an arbitrary number of correct choices.
7 7 * **mc.unique**: Multiple choice question with exactly one correct choice.
8 8 * **mc.yesno**: Multiple choice question where each for each choice, one has to choose between *yes* and *no*
9 -* **mc.matrix**: The user has to checkmark the entries of a table-like task.
9 +* **[mc.matrix](mc.matrix)**: The user has to checkmark the entries of a table-like task.
10 10
11 11 The structure for mc.matrix is different from the others and is explained [here](mc.matrix).
12 12
13 13