Skip to content

RPI-DATA/submitty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Autograding

The goal of this is to provide an autograding example which integrates OKPY and submitty.

A foundational component is a standard docker container which can be used for both running the assignment and checking the assignment.

This example comes from the binder-examples repository.

Binder

The gopher directory has 3 notebooks which can be tested. There are three questions in each notebook.

The score should be:

  • 0/3 for the file `lab_0_3.ipynb'
  • 1/3 for the file `lab_1_3.ipynb'
  • 2/3 for the file `lab_2_3.ipynb'
  • 3/3 for the file `lab_3_3.ipynb'

Use Github Desktop to clone assignment