You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
The documentation for
AddtoExerciseTypeGoal
andAddtoExerciseTypeGoalPrint
lists them as taking 3 or 5 arguments respectively, but the actual command definitions take 4 or 6 arguments:xsim/code/xsim.interface.code.tex
Line 413 in 06e3dba
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.The text was updated successfully, but these errors were encountered: