To create a gradeable by uploading a JSON file, click the “Upload Gradeable Json” file in the top right.

Upload and submit the JSON file to the popup window. If the JSON file contains all of the correct information, you will be redirected to the gradeable edit screen.

Variables

Required

Electronic File

VCS

"vcs": {
  "repository_type": "submitty-hosted",
  "vcs_path": "http://localhost:1511/path/to/repository",
  "vcs_subdirectory": "subdirectory"
}

Other Electronic Types

Other Variables

Team assignments

"team_gradeable": {
    "team_size_max": 3,
    "inherit_from": "gradeable_id"
}

Grade inquiries

"grading_inquiries": false,
"grade_inquiries_per_component": false,

Dates

All dates should be formatted as “yyyy-m-dd hh:ii:ss”.

Four digit year, one or two digit month, two digit day, two digit hour, minute, and second.

Other