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/guide/README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## How it works
6
6
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.
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. Previously submitted tasks can be viewed as desired by the user but can't be worked on again.
8
8
9
9
-`teachcode` expects you to have a GitHub account. Make sure that you create one if that's not the case.
10
10
- Navigate to the directory of your choice and type in `teachcode init`. After typing the command, the following window would appear in your terminal
@@ -23,12 +23,7 @@ Users are required to solve 30 tasks that take them through the basic constructs
23
23
24
24
<br />
25
25
26
-
- After entering your Github user token, you would get the following screen. Now type in `cd teachcode-solutions`.
27
-
- Grab the initial key and type in `teachcode fetchtask <key>`.
- After entering your Github user token, you would get the following screen. Now type in `cd teachcode-solutions` followed by `teachcode fetchtask`.
32
27
33
28
<br />
34
29
@@ -52,11 +47,11 @@ Users are required to solve 30 tasks that take them through the basic constructs
52
47
- Now type in `teachcode submit`.
53
48
- Enter your Git credentials when prompted.
54
49
- If the current solution satisfies all test cases, you'll get the key to proceed farther.
55
-
-Grab the key and type in `teachcode fetchtask <key>`.
50
+
-Now type in `teachcode fetchtask`.
56
51
- Solve all 30 question, to complete the task
57
52
58
53
59
-
*In case you forget your key, just type in `teachcode showkeys`to see the list of all keys*
54
+
*In case you want to revisit any of the previously submitted tasks, grab the associated key by typing in `teachcode showkeys`followed by `teachcode fetchtask <key>`*
0 commit comments