Skip to content

Commit

Permalink
Spelling: homeworks -> homework (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim authored Feb 21, 2024
1 parent c4085f0 commit 1e3d9fd
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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/' },
],

Expand All @@ -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' },
]
},

Expand Down
2 changes: 1 addition & 1 deletion exams/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion homeworks/index.md → homework/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ξ
Expand Down
2 changes: 1 addition & 1 deletion organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down

0 comments on commit 1e3d9fd

Please sign in to comment.