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

# Kapitel 1, Thema 3

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                          | English Word                    |
| ---------------------------------------------------- | ------------------------------- |
| die Arbeit \[die Arbeiten]                           | the work (research paper)       |
| die Aufgabe \[die Aufgaben]                          | the assignment                  |
| das Buch \[die Bücher]                               | the book                        |
| ein bisschen                                         | a little                        |
| das Essen                                            | the food                        |
| etwas                                                | something (somewhat; a little)  |
| ganz                                                 | really, quite (total, whole)    |
| gar nicht                                            | not at all                      |
| gern                                                 | to like to (gladly)             |
| ihr                                                  | you all (familiar; plural)      |
| interessant                                          | interesting                     |
| der Kurs \[die Kurse]                                | the (college/university) course |
| kurz                                                 | short                           |
| lang                                                 | long                            |
| lesen \[liest \| las \| gelesen]                     | to read                         |
| meinen \[meinte \| gemeint]                          | to mean (to have an opinion)    |
| die Prüfung \[die Prüfungen]                         | the test                        |
| schlecht                                             | bad(ly)                         |
| schreiben \[schrieb \| geschrieben]                  | to write                        |
| die Universität \[die Universitäten] (informal: Uni) | the university                  |
| viel                                                 | much, a lot                     |
| wir                                                  | we                              |
| das Wort \[die Wörter]                               | the word                        |

### Exercise 2: Fill in the Blanks

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

1. Sie hat ihre \_\_\_\_\_\_\_\_ abgeschlossen und ist bereit, sie einzureichen.
2. Die \_\_\_\_\_\_\_\_ für diese Woche ist sehr herausfordernd.
3. Ich lese ein \_\_\_\_\_\_\_\_ über die Geschichte Deutschlands.
4. Ich habe nur \_\_\_\_\_\_\_\_ Zeit, um zu studieren.
5. Das \_\_\_\_\_\_\_\_ war köstlich.
6. Das ist \_\_\_\_\_\_\_\_ interessant.
7. Ich habe einen \_\_\_\_\_\_\_\_ in deutscher Literatur belegt.
8. Die Geschichte war \_\_\_\_\_\_\_\_, aber informativ.
9. Sie hat das Buch \_\_\_\_\_\_\_\_ und fand es faszinierend.
10. Die \_\_\_\_\_\_\_\_ war sehr schwierig, aber ich denke, ich habe gut abgeschnitten.

### Exercise 3: Sentence Translation

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

1. She completed her work and is ready to submit it.
2. The assignment for this week is very challenging.
3. I am reading a book about the history of Germany.
4. I have only a little time to study.
5. The food was delicious.

### Exercise 4: Questions and Answers

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

`Q: Hat sie ihre Arbeit abgeschlossen?`&#x20;

`A: Ja, sie hat ihre Arbeit abgeschlossen und ist bereit, sie einzureichen.`

`Q: Wie ist die Aufgabe für diese Woche?`&#x20;

`A: Die Aufgabe für diese Woche ist sehr herausfordernd.`

`Q: Was liest du?`&#x20;

`A: Ich lese ein Buch über die Geschichte Deutschlands.`

`Q: Wie viel Zeit hast du zum Lernen?`&#x20;

`A: Ich habe nur ein bisschen Zeit zum Lernen.`

`Q: Wie war das Essen?`&#x20;

`A: Das Essen war köstlich.`


---

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