autograder.cli.courses.lms.scores

The autograder.cli.courses.lms.scores package contains tools for working with assignment scores for a course's LMS.

This package contains the following CLI tools:


autograder.cli.courses.lms.scores.upload

Perform a full scoring and upload scores to the course's LMS.

usage: python3 -m autograder.cli.courses.lms.scores.upload [-h] [--version]
                                                           [--server SERVER]
                                                           [--user USER]
                                                           [--pass PASS]
                                                           [--course COURSE]
                                                           [--dry-run]
                                                           [--testing-mode]
1"""
2The `autograder.cli.courses.lms.scores` package contains tools for working with assignment scores for a course's LMS.
3"""