> For the complete documentation index, see [llms.txt](https://learn.kennesaw.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.kennesaw.de/german-1002/kapitel-6/kapitel-6-thema-3.md).

# Kapitel 6, Thema 3

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                                             | English Word                           |
| ----------------------------------------------------------------------- | -------------------------------------- |
| außerdem                                                                | besides that, in addition to that      |
| die Bevölkerung \[die Bevölkerungen]                                    | population                             |
| deshalb                                                                 | therefore, for that reason, that's why |
| diskutieren \[diskutierte \| diskutiert]                                | to discuss                             |
| das Ende \[die Enden]                                                   | end 2                                  |
| der Film \[die Filme]                                                   | film                                   |
| früher                                                                  | earlier, former(ly)                    |
| das Jahrzehnt \[die Jahrzehnte]                                         | decade                                 |
| leider                                                                  | unfortunately                          |
| negativ                                                                 | negative(ly)                           |
| positiv                                                                 | positive(ly)                           |
| die Reaktion \[die Reaktionen]                                          | reaction                               |
| reden \[redete \| geredet]                                              | to talk                                |
| teilweise                                                               | partially, in part 2                   |
| verlassen \[verlässt \| verließ \| verlassen] (only with direct object) | to leave a place                       |
| das Volk \[die Völker]                                                  | people group, nation                   |
| die Wahrheit \[die Wahrheiten]                                          | truth (NOUN)                           |
| wiederholen \[wiederholte \| wiederholt]                                | to repeat                              |

### Exercise 2: Fill in the Blanks

Fill in the blanks with the appropriate German word from the list.

1. Sie möchten über das Thema \_\_\_\_\_\_\_\_\_. (discuss)
2. Er muss \_\_\_\_\_\_\_\_\_ die Party. (leave)
3. Sie sagt die \_\_\_\_\_\_\_\_\_. (truth)
4. Er hat den Film \_\_\_\_\_\_\_\_\_ gesehen. (partially)
5. Sie möchte \_\_\_\_\_\_\_\_\_ ein Glas Wasser. (besides that)
6. Er redet über die \_\_\_\_\_\_\_\_\_. (population)
7. Sie hat das \_\_\_\_\_\_\_\_\_ des Buches erreicht. (end)
8. Er hat das letzte \_\_\_\_\_\_\_\_\_ verbracht. (decade)
9. Sie hat eine \_\_\_\_\_\_\_\_\_ Reaktion gezeigt. (positive)
10. Er muss die Aufgabe \_\_\_\_\_\_\_\_\_. (repeat)

### Exercise 3: Sentence Translation

Translate the following English sentences into German using the vocabulary provided.

1. They are discussing the topic.
2. Unfortunately, he has to leave the party.
3. She is telling the truth.
4. He has seen part of the movie.
5. She also wants a glass of water.
6. He is talking about the population.
7. She has reached the end of the book.
8. He spent the last decade.
9. She showed a positive reaction.
10. He has to repeat the task.

### Exercise 4: Questions and Answers

Formulate questions in German using the vocabulary provided, and then answer them.

`Q: Diskutieren sie über das Thema?`&#x20;

`A: Ja, sie diskutieren über das Thema.`

`Q: Muss er leider die Party verlassen?`&#x20;

`A: Ja, er muss leider die Party verlassen.`

`Q: Sagt sie die Wahrheit?`&#x20;

`A: Ja, sie sagt die Wahrheit.`

`Q: Hat er teilweise den Film gesehen?`&#x20;

`A: Ja, er hat teilweise den Film gesehen.`

`Q: Möchte sie außerdem ein Glas Wasser?`&#x20;

`A: Ja, sie möchte außerdem ein Glas Wasser.`


---

# 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://learn.kennesaw.de/german-1002/kapitel-6/kapitel-6-thema-3.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.
