> 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/archief/module-1.2-kunst.md).

# Module 1.2 - Kunst

## Instructie voor de leerkracht

In deze module gaan leerlingen een kunstwerk maken met Python. Ze leren hiervoor om gebruikt te maken van de bibliotheek Turtle. In deze bibliotheek zijn er verschillende functies voorgeprogrameerd die te maken hebben met tekenen.

## Doelen van deze module

In deze lessenserie komen de volgende programmeerconcepten aan bod:

* Datatype Integer gebruiken
* Gebruik maken van de Turtle library
* For loop gebruiken
* RGB-codes gebruiken voor kleuren

Materiaal uit module 1 wordt gebruikt, maar niet expliciet herhaald, daar moeten leerlingen wel bekend mee zijn:. Het gaat hierbij om het gebruik maken van concepten zoals printen, commentaar, variabelen, lijsten, input, en if-else statements.

## Voorbeeld

Het idee van deze lessenserie is dat leerlingen een soort spirograafkunstwerk maken. Op deze link staat een voorbeeld: \[<https://repl.it/@Felienne/Spirograaf-Demo>

![Voorbeeldcode (links) en de uitvoer van deze code (rechts)](/files/-MO6zZb_hgsjuz7gpmWg)

Probeer dit voorbeeld zelf voor de les al even uit. Je ziet dat er verschillende figuren getekent worden.

## Opzet van de lessen

Iedere module bestaat steeds uit twee delen: a en b

a) Klassikale les met slides, en werkbladen deel a om in de klassikale les te maken\
b) Werkbladen zodat leerlingen zelf aan de slag kunnen achter de computer

## Slides

[Je vindt alle slides bij elkaar op deze pagina.](https://slides.com/vhto/decks/module-kunst)

## Tips

Nog een aantal tips:

* Lees de codes hardop voor:
  * pen punt forward ronde haak openen 10 ronde haak sluiten
  * pen punt left ronde haak openen 90 ronde haak sluiten
  * Stip ook even de betekenissen (en uitspraak) can Turtlecommando's aan:
  * forward betekent "ga vooruit"
  * left betekent links, maar in deze code betekent het "draai linksom", dus niet "ga naar links"


---

# 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/archief/module-1.2-kunst.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.
