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
contain a file matching the regex README* in the root directory
And OnlineTA to:
expect a file named code.zip
It also unpacks the submitted zip-file and re-zips it before sending it to online_ta as code.zip.
These assumptions are iirc. from PoP2021. I believe they should be removed.
The good thing about unzipping and rezipping is that we avoid submitting "junk" by cleaning up the students handins first.
The con of that, is that we hide the students' errors from them.
It's a choice between "making stuff work" and reporting errors.
I suggest we either add another function or clean up the one we already have.
The filename of the rezipped file should be the same as the submitted zip-file. (Or just use the submitted zip-file, although that will cause a lot fewer PoP-submissions to go through onlineTA successfully).
The code currently expects a submission to
README*
in the root directoryAnd OnlineTA to:
code.zip
It also unpacks the submitted zip-file and re-zips it before sending it to online_ta as
code.zip
.These assumptions are iirc. from PoP2021. I believe they should be removed.
The good thing about unzipping and rezipping is that we avoid submitting "junk" by cleaning up the students handins first.
The con of that, is that we hide the students' errors from them.
It's a choice between "making stuff work" and reporting errors.
I suggest we either add another function or clean up the one we already have.
The filename of the rezipped file should be the same as the submitted zip-file. (Or just use the submitted zip-file, although that will cause a lot fewer PoP-submissions to go through onlineTA successfully).
staffeli_nt/staffeli_nt/util.py
Line 9 in 6b088f6
The text was updated successfully, but these errors were encountered: