Skip to content

Commit a0e446e

Browse files
committed
Website tutorial improved for students
1 parent 5729af9 commit a0e446e

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed
232 KB
Loading
60.4 KB
Loading
119 KB
Loading

vscode4teaching-server/src/main/resources/templates/index.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,30 @@
1818
<h1 class="title">VSCode 4 Teaching</h1>
1919
<h3>Extension for Visual Studio Code</h3>
2020
<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>
2721
<div class="text-body">
2822
<p>
2923
Bring the programming exercises of a course directly to the student's editor, so that the teacher of
3024
that
3125
course can check the progress of the students and help them.
3226
</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>
3436
<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>
3638
<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">
3745
</div>
3846
</section>
3947

0 commit comments

Comments
 (0)