> For the complete documentation index, see [llms.txt](https://felienne.gitbook.io/codasium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://felienne.gitbook.io/codasium/moduleoverzicht.md).

# Moduleoverzicht

We hebben op dit moment materiaal klaar voor 4 schooljaren, jaar 5 en 6 zijn op dit moment ontwikkeling.

## Overzicht van modules per leerjaar

<table><thead><tr><th width="150">Jaar</th><th width="150">Module</th><th>Programmeertaal</th><th>Onderwerp</th></tr></thead><tbody><tr><td>1</td><td>1.1</td><td>Hedy</td><td></td></tr><tr><td></td><td>1.2</td><td>Hedy -> Python</td><td>Kunst of Verhaal omzetten van Hedy naar Python</td></tr><tr><td>2</td><td>2.1</td><td>Python</td><td><a href="https://felienne.gitbook.io/codasium/module-1.3-geschiedenis">Geschiedenis zonder UI</a></td></tr><tr><td></td><td>2.2</td><td>Python/PyGame</td><td><a href="https://felienne.gitbook.io/codasium/module-2.1-pygame-quiz">Geschiedenis - Quiz</a></td></tr><tr><td></td><td>2.3</td><td>Python/PyGame</td><td><a href="https://felienne.gitbook.io/codasium/module-2.2-pygame-biologie">Biologie - Simulatie</a></td></tr><tr><td></td><td>2.4</td><td>Rekenmachine</td><td><a href="https://felienne.gitbook.io/codasium/module-2.3-rekenmachine">Rekenmachine</a></td></tr><tr><td></td><td>2.5</td><td>Micro:bit</td><td><a href="https://felienne.gitbook.io/codasium/module-2.5-microbit">Eigen opdracht</a></td></tr><tr><td></td><td>2.6 </td><td>Bedrijfsopdracht</td><td>TBA</td></tr><tr><td>3</td><td>3.1</td><td>Excel</td><td></td></tr><tr><td></td><td>3.2</td><td>SQL</td><td></td></tr><tr><td></td><td>3.3</td><td>Python</td><td></td></tr><tr><td></td><td>3.4</td><td>Arduino</td><td></td></tr><tr><td>4</td><td>4.1</td><td>Python</td><td>Eigen website opdracht</td></tr><tr><td></td><td>4.2</td><td>JavaScript</td><td>Eigen website opdracht</td></tr><tr><td></td><td>4.3</td><td>Vrije keuze</td><td>EU app</td></tr><tr><td>5</td><td>5.1</td><td>JavaScript of C#</td><td></td></tr><tr><td></td><td>5.2</td><td>Python</td><td><a href="https://felienne.gitbook.io/codasium/module-5.1-tekstanalyse-1">Generatieve AI</a></td></tr><tr><td>6</td><td>6.1</td><td>-</td><td><a href="https://felienne.gitbook.io/codasium/module-6.1-boekenproject">Boekenproject</a></td></tr><tr><td></td><td>6.2</td><td>Vrije keuze</td><td><a href="https://felienne.gitbook.io/codasium/module-6.2-algoritmiek">Algoritmiek</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://felienne.gitbook.io/codasium/moduleoverzicht.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
