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
Reports aren't overwritten, but if there is more than one submission for a student, it is impossible to distinguish which report was generated by which submission.
For example, if fmm000 has two submissions (with unique UUIDs), they will each generate reports named fmm000.xx.log. Though they're numbered differently, you can't tell which report was generated by which submission.
TL;DR : This needs to use the submission's... full_id?... instead of user_id.
The text was updated successfully, but these errors were encountered:
Reports aren't overwritten, but if there is more than one submission for a student, it is impossible to distinguish which report was generated by which submission.
For example, if
fmm000
has two submissions (with unique UUIDs), they will each generate reports namedfmm000.xx.log
. Though they're numbered differently, you can't tell which report was generated by which submission.TL;DR : This needs to use the submission's...
full_id
?... instead ofuser_id
.The text was updated successfully, but these errors were encountered: