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 was archived by the owner on Aug 29, 2019. It is now read-only.
I know it's a longshot, but it could be useful for assignments that have very well-defined input -> output transformations. I'm in talks with @tj90241 about seriously writing Compytition, so if we ever get around to that it would probably be pretty reasonable to port some of the grade / diff code over to Pyboard.
We'd have to revamp the assignments file to support flags indicating whether it should be autograded, how many points are from autograding, etc., but I think it would definitely be a really awesome feature. Especially considering that Pyboard would most likely be popular with CS courses, and CS lends itself very well to being autograded.
I know it's a longshot, but it could be useful for assignments that have very well-defined input -> output transformations. I'm in talks with @tj90241 about seriously writing Compytition, so if we ever get around to that it would probably be pretty reasonable to port some of the grade / diff code over to Pyboard.
We'd have to revamp the
assignmentsfile to support flags indicating whether it should be autograded, how many points are from autograding, etc., but I think it would definitely be a really awesome feature. Especially considering that Pyboard would most likely be popular with CS courses, and CS lends itself very well to being autograded.