How to deploy Web-CAT automatic grading system on Ubuntu 14.04
A teacher in my school where I'm working asked me about an automatic grading software because he will teach a programming course (python) next year. After searching around Google, I found Web-CAT . The following is an excerpt from Web-CAT's website: Web-CAT is an advanced automated grading system that can grade students on how well they test their own code. It is free, open-source software. It is highly customizable and extensible, and supports virtually any model of program grading, assessment, and feedback generation. Web-CAT is implemented a web application with a plug-in-style architecture so that it also can serve as a platform for providing additional student support services to help students learn programming or software testing. Some of its key features: Customizable and extensible Plug-in-style architecture Supports student-written tests, measurement of test coverage, and grading on test thoroughness Supports static analysis tools to assess documentation an...