| ... | ... | @@ -257,6 +257,22 @@ This also works with answers in multiple questions. | 
              
                | 257 | 257 |  | 
              
                | 258 | 258 | Remark: The total amount of points for a problem is set in the "Settings" of a course in which it is used, and can change from course to course. | 
              
                | 259 | 259 |  | 
              
                |  | 260 | +## Show score details for students | 
              
                |  | 261 | + | 
              
                |  | 262 | +After grading, it is possible to display the score directly behind the student's answer. | 
              
                |  | 263 | + | 
              
                |  | 264 | +Example: | 
              
                |  | 265 | + | 
              
                |  | 266 | + | 
              
                |  | 267 | + | 
              
                |  | 268 | +The display is controlled using the \score command, which accepts an optional parameter. | 
              
                |  | 269 | +In the example shown, `\score[true]{6}` is used to make the score visible. | 
              
                |  | 270 | +By default, this parameter is set to false, meaning the score is not displayed. | 
              
                |  | 271 | + | 
              
                |  | 272 | +Alternatively, you can enable score display for all answers within a question using `\showScore`. | 
              
                |  | 273 | +In this case, the optional parameter for \score is no longer needed. | 
              
                |  | 274 | +If \showScore is set at the problem level, it applies to all included questions. | 
              
                |  | 275 | + | 
              
                | 260 | 276 | # Partial score for an answer | 
              
                | 261 | 277 |  | 
              
                | 262 | 278 | If a student's answer was only partially incorrect, you may want to award partial credit for the response. | 
              
                | 263 | 279 |  |