You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
8
8
Verify Python code submissions and auto-generate meaningful feedback messages. Originally developed for Python exercises on DataCamp for so-called Submission Correctness Tests, but can also be used independently.
9
9
10
-
- New to teaching on DataCamp? Check out https://authoring.datacamp.com.
11
-
- To learn what SCTs are and how they work, visit [this article](https://authoring.datacamp.com/courses/exercises/technical-details/sct.html) specifically.
10
+
- New to teaching on DataCamp? Check out https://instructor-support.datacamp.com
11
+
- To learn what SCTs are and how they work, visit [this article](https://instructor-support.datacamp.com/courses/course-development/submission-correctness-tests) specifically.
12
12
- For a complete overview of all functionality inside pythonwhat and articles about what to use when, consult https://pythonwhat.readthedocs.io.
13
13
14
14
## Installation
@@ -48,7 +48,7 @@ dir(Ex()._state) # list all elements available in the state object
48
48
Ex()._state.student_code # access student_code of state object
49
49
```
50
50
51
-
To learn how to include an SCT in a DataCamp course, visit https://authoring.datacamp.com.
51
+
To learn how to include an SCT in a DataCamp course, visit https://instructor-support.datacamp.com.
0 commit comments