> 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-2001/kapitel-9/kapitel-9-thema-1.md).

# Kapitel 9, Thema 1

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                          | English Word                                   |
| ---------------------------------------------------- | ---------------------------------------------- |
| andererseits                                         | on the other hand                              |
| die Angabe \[Angaben]                                | statement, information                         |
| der Anspruch \[Ansprüche] // (Anspruch + auf \[acc.) | claim, demand, right // claim, right to - NOUN |
| die Aufnahme \[Aufnahmen]                            | recording; admission                           |
| bereit                                               | ready                                          |
| der Betrieb \[Betriebe]                              | business, firm, enterprise                     |
| bezahlen \[bezahlte \| bezahlt]                      | to pay (for)                                   |
| der Druck \[Drücke]                                  | pressure                                       |
| einerseits                                           | on the one hand                                |
| endlich                                              | finally                                        |
| jedoch                                               | however, though                                |
| krank                                                | sick                                           |
| die Luft \[Lüfte]                                    | air                                            |
| das Meer \[Meere]                                    | sea, ocean                                     |
| der Monat \[Monate]                                  | month                                          |
| rechnen \[rechnete \| gerechnet]                     | to reckon, calculate                           |
| die Regel \[Regeln]                                  | rule                                           |
| das Schiff \[Schiffe]                                | ship                                           |
| selbstverständlich                                   | of course, obvious(ly) 3                       |
| der Staat \[Staaten]                                 | state, nation                                  |
| der Urlaub \[Urlaube]                                | vacation                                       |
| überlegen \[überlegte \| überlegt]                   | to consider, reflect                           |
| die Verantwortung \[normally used in sing.]          | responsibility                                 |

### Exercise 2: Fill in the Blanks&#x20;

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

1. Sie hat die \_\_\_\_\_\_\_\_ für das Projekt übernommen.
2. Er hat den ganzen \_\_\_\_\_\_\_\_ im Urlaub verbracht.
3. Sie hat die \_\_\_\_\_\_\_\_ für das Essen bezahlt.
4. Er hat \_\_\_\_\_\_\_\_ über die Konsequenzen nachgedacht.
5. Sie hat die \_\_\_\_\_\_\_\_ für das Meeting gemacht.

### Exercise 3: Match the German Word to Its English Equivalent&#x20;

Match the German word on the left to its English equivalent on the right.

<table><thead><tr><th width="366">Wörter</th><th>Bedeutungen</th></tr></thead><tbody><tr><td>andererseits</td><td>month</td></tr><tr><td>der Monat</td><td>on the other hand</td></tr><tr><td>die Luft</td><td>ship</td></tr><tr><td>das Schiff</td><td>air</td></tr><tr><td>jedoch</td><td>however</td></tr></tbody></table>

### Exercise 4: Question and Answer&#x20;

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

`Q: Ist er bereit für die Prüfung?`&#x20;

`A: Ja, er ist bereit für die Prüfung.`

`Q: Hat sie den Betrieb bezahlt?`&#x20;

`A: Nein, sie hat den Betrieb nicht bezahlt.`

`Q: Ist das Schiff im Meer?`&#x20;

`A: Ja, das Schiff ist im Meer.`

`Q: Hat er die Regel gebrochen?`&#x20;

`A: Nein, er hat die Regel nicht gebrochen.`

`Q: Ist sie krank?`&#x20;

`A: Nein, sie ist nicht krank.`


---

# 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-2001/kapitel-9/kapitel-9-thema-1.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.
