Skip to content

stograde/stograde

Repository files navigation

stograde

PyPI Build Status Coverage Status

Welcome to the StoGrade toolkit, designed to help TAs and graders for St. Olaf's Computer Science courses.

Usage

This toolkit gives you the power to do a bunch of things, including

  • simply manage a set of student repositories (stograde repo ...)
  • check which assignments the students have turned in (stograde table)
  • get a list of URLs for assignments submitted via Google Drive (stograde drive)
  • run tests against those assignments and produce a log file for grading (stograde record)
  • view programs one at a time in the SD_app React app (stograde web)
  • check a student's submissions as part of an automatic GitLab CI job (stograde ci)

To get started, take a look at the Getting Started guide.

For more details, take a look at the documentation pages for:

Contributing

View the contribution documentation.