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
If I override points for a solution and then issue
recodex solutions set-bonus-points SOLUTION_ID 5
The overriden points is reset (i.e. recalculated based on deadline/submission date). I'd expect the API not to touch the value of overriden points unless -o is specified. Also not sure if this is recodex-cli bug, or bug in the API.
The text was updated successfully, but these errors were encountered:
It is true, the semantics is quite confusing based on the operation description. The thing is the CLI mirrors the API, where specified override writes an exact number of points, and the absence of override (in this case option -o) is translated to the erasure of override. I agree this can be done better, but we will need to change it in the API (and in the web app as well), so it will take a while...
If I override points for a solution and then issue
The overriden points is reset (i.e. recalculated based on deadline/submission date). I'd expect the API not to touch the value of overriden points unless
-o
is specified. Also not sure if this isrecodex-cli
bug, or bug in the API.The text was updated successfully, but these errors were encountered: