Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 598 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 598 Bytes

Canvas Tools

A set of tools for working with Canvas.

Currently available tools

  • canvas_group_csv: Export your canvas student groups into a CSV file. Ready for Zoom breakout room CSV import.
  • canvas_download_annotated_pdf: Download all annotated PDFs from a specific assignment. PDF files only.
  • canvas_download_quiz_questions: Export a CSV file from a quiz with questions and answers.

Install

pip3 install canvas_tools

Usage

Run canvas_group_csv -h (replace canvas_group_csv with the command that you are using) will give you the help documentation for that command.