From 61a040b673feb56c3c57636e2c1e33a6b2b6accf Mon Sep 17 00:00:00 2001 From: Antti Leinonen Date: Tue, 17 Oct 2023 15:40:25 +0300 Subject: [PATCH 1/5] Fix code example in 1.5 calculating --- data/part-1/5-calculating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-1/5-calculating.md b/data/part-1/5-calculating.md index d9e281b69..bbf4d713c 100644 --- a/data/part-1/5-calculating.md +++ b/data/part-1/5-calculating.md @@ -791,7 +791,7 @@ System.out.println(kokonaisluku); ``` --> ```java -int integer = 3.0 / 2; +int integer = (int) 3.0 / 2; System.out.println(integer); ``` From 321f3633f37dd59c81014563887401bf1b0cc874 Mon Sep 17 00:00:00 2001 From: karkkieila Date: Fri, 23 Feb 2024 09:49:41 +0200 Subject: [PATCH 2/5] added information about course being legacy course --- data/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/data/index.md b/data/index.md index 1edfb2b39..dabeebc86 100644 --- a/data/index.md +++ b/data/index.md @@ -6,7 +6,9 @@ information_page: true banner: true --- -Welcome to the University of Helsinki’s free massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java. +Welcome to the University of Helsinki’s massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java. + +Please note, that this is a *legacy course*. It is no longer possible to gain ECTS credits for completing the course. The course content is also no longer updated or maintained. You can find our current Python course at [https://mooc.fi](https://programming-24.mooc.fi/) During this course, you will learn the basics of computer programming, along with algorithms and object-oriented programming through the Java programming language. The course includes comprehensive materials and plenty of programming exercises - all of which are tested using our automatic testing service Test My Code. @@ -14,7 +16,7 @@ Anyone can join - no previous programming knowledge is required. Unlike many programming courses found online, ours is completely unabridged; the course’s scope and material are identical to our CS1 Introduction to Programming and Advanced Programming courses. -This is the first course in our computer science learning track, and we use industry-grade tooling from day one. As such, the course is about programming in a real integrated development environment (IDE) instead of a browser or an educational IDE. +We use industry-grade tooling from day one. As such, the course is about programming in a real integrated development environment (IDE) instead of a browser or an educational IDE. The course does not require separate registration. You can simply dive into the first part of the course found over [here](/part-1). @@ -24,6 +26,6 @@ The course is split up into two individual courses: Java Programming I and Java ## Credits and certificate -No more exams will be held on this course. If you wish to complete Introduction to Programming and the Advanced Course in Programming for credits, see [Python Programming MOOC](https://programming-23.mooc.fi). +No more exams will be held on this course. If you wish to complete Introduction to Programming and the Advanced Course in Programming for credits, see [Python Programming MOOC](https://programming-24.mooc.fi). -You can get a certificate for each course (Java Programming I & Java Programming II seperately) from here: https://www.mooc.fi/en/profile/completions. +You can get a certificate for each course (Java Programming I & Java Programming II separately) at here: https://www.mooc.fi/en/profile/completions. From 0473c55a6ddbac855f2503b0f6f515c5647ff897 Mon Sep 17 00:00:00 2001 From: karkkieila Date: Fri, 23 Feb 2024 09:50:32 +0200 Subject: [PATCH 3/5] fixed link caption --- data/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/index.md b/data/index.md index dabeebc86..7f1e20453 100644 --- a/data/index.md +++ b/data/index.md @@ -8,7 +8,7 @@ banner: true Welcome to the University of Helsinki’s massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java. -Please note, that this is a *legacy course*. It is no longer possible to gain ECTS credits for completing the course. The course content is also no longer updated or maintained. You can find our current Python course at [https://mooc.fi](https://programming-24.mooc.fi/) +Please note, that this is a *legacy course*. It is no longer possible to gain ECTS credits for completing the course. The course content is also no longer updated or maintained. You can find our current Python course [here](https://programming-24.mooc.fi/) During this course, you will learn the basics of computer programming, along with algorithms and object-oriented programming through the Java programming language. The course includes comprehensive materials and plenty of programming exercises - all of which are tested using our automatic testing service Test My Code. From 51e113846702d88ee3a303afb676270f598c550b Mon Sep 17 00:00:00 2001 From: Antti Leinonen Date: Mon, 11 Nov 2024 20:00:23 +0200 Subject: [PATCH 4/5] Remove mention of old telegram channel --- data/support-and-assistance.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/support-and-assistance.md b/data/support-and-assistance.md index 68029e25a..6880ff263 100644 --- a/data/support-and-assistance.md +++ b/data/support-and-assistance.md @@ -15,10 +15,6 @@ The course channel is available [through this link](https://study.cs.helsinki.fi The participants in the channel are fellow students and volunteer course assistants. The channel's activity is based on voluntary assistance. Please also help other students on the channel when you can. -There's also an off-topic channel for conversation that isn't directly connected to the course: [https://t.me/java\_programming\_mooc\_ot](https://t.me/java_programming_mooc_ot) - -We recommend all users in the course Telegram channel to join the Discord. - ## Email You can reach course staff by email using address ohjelmoinnin-mooc@helsinki.fi. Feel free to write in English or in Finnish. From 28541c8fcc6c6116c03b7cb0e065a932eb399ac0 Mon Sep 17 00:00:00 2001 From: UncSald Date: Thu, 5 Jun 2025 11:28:28 +0300 Subject: [PATCH 5/5] Removed email from possible support. --- data/support-and-assistance.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/support-and-assistance.md b/data/support-and-assistance.md index 6880ff263..43352eab9 100644 --- a/data/support-and-assistance.md +++ b/data/support-and-assistance.md @@ -15,6 +15,3 @@ The course channel is available [through this link](https://study.cs.helsinki.fi The participants in the channel are fellow students and volunteer course assistants. The channel's activity is based on voluntary assistance. Please also help other students on the channel when you can. -## Email - -You can reach course staff by email using address ohjelmoinnin-mooc@helsinki.fi. Feel free to write in English or in Finnish.