cgnieder/xsim

Wrong documentation for `AddtoExerciseTypeGoal` and `AddtoExerciseTypeGoalPrint`

Opened this issue · 0 comments

m-haug commented

The documentation for AddtoExerciseTypeGoal and AddtoExerciseTypeGoalPrint lists them as taking 3 or 5 arguments respectively, but the actual command definitions take 4 or 6 arguments:

\NewDocumentCommand \AddtoExerciseTypeGoal {mmmm}
.

For context, I am trying to award some points for cross-cutting concerns without declaring an exercise for them.
I tried to use AddtoExerciseTypeGoalPrint for this purpose but got an issue, since I was missing the second argument, the exercise id.
I'm not completely sure whether this usage is supported at all, or whether AddtoExerciseTypeGoal is not supposed to be used this way.