Problem
You have a Web-CAT assignment that uses instructor-written reference tests and you want to add hints to your reference tests to help students figure out what is wrong with their code or their understanding of the behavior required in your assignment.
Solution
If you have not gone through the Sigcse2007Workshop, take a look at Sigcse2007Workshop/GradingOptions. That workshop exercise explains how to add basic hints to Java assignments.
Afterward, read JavaTddPlugin/HintControl to learn about other controls, including how to suppress hints when needed (for a single test case method, or an entire test class), how to give different weights to tests, and more.
Discussion
See Also
Sigcse2007Workshop/GradingOptions
JavaTddPlugin/HintControl
Contributors
-- StephenEdwards 2007-05-10 02:44:07
Comments