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
log_submit doesn't check the assessment's dates. Assuming it's kept around, it should presumably check if it's ok to accept submissions for the requested user. One possibly elegant way to do this is to create a new Submission object (but never save it). If the submission would be allowed? then it's ok to record the log entry, otherwise it should be refused
The text was updated successfully, but these errors were encountered:
log_submit
doesn't check the assessment's dates. Assuming it's kept around, it should presumably check if it's ok to accept submissions for the requested user. One possibly elegant way to do this is to create a newSubmission
object (but never save it). If the submission would beallowed?
then it's ok to record the log entry, otherwise it should be refusedThe text was updated successfully, but these errors were encountered: