Compare two revisions of: advanced topics

... ... @@ -259,7 +259,9 @@ Remark: The total amount of points for a problem is set in the "Settings" of a c
259 259 # Partial score for an answer
260 260
261 261 If a student's answer was only partially incorrect, you may want to award partial credit for the response.
262 -You can achieve this by using the command `\partialScore[condition]{score}` within an answer environment. Specify the condition that must be met to receive the points. You can use the command multiple times within an answer environment. Make sure that the sum of possible partial scores earned at the same time does not exceed the maximum score (default: 1). An example for answer type input.number:
262 +You can achieve this by using the command `\partialScore[condition]{score}` within an answer environment. Specify the condition that must be met to receive the points. You can use the command multiple times within an answer environment. Make sure that the sum of possible partial scores earned at the same time does not exceed the maximum score (default: 1).
263 +
264 +An example for answer type input.number:
263 265
264 266 ```LaTeX
265 267 \begin{variables}
266 268