Completing an Assignment
Once an assignment has been released by your instructor, you will be able to see it in the “Assignments” tab. You will see a link to your GitHub repository for the assignment at the top. This repository is private, and only you and the course staff can see it. Your instructor may have provided you with some starter code in that repository. Use this repository to complete the assignment.Viewing Submission Results
You will see a list of all the submissions you have made for the assignment. The flag icon indicates your active submission, which is the one that will eventually be graded. The Total Score column shows:- Pending: Before grading is complete or released
- Actual score: Once your instructor has graded and released your results (e.g., “85/100”)
If you submit an empty repository or a repository with no meaningful content, Pawtograder will detect this and flag it for your instructor’s review.
Assignment Leaderboard
If your instructor has enabled the leaderboard feature for an assignment, you can view your ranking compared to other students. The leaderboard displays scores and rankings based on autograder results, encouraging friendly competition and helping you gauge your progress. Instructors can choose to make leaderboards optional and less prominent to reduce pressure while still providing performance insights.
Viewing Submission Files
The “Files” tab shows the files that your instructor configured for the submission. Pawtograder supports:- Text files: Displayed with syntax highlighting and line-by-line commenting
- Markdown files: Rendered with rich preview including diagrams, images, and tables
- Binary files: Images display inline, PDFs show in a preview pane, and other files provide download links
- Text and code files: Displayed with syntax highlighting
- Markdown files: Rendered with formatting preview
- Binary files: Supported for submission (e.g., images, PDFs, compiled files)

- Code files - Syntax-highlighted source code with line-by-line commenting
- Markdown files - Rich preview with diagrams, images, tables, and internal links
- Binary files - Inline previews for images and PDFs, with download links for other file types
File Previews
Pawtograder provides rich previews for different file types:- Code files: Syntax-highlighted source code with line numbers
- Markdown files: Rendered preview with support for:
- Mermaid diagrams
- Images (including relative paths to other submission files)
- Tables and task lists
- Internal links to other files in your submission
- Toggle between preview and source view
- Binary files:
- Image previews (PNG, JPG, GIF, etc.)
- PDF viewer
- Download links for other binary files
Supported File Types
Pawtograder supports viewing various file types in your submission: Text and Code Files- Source code files (
.java,.py,.js,.cpp, etc.) - Configuration files (
.json,.yaml,.xml, etc.) - Plain text files (
.txt)
- Markdown files (
.md) are rendered with formatting - View README files and documentation with proper styling
- Links, headers, lists, and code blocks display correctly
- Binary files (images, PDFs, compiled files) are supported
- Download binary files to view them locally
- File size and type information is displayed
- Source code files: Displayed with syntax highlighting (Java, Python, JavaScript, etc.)
- Markdown files: Rendered with full formatting for README files and documentation
- Plaintext files: Displayed as-is for configuration files, logs, and other text content
- Binary files: Available for download (images, PDFs, compiled files, etc.)
Viewing Different File Types
Pawtograder supports viewing various file types in your submission:- Code files: Syntax-highlighted display of source code
- Markdown files: Rendered preview of markdown content with formatting
- Plain text files: Direct text display for .txt and other text formats
- Binary files: Download option for images, PDFs, and other binary formats
- Code files: Syntax-highlighted display
- Markdown files: Rendered with formatting
- Plaintext files: Direct text display
- Binary files: Available for download
File Preview
Pawtograder supports previewing various file types in your submission:- Code files: Syntax-highlighted display of source code
- Markdown files: Rendered markdown preview with formatting
- Binary files: Supported for submission (images, PDFs, etc.)
- Binary files: Images, PDFs, and other binary files are now supported in submissions
- Markdown preview: Markdown files (.md) are rendered with formatting for easier reading
- Code syntax highlighting: Source code files display with appropriate syntax highlighting
File Previews
Pawtograder provides rich previews for different file types in your submissions:- Markdown files (
.md,.markdown): Rendered with full formatting including diagrams, images, tables, and syntax-highlighted code blocks. You can toggle between preview and source view. - Images (
.png,.jpg,.gif, etc.): Displayed inline with full resolution - PDFs: Previewed directly in the browser
- Code files: Syntax-highlighted with line numbers
Assignment Leaderboard
Some assignments may include an optional leaderboard that displays student rankings based on performance metrics. The leaderboard:- Shows your ranking compared to other students in the course
- Updates automatically as new submissions are graded
- Can be configured by your instructor to be visible or hidden
- Provides friendly competition and motivation
- Shows rankings based on assignment scores
- Updates automatically as submissions are graded
- Can be configured by instructors to be visible or hidden
- Encourages friendly competition and engagement
Leaderboards are optional and controlled by your instructor. Not all assignments will have a leaderboard enabled.
Error Pins
When your submission encounters an error during autograding, Pawtograder may display “Error Pins” - suggested discussion board posts that are relevant to your specific error. This feature helps you:- Find solutions faster: See if other students encountered the same error and found solutions
- Access instructor guidance: View posts where instructors explained how to fix common errors
- Reduce wait times: Get help without needing to join the office hours queue
- Learn from peers: Understand different approaches to solving the same problem
Viewing artifacts
Some assignments may include artifacts - generated outputs from your code such as reports, visualizations, or analysis results. If your submission includes artifacts, you’ll see them listed in the Files tab. Pawtograder supports previewing several artifact formats:- Plaintext files: Displayed with proper formatting
- Markdown files: Rendered with formatting and syntax highlighting
- HTML sites: Interactive preview of generated websites (from ZIP archives)