Compare two revisions of: Structure of problems

... ... @@ -120,7 +120,7 @@ Each question environment has the following structure
120 120 \end{question}
121 121 ```
122 122
123 -Click the following links for more details on [types](Answer-types.md), [fields](number-fields.md), [variables](Variables.md) and [explanations](Feeback-and-Explanations.md).
123 +Click the following links for more details on [types](Answer-types.md), [fields](number-fields.md), [variables](Variables.md) and [explanations](Feedback-and-Explanations).
124 124
125 125 Multiple choice questions are question of a specific question-type, and are explained in detail [here](mc.questions.md).
126 126
... ... @@ -155,7 +155,7 @@ The content for multiple choice types is explained in the page [mc.questions](mc
155 155 * The \text-command provides the text that gives the task of the answer input. If the answer is referenced in the question text by \ansref, this text here is ignored.
156 156 * With the \solution-command the author provides a correct solution to the task.
157 157 * After the \solution-command there might be several commands that specify in which way the answer should be corrected (e.g. \checkAsFunction ).
158 -* The \explanation-command on answer-level works similar as that on question-level, see [explanations](Feeback-and-Explanations.md) for more details.
158 +* The \explanation-command on answer-level works similar as that on question-level, see [explanations](Feedback-and-Explanations) for more details.
159 159 * for more details on the \score-command see [Weighting the score of answers](advanced-topics.md#weighting-the-score-of-answers).
160 160
161 161
162 162