Compare two revisions of: advanced topics

... ... @@ -308,7 +308,7 @@ An example for answer type input.number:
308 308 ```
309 309
310 310 So far partial scores can be used for the following answer types: `input.number`, `input.function`, `input.text`, `input.interval`.
311 -The condition syntax is similar to the one used for the [optional condition in explanations](Feedback-and-Explanations#optional-condition).
311 +The condition syntax is similar to the one used for the [optional condition in explanations](Feedback-and-Explanations.md#optional-condition).
312 312 For answer type `input.matrix` only the very basic _equal_ comparison is for now implemented.
313 313
314 314 ```LaTeX
... ... @@ -324,4 +324,4 @@ For answer type `input.matrix` only the very basic _equal_ comparison is for now
324 324 \end{answer}
325 325 ```
326 326
327 -For partial scores for answer types `mc.multiple` and `mc.matrix` see: [MC Score Types](MC-Score-Types).
327 +For partial scores for answer types `mc.multiple` and `mc.matrix` see: [MC Score Types](MC-Score-Types.md).
328 328