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: docs/instructor-guides/io-testing.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,20 @@ codedamn's I/O labs offers the best-in-class experience for creators to setup a
15
15
16
16
On the curriculum page, clicking on the "+ lab" button under a section of the course will create a new lab lesson in the section. Now clicking on the edit button will open a new modal for you to create a new I/O lab and linking it to the existing lesson. You can enter the title of the lab and click "Create I/O lab"
17
17
18
-

18
+

19
19
20
20
### 2. Link the I/O Lab
21
21
22
22
The new I/O Lab will now be available in the list of the labs that you've created on your account, now click on the "Link" button to link your I/O Lab with the lab lesson.
23
-

23
+

24
24
25
25
### 3. Setup Instructions for the Lab
26
26
27
27
Clicking on the edit button will open up the edit mode of the I/O Lab, this will give you the complete functionality to setup and test your lab.
28
28
29
29
Here's how the edit mode will look like.
30
30
31
-

31
+

32
32
33
33
You can use the description area to setup the Instructors for the lab. Mention all the required details to complete the lab and click on `save changes` to update them.
34
34
@@ -48,15 +48,15 @@ We'll be selecting `Python` for this guide.
48
48
49
49
You would see that a two new files have opened up on your right side of the screen as soon as you've select the verified solution.
50
50
51
-

51
+

52
52
53
53
### 5. Setting up verified solution
54
54
55
55
Once you've selected the languages for the verfied solution, you should be able to see two files in the text editor on the right side of your screen.
56
56
57
57
Both of the files will be having the same name, but one file would be part of the solution folder like `solution/main.py`. This file would contain the verified solution for the challenges. Now it's time to write the solution for the challenge
0 commit comments