Compare two revisions of: mc.questions

... ... @@ -6,13 +6,13 @@ 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](mc.matrix)**: The user has to checkmark the entries of a table-like task.
9 +* **[mc.matrix](mc.matrix.md)**: The user has to checkmark the entries of a table-like task.
10 10
11 -The structure for mc.matrix is different from the others and is explained [here](mc.matrix).
11 +The structure for mc.matrix is different from the others and is explained [here](mc.matrix.md).
12 12
13 13 ## Scores
14 14
15 -[How the MC score is computed and how you can change that. (for mc.multiple and mc.matrix)](MC-Score-Types)
15 +[How the MC score is computed and how you can change that. (for mc.multiple and mc.matrix)](MC-Score-Types.md)
16 16
17 17
18 18 ## Choices
19 19