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

# Kapitel 11, Thema 2

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                           | English Word                                   |
| ------------------------------------- | ---------------------------------------------- |
| behaupten \[behauptete \| behauptet]  | to claim, assert                               |
| berichten \[berichtete \| berichtet]  | to report, tell \*                             |
| die Bibliothek \[Bibliotheken]        | library                                        |
| der Bürger \[Bürger]                  | (male) citizen                                 |
| die Bürgerin \[Bürgerinnen]           | (female) citizen                               |
| der Doktor \[Doktoren]                | Ph.D.; someone with this degree                |
| die Information \[Informationen]      | information                                    |
| die Kritik \[Kritiken]                | critique, criticism                            |
| der Künstler \[Künstler]              | (male) artist                                  |
| die Künstlerin \[Künstlerinnen]       | (female) artist                                |
| längst // längst nicht                | long since, for a long time; // by no means    |
| die Leistung \[Leistungen]            | achievement; performance 2                     |
| die Literatur \[Literaturen]          | literature                                     |
| die Lösung \[Lösungen]                | solution                                       |
| der Professor \[Professoren]          | (male) professor                               |
| die Professorin \[Professorinnen]     | (female) professor                             |
| das Publikum \[no plural]             | audience, public                               |
| die Rede \[Reden] // eine Rede halten | speech, address, talk // to give a speech/talk |
| schlimm                               | bad, tragic, grave                             |
| sorgen \[sorgte \| gesorgt] \[+ für]  | to provide for/see to; to result in/lead to    |
| das Theater \[Theater]                | theater                                        |
| wissenschaftlich                      | scientific, academic                           |
| zwar // + "aber ..."                  | admittedly, to be sure // indeed, in fact      |

### Exercise 2: Fill in the Blanks

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

1. Er \_\_\_\_\_\_\_\_ , dass er das Problem gelöst hat.
2. Sie \_\_\_\_\_\_\_\_ über die Ereignisse des Tages.
3. Die \_\_\_\_\_\_\_\_ ist ein wichtiger Ort für Studierende.
4. Jeder \_\_\_\_\_\_\_\_ hat Rechte und Pflichten.
5. Sie ist eine talentierte \_\_\_\_\_\_\_\_.
6. Diese \_\_\_\_\_\_\_\_ ist seit langem bekannt.
7. Ihre \_\_\_\_\_\_\_\_ in der Mathematik ist beeindruckend.
8. Die \_\_\_\_\_\_\_\_ ist ein wichtiger Teil der Kultur.
9. Die \_\_\_\_\_\_\_\_ zu diesem Problem ist komplex.
10. Das \_\_\_\_\_\_\_\_ war begeistert von der Aufführung.

### Exercise 3: Sentence Translation

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

1. The professor gave a speech about scientific achievements.
2. The artist's work received bad criticism.
3. The citizen claimed his rights.
4. The library provides a lot of information.
5. The solution to the problem is indeed complex.

### Exercise 4: Questions and Answers

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

`Q: Was behauptet der Bürger?`&#x20;

`A: Der Bürger behauptet seine Rechte.`

`Q: Was berichtete der Professor?`&#x20;

`A: Der Professor berichtete über wissenschaftliche Leistungen.`

`Q: Was bietet die Bibliothek?`&#x20;

`A: Die Bibliothek bietet viele Informationen.`

`Q: Wie war die Kritik an der Arbeit des Künstlers?`&#x20;

`A: Die Kritik an der Arbeit des Künstlers war schlecht.`

`Q: Ist die Lösung des Problems komplex?`&#x20;

`A: Ja, die Lösung des Problems ist in der Tat komplex.`


---

# 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-11/kapitel-11-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.
