Closed nus-pe-bot closed 1 day ago
Hi, thanks for the report. Indeed, we did not account for users who may be TAs of multiple mods when writing the aggGrade function. However, this issue only affects a small minority of users since most TAs only in charge of a single mod.
Thus we would assign this bug a severity of medium.
Suppose I am a TA that wishes to find the mean score of the test named "finals" of the course CS1231S. If course I would do the command aggGrade mean n/finals, as per the User Guide. But due to the course CS1231S and the course CS1101S having 2 tests both named finals, the mean score is computed with the
finals
scores of CS1101S as well. This creates a mean score calculatesd using thefinals
scores of both mods CS1101S and CS1231S, which does not give any meaningful result, as a TA, I would find this extremely inconvenient. One possible fix would be to aggregateTest Name
withCourse
, so such issues do not occur :)Labels:
type.FeatureFlaw
severity.High
original: FlyingDonkeys/ped#4