Skip to content

Commit

Permalink
minor code tags syntax fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Aug 30, 2023
1 parent 4b76b89 commit 2702e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2702e2c

Please sign in to comment.