> 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-1001/kapitel-1/kapitel-1-thema-4.md).

# Kapitel 1, Thema 4

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                       | English Word |
| --------------------------------- | ------------ |
| der Abend \[die Abende]           | the evening  |
| (der) Dienstag                    | Tuesday      |
| genug                             | enough       |
| heute                             | today        |
| die Minute \[die Minuten]         | the minute   |
| (der) Mittwoch                    | Wednesday    |
| (der) Montag                      | Monday       |
| morgen                            | tomorrow     |
| (der) Sonntag                     | Sunday       |
| spät später                       | late / later |
| die Stunde \[die Stunden]         | the hour     |
| der Tag \[die Tage]               | the day      |
| die Uhr \[die Uhren]              | the clock    |
| die Woche \[die Wochen]           | the week     |
| das Wochenende \[die Wochenenden] | the weekend  |
| die Zeit \[die Zeiten]            | the time     |

### Exercise 2: Fill in the Blanks

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

1. Heute ist \_\_\_\_\_\_\_\_, morgen ist Donnerstag.
2. Die \_\_\_\_\_\_\_\_ ist fast vorbei, es ist fast Mitternacht.
3. Ich werde das Buch \_\_\_\_\_\_\_\_ Abend lesen.
4. Die \_\_\_\_\_\_\_\_ vergeht so schnell, wenn man Spaß hat.
5. Das Meeting dauerte zwei \_\_\_\_\_\_\_\_.
6. Ich werde dich \_\_\_\_\_\_\_\_ um 10 Uhr treffen.
7. Nächste \_\_\_\_\_\_\_\_ fahren wir in den Urlaub.
8. Am \_\_\_\_\_\_\_\_ gehen wir immer in den Park.
9. Es ist \_\_\_\_\_\_\_\_, wir sollten ins Bett gehen.
10. Die \_\_\_\_\_\_\_\_ ist ein wertvolles Gut.

### Exercise 3: Sentence Translation

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

1. Today is Wednesday, tomorrow is Thursday.
2. The day is almost over, it's almost midnight.
3. I will read the book this evening.
4. Time flies when you're having fun.
5. The meeting lasted two hours.

### Exercise 4: Questions and Answers

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

Q: Welcher Tag ist heute? A: Heute ist Mittwoch.

Q: Wann wirst du das Buch lesen? A: Ich werde das Buch heute Abend lesen.

Q: Wie lange hat das Meeting gedauert? A: Das Meeting dauerte zwei Stunden.

Q: Wann wirst du mich treffen? A: Ich werde dich morgen um 10 Uhr treffen.

Q: Wann fahren wir in den Urlaub? A: Nächste Woche fahren wir in den Urlaub.


---

# 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-1001/kapitel-1/kapitel-1-thema-4.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.
