@@ -22,45 +22,47 @@ const IndexPage = () => (
2222 < section id = "general" >
2323 < h1 > Welcome to Programming MOOC!</ h1 >
2424 < p >
25- This MOOC contains the topics covered in the courses Introduction to
26- Programming and Advanced Programming Course (5 + 5 ECTS).
27- The topics are presented with theory, examples and interactive exercises,
28- powered by the TMC (Test My Code) system.
29- </ p >
30- < p >
31- Sections 1 to 7 belong to the introductory course, and sections 8 to 14 to the
32- advanced course. Each section consists of approx. 20 to 40 exercises. You should
33- set aside 5 to 20 hours for completing the exercises each week.
34- If you have not started yet, create an account and start from Section 1.
35- </ p >
36- < h1 > Requirements</ h1 >
37- < p >
38- To pass the course, you need to complete at least 75 % of the exercises in these
39- tutorials. Moreover, you need to complete at least 50 % of the exercises in ViLLE.
40- Exercises are released after the lecture on Tuesday, and < b > the deadline is at
41- following Thursday.</ b >
42- </ p >
43- </ section >
44- < section id = "workshops" >
45- < h1 > How to get help?</ h1 >
46- < p >
47- There are workshops where you can (and < b > should</ b > ) go to ask for help.
48- The workshop times are listed below. Please note, that the times are subject to
49- change. Refer to this list for the most updated information.
50- </ p >
51- < ul >
52- < li > Monday 12.00 to 18.00</ li >
53- < li > Tuesday 12.00 to 18.00</ li >
54- < li > Wednesday 12.00 to 16.00</ li >
55- < li > Thursday 14.00 to 16.00</ li >
56- < li > Friday 12.00 to 14.00</ li >
57- </ ul >
58- < p >
59- The easiest way to contact course staff is via workshops. You can also mail to
60- erkki.kaila(@)helsinki.fi or reetta.puska@helsinki.fi or use the course discussion
61- forum.
62- </ p >
63- </ section >
25+ This MOOC contains the topics covered in the courses Introduction to
26+ Programming and Advanced Programming Course (5 + 5 ECTS). The topics
27+ are presented with theory, examples and interactive exercises, powered
28+ by the TMC (Test My Code) system.
29+ </ p >
30+ < p >
31+ Sections 1 to 7 belong to the introductory course, and sections 8 to
32+ 14 to the advanced course. Each section consists of approx. 20 to 40
33+ exercises. You should set aside 5 to 20 hours for completing the
34+ exercises each week. If you have not started yet, create an account
35+ and start from Section 1.
36+ </ p >
37+ < h1 > Requirements</ h1 >
38+ < p >
39+ To pass the course, you need to complete at least 75 % of the
40+ exercises in these tutorials. Moreover, you need to complete at least
41+ 50 % of the exercises in ViLLE. Exercises are released after the
42+ lecture on Tuesday, and < b > the deadline is at following Thursday.</ b >
43+ </ p >
44+ </ section >
45+ < section id = "workshops" >
46+ < h1 > How to get help?</ h1 >
47+ < p >
48+ There are workshops where you can (and < b > should</ b > ) go to ask for
49+ help. The workshop times are listed below. Please note, that the times
50+ are subject to change. Refer to this list for the most updated
51+ information.
52+ </ p >
53+ < ul >
54+ < li > Monday 12.00 to 18.00</ li >
55+ < li > Tuesday 12.00 to 18.00</ li >
56+ < li > Wednesday 12.00 to 16.00</ li >
57+ < li > Thursday 14.00 to 16.00</ li >
58+ < li > Friday 12.00 to 14.00</ li >
59+ </ ul >
60+ < p >
61+ The easiest way to contact course staff is via workshops. You can also
62+ mail to erkki.kaila(@)helsinki.fi or reetta.puska@helsinki.fi or use
63+ the course discussion forum.
64+ </ p >
65+ </ section >
6466 </ Container >
6567 </ Layout >
6668)
0 commit comments