autograder.cli.courses.lms

The autograder.cli.courses.lms package contains tools for interacting with the given course's LMS. All LMS operations are done within the context of the autograder. For more general LMS functionality, see the LMS Toolkit.

This package contains the following CLI tools:


autograder.cli.courses.lms.scores.*

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


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` package contains tools for interacting with the given course's LMS.
3All LMS operations are done within the context of the autograder.
4For more general LMS functionality, see the [LMS Toolkit](https://github.com/edulinq/lms-toolkit).
5"""