dbosk / decent-teaching

A system for discussing videos and other web resources asynchronously
MIT License
0 stars 0 forks source link

How can we do autograding for programming labs? #10

Open dbosk opened 3 years ago

dbosk commented 3 years ago

It would be nice if a student can write their program, submit it and then get automated feedback. But to do this, some system must run tests and analyze the code to generate the feedback.

For formative assessment (#8) the student can get the tests etc. to let their own system to generate the feedback.

For summative assessment, this would potentially open up for cheating.