From c14fa981b7e8a02a13baf1bafe3744d66c24cc7e Mon Sep 17 00:00:00 2001 From: Michael Papadopoulos Date: Wed, 7 Aug 2024 14:52:55 -0400 Subject: [PATCH] fix --- _docs/instructor/autograding/hidden_testcase_examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/instructor/autograding/hidden_testcase_examples.md b/_docs/instructor/autograding/hidden_testcase_examples.md index 9f1cb74f..a18cf31d 100644 --- a/_docs/instructor/autograding/hidden_testcase_examples.md +++ b/_docs/instructor/autograding/hidden_testcase_examples.md @@ -35,7 +35,7 @@ This is what it will look like for students: ### Hide Testcase Details, Show Score In your `config.json`, **do not** change the `hidden` field. -Instead, add these lines to the testcase: +Instead, add these lines to the validation of the testcase: ``` "show_actual": never, "show_expected": never