title | category | redirect_from | |
---|---|---|---|
Hidden Testcase Examples |
Instructor > Autograding |
|
In your config.json
, add this line to the testcase:
"hidden": true
This is what it will look like for students:
In your config.json
, add these lines to the testcase:
"hidden": true,
"release_hidden_details": true
This is what it will look like for students:
In your config.json
, do not change the hidden
field.
Instead, add these lines to the validation of the testcase:
"show_actual": never,
"show_expected": never
Additionally, if working with image differences, add this line:
"show_difference_image": never
This is what it will look like for students: