Skip to content

Commit 1f52c1d

Browse files
committed
Update authoring links
1 parent 205beb4 commit 1f52c1d

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/articles/electives.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When all tests in an SCT pass, pythonwhat will automatically generate a congratu
1212
success_msg("You are a hero when it comes to variable assignment!")
1313
1414
15-
`This article <https://authoring.datacamp.com/courses/exercises/all-exercise-types/success-message.html>`_ on the authoring docs describes how to write good success messages.
15+
`This article <https://instructor-support.datacamp.com/courses/course-development/success-messages-best-practices>`_ on the authoring docs describes how to write good success messages.
1616

1717

1818
Multiple choice exercises

docs/articles/processes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Processes
22
---------
33

4-
As explained on the `SCT authoring homepage <https://authoring.datacamp.com/courses/sct.html>`_, DataCamp's Python coding backends use uses two separate processes: one process to run the solution code, and one process to run the student's submission.
4+
As explained on the `SCT authoring homepage <https://instructor-support.datacamp.com/courses/course-development/submission-correctness-tests>`_, DataCamp's Python coding backends use uses two separate processes: one process to run the solution code, and one process to run the student's submission.
55
As such, pythonwhat has access to the 'ideal ending scenario' of an exercises, which in turn makes it easier to write SCTs.
66
Instead of having to specify which value an object should be, we can have pythonwhat look into the solution process and compare the object in that process with the object in the student process.
77

docs/articles/tutorial.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,5 @@ However, when they do make a mistake, you want to be specific about the mistake
227227
These seemingly conflicting requirements can be satisfied with ``check_correct()``. It is an **extremely powerful function** that should be used whenever it makes sense.
228228
The `Make your SCT robust <make_your_sct_robust.html>`_ article is highly recommended reading.
229229

230-
For other guidelines on writing good SCTs, check out the 'How to write good SCTs' section on DataCamp's `general SCT documentation page <https://authoring.datacamp.com/courses/exercises/technical-details/sct.html>`_.
230+
For other guidelines on writing good SCTs, check out the 'How to write good SCTs' section on DataCamp's `general SCT documentation page <https://instructor-support.datacamp.com/courses/course-development/submission-correctness-tests>`_.
231231

232-

0 commit comments

Comments
 (0)