Skip to content

Commit 972c850

Browse files
committed
Begin rework on docs
1 parent 333967d commit 972c850

38 files changed

+184
-68
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Configuring Autograders
3+
---
4+
5+
To be written.
6+
7+
## Summary of Autograding Architecture
8+
- Describe "the overlay grader"
9+
10+
## Quickstart: Java and Python
11+
- Describe build system integration

docs/staff/assignments/intro.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
Programming assignments are the core of Pawtograder. Each assignment consists of a "handout" repository, and optionally, a "grader" repository. When an assignment is released, Pawtograder automatically creates a new private repository for each student based on that handout. Pawtograder automatically manages permissions for all of these repositories, allowing staff to view all of a course's repositories, and ensuring students can only view their own repositories.
6+
7+
8+
## Individual and Group Assignments
9+
10+
## Autograding
11+
12+
## Handout Repositories
13+
14+
A handout repository is a repository that contains the starter code for an assignment. It is used to provide students with the necessary files to complete the assignment.
15+
16+
## Grader Repositories
17+
18+
A grader repository is a repository that contains the code that will be used to grade the assignment. It is used to provide instructors with the necessary files to grade the assignment.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Assigning Grading Reviews
3+
---
4+
5+
## Overview
6+
7+
## Reviewing Assignments

docs/staff/assignments/rubrics.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Creating and Managing Rubrics
3+
---
4+
5+
## Overview
6+
7+
## Creating and Managing Rubrics
8+
9+
## Using Rubrics
10+
11+
## Example: A Simple Rubric

docs/staff/autograding.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/staff/intro.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ sidebar_position: 1
55
# Welcome to Pawtograder - Course Staff Guide
66

77
This guide will help you set up and manage Pawtograder for your course. Learn how to create assignments, manage submissions, and provide effective feedback to your students.
8-
9-
TODO

docs/staff/office-hours/intro.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Office Hours Overview
3+
sidebar_position: 1
4+
---
5+
6+
## Overview
7+
8+
## Creating Office Hours
9+
10+
## Using Office Hours
138 KB
Loading
58.8 KB
Loading
28.5 KB
Loading

0 commit comments

Comments
 (0)