Automatically generate comments on your students' code

Run tests and automatically generate comments on your students' code

Providing students with context-specific feedback can be tedious and time-consuming but it can make a huge difference to students, especially those with little programming experience. Providing inline comments is one of the ways that context-specific feedback can be given to students and with AutoTest v2 it's possible to create these automatically.

CodeGrade offers tiered support for code quality tests:

🥇Gold Support

Dedicated test blocks for popular code quality analysis tools. Here is a list of tools that we offer gold support for:

🥈Silver support

Custom cg commands for popular code quality testing frameworks. Here is a list of the tools we offer silver support for:

🥉Bronze support

Generic cg comments command. Use regex to parse the test output for custom test steps that aren't supported.

Last updated