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
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
@Alireza-Iranpour I just realized -- we may need to run instantiatetests when the autograder runs. I am not 100% sure what it does, but I think it replaces test code in the release version with test code from some other version to prevent students from being able to game the notebooks by simply editing the release version test code.
If it replaces with the source version, we need to do some work -- the source version just has ### AUTOTEST directives, not actual test code
If it replaces with a newly-generated release version, we should be OK -- the release will have the actual instantiated test code
I have the same concern with the manual grading and feedback generation stages as well.
The text was updated successfully, but these errors were encountered:
@Alireza-Iranpour I just realized -- we may need to run instantiatetests when the autograder runs. I am not 100% sure what it does, but I think it replaces test code in the release version with test code from some other version to prevent students from being able to game the notebooks by simply editing the release version test code.
### AUTOTEST
directives, not actual test codeI have the same concern with the manual grading and feedback generation stages as well.
The text was updated successfully, but these errors were encountered: