Skip to main content

Configuring Autograders

This documentation is under construction. Check back soon for detailed autograder configuration guides.

Summary of Autograding Architecture

The autograder system uses an “overlay grader” architecture that allows flexible grading configurations. Detailed documentation coming soon.

Test Insights and Error Explorer

Pawtograder provides powerful test insights to help instructors identify and address common student errors:
  • Error Explorer: View grouped test failures across all submissions to identify patterns
  • Regrade Workflow: Launch regrading directly from the error explorer with preselected submissions
  • Email Export: View and copy affected students’ emails from error groups for targeted communication
  • Flexible Regrade Options: Choose specific commits or manual SHA in a regrade dialog with auto-promote functionality
These tools help instructors quickly identify widespread issues and efficiently regrade submissions when autograder configurations are updated.

Quickstart: Java and Python

Build system integration guides for common programming languages. Detailed documentation coming soon.