From 2702e2c47a22dd42874bf64e73e49dbd4a4e93d9 Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Tue, 29 Aug 2023 18:24:05 -0700 Subject: [PATCH] minor code tags syntax fix in docs --- .../source/user_guide/creating_and_grading_assignments.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbgrader/docs/source/user_guide/creating_and_grading_assignments.ipynb b/nbgrader/docs/source/user_guide/creating_and_grading_assignments.ipynb index 336a07cbb..8e3256b67 100644 --- a/nbgrader/docs/source/user_guide/creating_and_grading_assignments.ipynb +++ b/nbgrader/docs/source/user_guide/creating_and_grading_assignments.ipynb @@ -471,7 +471,7 @@ "\n", ".. note::\n", "\n", - " Lines starting with ``### AUTOTEST`` will generate test code where the answer is visible to students. In the example above, the tests for ``squares(1)`` and ``squares(2)`` can be examined by students to see the answer. To generate test code that students can run, but where the answers are not viewable by students (they are *hashed*), begin the line with the syntax ``### HASHED AUTOTEST`` instead. You can also make `### AUTOTEST` and `### HASHED AUTOTEST` statements hidden and not runnable by students by wrapping them in ``### BEGIN HIDDEN TESTS`` and ``### END HIDDEN TESTS`` as in :ref:`autograder-tests-cell-hidden-tests`\n", + " Lines starting with ``### AUTOTEST`` will generate test code where the answer is visible to students. In the example above, the tests for ``squares(1)`` and ``squares(2)`` can be examined by students to see the answer. To generate test code that students can run, but where the answers are not viewable by students (they are *hashed*), begin the line with the syntax ``### HASHED AUTOTEST`` instead. You can also make ``### AUTOTEST`` and ``### HASHED AUTOTEST`` statements hidden and not runnable by students by wrapping them in ``### BEGIN HIDDEN TESTS`` and ``### END HIDDEN TESTS`` as in :ref:`autograder-tests-cell-hidden-tests`\n", " \n", ".. note:: \n", "\n",