Skip to content

UQTools/autograding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Autograding

This is a simple single python file tool that can be used to easily deploy GradeScope autograders.

Instructions

  1. Download tool.py and place it with your assignment files.

  2. Create a test suite in a file prefixed with test_ (e.g. test_assign.py).

    Refer to the test_identity.py example in this repository. Ensure that your tests import the student's submission and import the tool.py file with from tool import *. During development, you can run your tests by running the tests file (e.g. python3 test_assign.py).

  3. Once you are satisfied with your tests, run tool.py to generate an autograder.zip file.

    This file can be uploaded to GradeScope as an autograder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages