> 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-8/kapitel-8-thema-2.md).

# Kapitel 8, Thema 2

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                                    | English Word                                             |
| -------------------------------------------------------------- | -------------------------------------------------------- |
| das Alter \[die Alter]                                         | age                                                      |
| das Angebot \[die Angebote]                                    | offer (noun)                                             |
| bieten \[bot \| geboten]                                       | to provide; to offer                                     |
| einzig                                                         | single, sole, only                                       |
| erreichen \[erreichte \| erreicht]                             | to reach, arrive at                                      |
| fehlen \[fehlte \| gefehlt]                                    | to be missing                                            |
| gerade                                                         | right now, at the moment; straight                       |
| der Grund \[die Gründe]                                        | reason                                                   |
| irgendwo                                                       | somewhere, anywhere                                      |
| kriegen \[kriegte \| gekriegt]                                 | casual: to get, obtain                                   |
| öffentlich                                                     | public(ly)                                               |
| der Preis \[die Preise]                                        | price; prize                                             |
| der Raum \[die Räume]                                          | space, room                                              |
| steigen \[stieg \| ist gestiegen] // ein•steigen / aus•steigen | to increase; to climb; // to get into / out of a vehicle |
| suchen \[suchte \| gesucht]                                    | to look for, seek                                        |
| treffen \[trifft \| traf \| getroffen]                         | to meet; to strike, hit                                  |
| verschwinden \[verschwand \| ist verschwunden]                 | to disappear, vanish                                     |
| versuchen \[versuchte \| versucht]                             | to try                                                   |
| voll                                                           | full                                                     |
| ein•steigen \[ein•stieg \| ist ein•gestiegen]                  | to get into a vehicle                                    |
| aus•steigen \[aus•stieg \| ist aus•gestiegen]                  | to get out a vehicle                                     |

### Exercise 2: Fill in the Blanks

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

1. Mein \_\_\_\_\_\_\_\_\_ ist 30 Jahre. (age)
2. Sie hat ein tolles \_\_\_\_\_\_\_\_\_ für das Auto gemacht. (offer)
3. Dieses Restaurant \_\_\_\_\_\_\_\_\_ eine Vielzahl von Speisen. (provides)
4. Sie ist meine \_\_\_\_\_\_\_\_\_ Schwester. (only)
5. Wir hoffen, das Ziel bald zu \_\_\_\_\_\_\_\_\_. (reach)
6. Mir \_\_\_\_\_\_\_\_\_ meine Schlüssel. (are missing)
7. Ich gehe \_\_\_\_\_\_\_\_\_ in den Park. (right now)
8. Der \_\_\_\_\_\_\_\_\_ für seine Wut war unbekannt. (reason)
9. Ich habe meine Brille \_\_\_\_\_\_\_\_\_ gelassen. (somewhere)
10. Kann ich ein Glas Wasser \_\_\_\_\_\_\_\_\_? (get)

### Exercise 3: Translation from English to German

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

1. My age is 30 years.
2. She made a great offer for the car.
3. This restaurant provides a variety of dishes.
4. She is my only sister.
5. We hope to reach the goal soon.
6. My keys are missing.
7. I am going to the park right now.
8. The reason for his anger was unknown.
9. I left my glasses somewhere.
10. Can I get a glass of water?

### Exercise 4: Questions and Answers

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

`Q: Wie alt bist du?`&#x20;

`A: Mein Alter ist 30 Jahre.`

`Q: Was hat sie für das Auto gemacht?`&#x20;

`A: Sie hat ein tolles Angebot für das Auto gemacht.`

`Q: Was bietet dieses Restaurant?`&#x20;

`A: Dieses Restaurant bietet eine Vielzahl von Speisen.`

`Q: Wer ist sie?`&#x20;

`A: Sie ist meine einzige Schwester.`

`Q: Wann hoffst du, das Ziel zu erreichen?`&#x20;

`A: Wir hoffen, das Ziel bald zu erreichen.`


---

# 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:

```
GET https://learn.kennesaw.de/german-1002/kapitel-8/kapitel-8-thema-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
