Dockingjudge docs
Checking

Solution types

Quiz solutions

Quiz solutions are represented as a simple text string that is checked in some way using quiz validators.

Code solutions

Solutions to code tasks could be represented in one of following formats:

String solution

Solution is represented as a string — contents of a single, main file of the solution. Main file name is chosen automatically on Judgelet's behalf.

Zip solution

Solution is represented as a Base64 string — encoded zip and a main file name. This way you can submit solutions that consist of many files. This zip gets extracted on Judgelet's behalf and specified main file is executed.

search