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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@
25
25
26
26
## How to use
27
27
28
-
The user is required to solve 30 tasks which takes him/her through the basic constructs of a programming language of choice. The tasks are such that the complexity goes on increasing based on the user progress. Also, he/she can't move forward unless the current task is completed since the progress is governed by a unique key that gets generated on successful completion. Previously submitted tasks can be viewed as required by the user but can't be worked on again.
28
+
Users are required to solve 30 tasks that take them through the basic constructs of the programming language of their choice. The tasks are designed in such a way that the complexity increases as users progress through the tasks. Users can't move forward until the current task is completed (since the progress is determined by a unique key that is generated upon successful completion). Previously submitted tasks can be viewed as desired by the user but can't be worked on again.
29
29
30
-
-It expects you to have a GitHub account. Make sure that you create one if that's not the case.
31
-
- Navigate to a directory of your choice and type in `teachcode init`.
32
-
- Follow the instructions as being prompted.
30
+
-`teachcode` expects you to have a GitHub account. Make sure that you create one if that's not the case.
31
+
- Navigate to the directory of your choice and type in `teachcode init`.
32
+
- Follow the instructions as prompted.
33
33
- Now type in `cd teachcode-solutions`.
34
34
- Grab the initial key and type in `teachcode fetchtask <key>`.
Copy file name to clipboardExpand all lines: docs/guide/README.md
+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
@@ -4,17 +4,17 @@
4
4
5
5
## How it works
6
6
7
-
The user is required to solve 30 tasks which takes him/her through the basic constructs of a programming language of choice. The tasks are such that the complexity goes on increasing based on the user progress. Also, he/she can't move forward unless the current task is completed since the progress is governed by a unique key that gets generated on successful completion. Previously submitted tasks can be viewed as required by the user but can't be worked on again.
7
+
Users are required to solve 30 tasks that take them through the basic constructs of the programming language of their choice. The tasks are designed in such a way that the complexity increases as users progress through the tasks. Users can't move forward until the current task is completed (since the progress is determined by a unique key that is generated upon successful completion). Previously submitted tasks can be viewed as desired by the user but can't be worked on again.
8
8
9
-
-It expects you to have a GitHub account. Make sure that you create one if that's not the case.
10
-
- Navigate to a directory of your choice and type in `teachcode init`.
11
-
- Follow the instructions as being prompted.
9
+
-`teachcode` expects you to have a GitHub account. Make sure that you create one if that's not the case.
10
+
- Navigate to the directory of your choice and type in `teachcode init`.
11
+
- Follow the instructions as prompted.
12
12
- Now type in `cd teachcode-solutions`.
13
-
- Grab the initial key and type in `teachcode fetchtask {key}`.
13
+
- Grab the initial key and type in `teachcode fetchtask <key>`.
14
14
- Hurray :tada: you've got your first task.
15
15
- Now you can find a `config.json` and `task1.py` (language of choice) file within the `teachcode-solutions` directory.
16
16
- Open up your favourite editor and code up the solution.
17
17
- Now type in `teachcode submit`.
18
18
- Enter your Git credentials when prompted.
19
19
- If the current solution satisfies all test cases, you'll get the key to proceed with.
20
-
- Grab the key and type in `teachcode fetchtask {key}`.
20
+
- Grab the key and type in `teachcode fetchtask <key>`.
0 commit comments