Exporting Course Data
Pawtograder has no single “export this course” button. Instead, individual pages offer their own download, and each one is generated in your browser and saved to your downloads folder. No export emails anything to anyone — the only staff surface that sends mail is Course Settings → Emailer, which is a composer, not an export. The button labels are not consistent between pages. Depending on where you are, the same action is called Export to CSV, Export CSV, Export as CSV, Export All to CSV, Export Grades, Download Gradebook, or Download All Submissions. Each section below gives the label as it actually reads.Every export at a glance
Enrollment roster
Course Settings → Enrollments → Export to CSV. Columns, in order:Lab roster
Course Settings → Lab Sections → select a lab section → Export to CSV. Exports the active students assigned to the one section you have selected — there is no all-sections export, and dropped students and staff are excluded. The button is disabled when the selected section has no students. Base columns areLab Section, Name, Email, GitHub Username, with missing
values written as N/A.
After those come three columns for each lab assignment currently shown in the
table:
<title> - NumSubmissions<title> - Score<title> - Review Graded(Yes,No, or empty)
The table shows only the two most recently released lab assignments until you
expand it, and unreleased labs never appear. Expand the table first if you want
every released lab in the file.
Gradebook
Gradebook → Download Gradebook → Download CSV. Instructor only. One row per student, one column per gradebook column. Identity columns come first:Name, Email, SID, Course Section, Lab Section, Tags.
The export always covers every student on the roster and always skips dropped
students; table filters and column visibility do not affect it.
The popover has one checkbox, Use render expressions in CSV (off by default).
When it is on, any column with a render expression exports the rendered string
instead of the raw score — it substitutes the value rather than adding a
second column. Either way you get exactly one value per column.
Tags are space-separated here, but semicolon-separated in the enrollments
export. The gradebook file also starts with a UTF-8 byte order mark so Excel
opens it as UTF-8.Survey responses
Surveys → open a survey → its responses view → Export to CSV. Headers are exactlyStudent Name, Submitted At, then one column per survey
question, using the question titles. There is no email, SIS ID, or status column.
Submitted At is formatted in the course time zone as MMM d, yyyy, h:mm a, or
— for a response that was never submitted.
Unlike the enrollments export, this one does honor the filters on the page:
it writes the filtered set of responses, and the button is disabled when the
filters match nothing.
Discussion engagement
Course Settings → Discussion Engagement → Export CSV. Requires the Discussion feature flag. Headers are exactlyName, Karma, Posts, Replies, Likes Received, Likes Given, Total Activity. Total Activity is derived as posts plus replies.
There is no thread-watch metric.
Assignment groups and group membership
Manage Assignments → an assignment → Manage Groups. This page has two separate Export as CSV buttons. The button above the Groups table writesassignment_groups_<date>.csv:
Rows are sorted by group name, and ungrouped students are appended at the end as
one
(Ungrouped) row each, sorted by student name.
MentorName is resolved against the course’s graders and instructors. A group
whose mentor is not one of them exports an empty cell, the same as a group with
no mentor at all.students_export_<date>.csv with
Student (as Name <email>), Group (the group name or no group), and
Status — one of OK, Not in a group, Group too small (min: N), or
Group too large (max: N).
Assignment grades
Manage Assignments → an assignment → Export Grades. Instructor only. The popover offers CSV and JSON of the same data, with five include checkboxes:- Include Score Breakdown — adds the autograder score and the score tweak
- Include Rubric Checks — adds one column (CSV) or a nested list (JSON) per rubric check
- Include Autograder Test Results — adds one column per test, or nested test objects in JSON
- Include Repo Metadata — GitHub username, commit link, and SHA
- Include Submission Metadata — submission ID, submission date, grader, and checker
student_name, canvas_user_id,
student_email, group_name, and total_score (the graded total with the tweak
already applied). One row per student’s active submission.
Bulk submission download
Manage Assignments → an assignment → Download All Submissions. Instructor only. Buildsassignment_<assignment_id>_submissions.zip in your browser, with
one folder per student named <name>_<profile-id-prefix>.
Students with no active submission get a folder containing
NO_ACTIVE_SUBMISSION.txt; a submission with no recorded files gets
NO_FILES.txt. For group assignments the same files are written into each
member’s folder.
Building the ZIP can take a while for a large class — the button reads
Preparing ZIP… while it works.
Rubric report
Manage Assignments → an assignment → expand Rubric breakdown → Export CSV. Exports how often each rubric check was applied across the cohort currently selected by the filters, in the shape of whichever view is active. The view name is part of the filename:bars, options, table, or section. The button is
disabled when the cohort is empty.
Grading and self-review assignments
Manage Assignments → an assignment → Grading Assignments → Export CSV. Columns:Assignee, Assignee Email, Submission (Student/Group), Student Names, Student Email(s), Rubric, Due Date, Status, Rubric Part,
Extensions.
The filename depends on which table you exported from:
grading-review-assignments-<assignment_id>.csv or
self-review-assignments-<assignment_id>.csv.
Security audit
Manage Assignments → an assignment → Security Audit → Export All to CSV. Instructor only, and only after a code search has returned hits. One row per match, withStudent Name, Student Email, Class Section, Lab Section, Submission ID, Submission #, Score (as score/max, or
Not graded), File Name, Line Number, GitHub Link, Matched Content, and
Search Term.
TA time tracking
Office Hours → Settings → Time Tracking → Export to CSV. Columns:TA, Student, Date, Help Request ID, Duration, Queue Depth,
Wait Context, Notes, Started At, Ended At. A session still in progress
exports Active as its Ended At.
This export honors the table’s filters but not its pagination, so you get every
filtered row rather than the current page.
Flashcard analytics
Course Settings → Flashcard Decks → a deck → its student analytics page. There are two Export CSV buttons, one above each table: per-student totals (student_deck_analytics_<deck_id>.csv) and per-card statistics
(student_card_analytics_<deck_id>.csv). Both write exactly the columns of the
table they sit above.
Repository analytics
Open a submission and go to its repository analytics view, then Export CSV. Exports the commit, pull request, and issue activity listed on the page, and is disabled when there is nothing to export.Submission metadata
On a submission page, instructors get an icon button labelled Export All Metadata (tooltip: “Export all submission history, grader results, and diffs to markdown”). It writes a Markdown file, not a CSV, covering the full submission history, grader results, and diffs for that student or group.Copying student emails
Not a file download, but often what people want: on Test Insights → Common Errors, expanding an error group and clicking Show Student Emails lists the affected students’ emails with a Copy All button that puts them on your clipboard as a comma-separated list.Imports
Two pages accept a CSV back:- Course Settings → Enrollments → Import from CSV — bulk-invites or reactivates students from a roster file.
- Gradebook → Import Columns — creates or updates gradebook columns from a CSV of scores.