Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Course_Development_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Work down the notebook making a selection for every cell:

- "Read-only" for markdown cells with instructions, and cells with `import` commands that you don't want anyone to mess with.
- "Autograded answer" for code cells that contain the solutions.
- "Autograded test" for code cells that contain teh tests.
- "Autograded test" for code cells that contain the tests.

Save the notebook, and this is the version you should send to us. We will create a _private repository_ for all the assignment notebooks.
Don't include them in the public course repository.
Expand Down