lms .cli .courses .quizzes .groups
The lms.cli.courses.quizzes.groups package contains tools for interacting with LMS quiz question groups.
This package contains the following CLI tools:
lms.cli.courses.quizzes.groups.get
Get specific question groups from a quiz.
usage: python3 -m lms.cli.courses.quizzes.groups.get [-h] [--version]
[--server SERVER]
[--server-type {blackboard,canvas,moodle}]
[--auth-user AUTH_USER]
[--auth-password AUTH_PASSWORD]
[--auth-token AUTH_TOKEN]
[--course COURSE]
[--quiz QUIZ]
[--format {json,table,text}]
[--include-extra-fields]
[--pretty-headers]
[--skip-headers]
[--strict]
[QUESTION_GROUP_QUERY ...]
lms.cli.courses.quizzes.groups.list
List the question groups in a quiz.
usage: python3 -m lms.cli.courses.quizzes.groups.list [-h] [--version]
[--server SERVER]
[--server-type {blackboard,canvas,moodle}]
[--auth-user AUTH_USER]
[--auth-password AUTH_PASSWORD]
[--auth-token AUTH_TOKEN]
[--course COURSE]
[--quiz QUIZ]
[--format {json,table,text}]
[--include-extra-fields]
[--pretty-headers]
[--skip-headers]