> 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-2.md).

# Kapitel 9, Thema 2

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                              | English Word                            |
| ---------------------------------------- | --------------------------------------- |
| besser                                   | better                                  |
| bestätigen \[bestätigte \| bestätigt]    | to confirm                              |
| danach                                   | after that, afterwards                  |
| darüber                                  | about it/that                           |
| der Dollar \[Dollar]                     | dollar                                  |
| feiern \[feierte \| gefeiert]            | to celebrate, to party                  |
| gewiss                                   | certain(ly)                             |
| häufig                                   | frequent(ly)                            |
| die Haut \[Häute]                        | skin                                    |
| hin                                      | (to) there, i.e., away from the speaker |
| das Hotel \[Hotels]                      | hotel                                   |
| insgesamt                                | altogether, overall                     |
| die Lage \[Lagen]                        | location, position                      |
| miteinander                              | together, with each other3              |
| nah                                      | near, close                             |
| der Punkt \[Punkte]                      | point                                   |
| selten                                   | seldom, rare(ly)                        |
| überraschen \[überraschte \| überrascht] | to surprise                             |
| der Vergleich \[Vergleiche]              | comparison                              |
| zuvor                                    | previously, before                      |

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

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

1. Sie hat die \_\_\_\_\_\_\_\_ mit ihrem alten Job gemacht.
2. Sie hat \_\_\_\_\_\_\_\_ die Party verlassen.
3. Er hat die Nachricht \_\_\_\_\_\_\_\_.
4. Sie hat die \_\_\_\_\_\_\_\_ des Hotels überprüft.
5. Sie haben \_\_\_\_\_\_\_\_ ein Spiel gespielt.

### 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>danach</td><td>seldom</td></tr><tr><td>selten</td><td>afterwards</td></tr><tr><td>der Dollar</td><td>altogether</td></tr><tr><td>insgesamt</td><td>near</td></tr><tr><td>nah</td><td>dollar</td></tr></tbody></table>

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

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

`Q: Ist das Hotel nah am Strand?`&#x20;

`A: Ja, das Hotel ist nah am Strand.`&#x20;

`Q: Hat sie die Einladung bestätigt?`&#x20;

`A: Ja, sie hat die Einladung bestätigt.`&#x20;

`Q: Haben sie danach gefeiert?`&#x20;

`A: Ja, sie haben danach gefeiert.`&#x20;

`Q: Ist der Dollar stärker als der Euro?`&#x20;

`A: Das ist nicht immer der Fall, es hängt vom aktuellen Wechselkurs ab.`&#x20;

`Q: War die Überraschung gelungen?`&#x20;

`A: Ja, die Überraschung war gelungen.`


---

# 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-2.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.
