Skip to content

Commit

Permalink
Flesh out getting started, add more images
Browse files Browse the repository at this point in the history
Also shrank image vertical height.
  • Loading branch information
ibrahima committed Mar 11, 2016
1 parent 25115fe commit 778e727
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 3 deletions.
Binary file modified assignment_details.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assignments.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build_status.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added configure_autograder.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 31 additions & 3 deletions getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,44 @@
If you haven't made an account on Gradescope, sign up as an instructor at
[https://gradescope.com/](Gradescope.com).

Currently, programming assignments are in beta, so you'll need to request access to the feature by emailing [help@gradescope.com](mailto:help@gradescope.com).
Currently, programming assignments are in beta, so you'll need to
request access to the feature by emailing
[help@gradescope.com](mailto:help@gradescope.com).

You'll need to have a course set up, so create one if you don't have one.

## Setting Up Your Assignment

Navigate to the assignments tab on your course, and click on "Create Programming Assignment" in the bottom bar.
Navigate to the assignments tab on your course, and click on "Create
Programming Assignment" in the bottom bar.

![Assignments](assignments.png)

You'll be asked for some basic details about your assignment
You'll be asked for some basic details about your assignment. Choose
the appropriate options and continue.

![Assignment](assignment_details.png)

Next you'll be asked to upload your autograder. Upload a zip file
meeting the required [specifications](specs), and press "Update
Autograder."

![Configure Autograder](configure_autograder.png)

The page will reload and show you the Docker build output
as it sets up your image.

![Build Status](build_status.png)

Once the Docker image finishes building, you can click "Test
Autograder" to submit to the autograder yourself. You can use this to
debug the output of your autograder, and make sure everything is set
up correctly. You'll want to make sure your autograder is stable
before allowing students to submit.

![Test Autograder](test_autograder.png)

Once the release date arrives, students will be allowed to submit
their homework. They'll receive feedback as soon as the autograder
finishes running. You can control what feedback they receive in the
output file format.
Binary file added test_autograder.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 778e727

Please sign in to comment.