arghyadipchak / moody

Moodle cli built to interact with assignments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moody

Commitizen friendly

Moody is a Moodle cli built to interact with assignments. Features:

  • List Assignments
  • Download Submissions
  • Upload Grades & Feedback
Usage: moody --base-url <BASE_URL> --username <USERNAME> --password <PASSWORD> <COMMAND>

Commands:
  list-assignments
  download-submissions
  upload-grades
  help                  Print this message or the help of the given subcommand(s)

Options:
  -b, --base-url <BASE_URL>  [env: MOODLE_BASE_URL=]
  -u, --username <USERNAME>  [env: MOODLE_USERNAME=]
  -p, --password <PASSWORD>  [env: MOODLE_PASSWORD=]
  -h, --help                 Print help

Modules

Moody works with modules, that grade the submissions and provide feedback. Modules available:

About

Moodle cli built to interact with assignments


Languages

Language:Rust 100.0%