|
18 | 18 | <h1 class="title">VSCode 4 Teaching</h1> |
19 | 19 | <h3>Extension for Visual Studio Code</h3> |
20 | 20 | <hr> |
21 | | - <div> |
22 | | - <a id="download" href="vscode:extension/VSCode4Teaching.vscode4teaching"> |
23 | | - <img src="../img/vscode.svg" alt=""> |
24 | | - <span>Download extension</span> |
25 | | - </a> |
26 | | - </div> |
27 | 21 | <div class="text-body"> |
28 | 22 | <p> |
29 | 23 | Bring the programming exercises of a course directly to the student's editor, so that the teacher of |
30 | 24 | that |
31 | 25 | course can check the progress of the students and help them. |
32 | 26 | </p> |
33 | | - <h3>Students signup:</h3> |
| 27 | + <h2>Tutorial</h2> |
| 28 | + <h3>Install V4T!:</h3> |
| 29 | + <div> |
| 30 | + <a id="download" href="vscode:extension/VSCode4Teaching.vscode4teaching"> |
| 31 | + <img src="../img/vscode.svg" alt=""> |
| 32 | + <span>Download extension</span> |
| 33 | + </a> |
| 34 | + </div> |
| 35 | + <h3>The first time you will have to sign up. After that you can log in:</h3> |
34 | 36 | <img class="demo-gif" src="../img/signup.gif" alt="Students signup demo"> |
35 | | - <h3>Students joins to course:</h3> |
| 37 | + <h3>Join a course (the teacher will give you the code!):</h3> |
36 | 38 | <img class="demo-gif" src="../img/student_gets_course.gif" alt="Students code usage demo"> |
| 39 | + <h3>Now you can do the exercise! When you save a file, its contents will be able to be seen by the teachers:</h3> |
| 40 | + <img class="demo-gif" src="../img/student_solving_exercise.gif" alt="Students edit exercise demo"> |
| 41 | + <h3>When you finish the exercise, push the Finish button:</h3> |
| 42 | + <img class="demo-gif" src="../img/student_finish_exercise.gif" alt="Students finish exercise demo"> |
| 43 | + <h3>New exercise! Refresh the list of exercises in the course:</h3> |
| 44 | + <img class="demo-gif" src="../img/student_refresh_course.gif" alt="Students new exercise demo"> |
37 | 45 | </div> |
38 | 46 | </section> |
39 | 47 |
|
|
0 commit comments