diff --git a/.vitepress/config.mts b/.vitepress/config.mts index d504dc1..2e2bcc9 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -15,7 +15,7 @@ export default defineConfig({ { text: 'Organization', link: '/organization' }, { text: 'Lectures', link: '/lectures/' }, { text: 'Labs', link: '/labs/' }, - { text: 'Homeworks', link: '/homeworks/' }, + { text: 'Homework', link: '/homework/' }, { text: 'Exams', link: '/exams/' }, ], @@ -41,10 +41,10 @@ export default defineConfig({ }, { - text: 'Homeworks', - link: '/homeworks/', + text: 'Homework', + link: '/homework/', items: [ - { text: '01: ASCII Art', link: '/homeworks/hw01' }, + { text: '01: ASCII Art', link: '/homework/hw01' }, ] }, diff --git a/exams/index.md b/exams/index.md index ce14355..29eab62 100644 --- a/exams/index.md +++ b/exams/index.md @@ -3,7 +3,7 @@ ## Requirements In order to come to the exam, the student should have fulfilled the conditions for passing the -[homeworks](/homeworks/#requirements). +[homework](/homework/#requirements). The programming exam consists of a Racket assignment and a Haskell assignment, which you have to finish in 3 hours. diff --git a/homeworks/blocks.tex b/homework/blocks.tex similarity index 100% rename from homeworks/blocks.tex rename to homework/blocks.tex diff --git a/homeworks/hw01.md b/homework/hw01.md similarity index 100% rename from homeworks/hw01.md rename to homework/hw01.md diff --git a/homeworks/index.md b/homework/index.md similarity index 97% rename from homeworks/index.md rename to homework/index.md index 36d4ec6..2b28092 100644 --- a/homeworks/index.md +++ b/homework/index.md @@ -7,7 +7,7 @@ outline: deep ## Requirements We will publish 4 homework assignments for **50 points** in total. -* In total, from all homeworks, you have to reach at least **25 points** +* In total, from all homework, you have to reach at least **25 points** * You need at least **one point from every homework** * Late submissions: We deduct one point per day until +1 point is left on your score. diff --git a/index.md b/index.md index 8412963..979a652 100644 --- a/index.md +++ b/index.md @@ -19,10 +19,10 @@ features: details: Lab tutorials with pratical exercises including solutions. link: /labs/ - - title: Homeworks + - title: Homework icon: ϑ details: Four homework assignments to be solved during the course - link: /homeworks/ + link: /homework/ - title: Exams icon: ξ diff --git a/organization.md b/organization.md index 6bf9dbf..d2471b5 100644 --- a/organization.md +++ b/organization.md @@ -36,7 +36,7 @@ as we go along the course. You will have to solve four homework assignments (for **50 points** in total): * 2 assignments in Racket * 2 assignments in Haskell -More on the details of the homeworks [here](homeworks/). +More on the details of the homework [here](homework/). ## Exam The final *programming* exam has **30 points**.