Skip to content

Commit 262ca5d

Browse files
jkarinklsquell
authored andcommitted
COURSE.md: fix typos
1 parent 450ebda commit 262ca5d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

COURSE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,11 @@ This module is about learning to write actual Rust applications. At the end of t
302302

303303
## Lecture format (90 minutes)
304304
### Rationale
305-
During lectures, new content is provided to students. The idea is to keep engagement high using interaction an by extensively activating prior knowledge. We take some time for questions and discussion during the lecture and are aware of the facts that many concepts are outright confusing to beginners. During discussion, we encourage students to answer questions of fellow students. However, we actively make sure that discussions don't divert from the subject.
305+
During lectures, new content is provided to students. The idea is to keep engagement high using interaction and by extensively activating prior knowledge. We take some time for questions and discussion during the lecture and are aware of the facts that many concepts are outright confusing to beginners. During discussion, we encourage students to answer questions of fellow students. However, we actively make sure that discussions don't divert from the subject.
306306

307307
To activate prior knowledge, we start each lecture with a recap on the subject of the last lecture with quiz questions. Once that's done, we relate content of the current subject with content of prior lectures where possible.
308308

309-
We also relate content to other programming languages, taking into account the intermediate C++ knowledge students have. This can be done by asking questions such as 'How would you solve this problem in your favourite programming language'? However, as relating to
310-
311-
other languages may take a lot of time, we only do this sparingly, and with more confusing subjects.
309+
We also relate content to other programming languages, taking into account the intermediate C++ knowledge students have. This can be done by asking questions such as 'How would you solve this problem in your favourite programming language'? However, as relating to other languages may take a lot of time, we only do this sparingly, and with more confusing subjects.
312310

313311
Apart from that, we focus on the 'why' of each concept, as it helps students to better internalize the contents, and it allows them to creatively apply the gained knowledge in doing exercises and in the final project.
314312

0 commit comments

Comments
 (0)