Skip to content

Commit e3581e9

Browse files
committed
Small fixes
1 parent c2266de commit e3581e9

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

course-settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ const courseSettings = {
1717
title: "Frequently asked questions",
1818
path: "/faq",
1919
},
20-
{ separator: true, title: "Ohjelmoinnin perusteet" },
20+
{ separator: true, title: "Introduction to programming" },
2121
],
2222
sidebarFuturePages: [], // { title: "Osa 14", tba: "19.4.2019" },
23-
splitCourses: true,
23+
splitCourses: false,
2424
useNewPointsVisualization: false
2525
}
2626

data/index.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
---
22
path: "/"
3-
title: "Tietoa kurssista"
3+
title: "About the course"
44
hidden: false
55
information_page: true
66
banner: true
77
---
88

9-
# Java Programming
9+
Welcome to University of Helsinki’s massive open online course (MOOC) on object-oriented programming!
1010

11-
The new version of the popular Object-Oriented programming with Java will be released in Q1 2020. The course will have 2 parts: Introduction to programming and Advanced course in programming.
11+
During this course you will learn all the basics of computer programming, algorithms and object-oriented programming using the Java programming language. The course includes comprehensive course materials and plenty of programming exercises, each tested using our automatic testing service Test My Code.
1212

13+
Anyone can join - no previous programming knowledge is required.
1314

14-
This page will be updated with more information in January.
15+
Unlike many programming courses found online, ours is completely unabridged: the course’s scope and material are identical to our own CS1 programming courses. This first part consists of 7 sets of tasks, corresponding to the 6 weeks of effort in the course taught at our department.
16+
17+
This is the first course in our computer science learning track and we use industry strength tools from day one. Therefore the course is about programming in a real integrated development environment (IDE) and not in the browser or an educational IDE.
18+
19+
## Release schedule
20+
21+
TODO: Table

0 commit comments

Comments
 (0)