> 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-12/kapitel-12-thema-3.md).

# Kapitel 12, Thema 3

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                    | English Word                                               |
| ---------------------------------------------- | ---------------------------------------------------------- |
| allerdings                                     | certainly, indeed, to be sure \*7                          |
| der Antrag \[Anträge]                          | application; request, proposal                             |
| der Arbeitsplatz \[Arbeitsplätze]              | employment, job; workplace                                 |
| aus•schließen \[aus•schloss \| ausgeschlossen] | to exclude, preclude, shut out                             |
| ein•stellen \[ein•stellte \| eingestellt] 2    | to hire, employ                                            |
| ein•stellen \[ein•stellte \| eingestellt] 2    | to stop, put a stop to                                     |
| entdecken \[entdeckte \| entdeckt]             | to discover                                                |
| erhalten \[erhält \| erhielt \| erhalten]      | to receive, obtain (more formal than "bekommen"); maintain |
| die Erklärung \[Erklärungen]                   | explanation                                                |
| grundsätzlich                                  | basical(ly), fundamental(ly) 2                             |
| kümmern \[kümmerte \| gekümmert] (sich + um)   | to take care of, look after                                |
| die Partei \[Parteien]                         | (political) party                                          |
| die Politik \[rarely plural]                   | politics; policy                                           |
| der Politiker \[Politiker]                     | (male) politician                                          |
| die Politikerin \[Politikerinnen]              | (female) politician                                        |
| das Recht \[Rechte]                            | law; (legal) right                                         |
| sofort                                         | immediately                                                |
| die Sorge \[Sorgen] // sich Sorgen machen + um | concern, anxiety; // to worry about                        |
| sowohl ... als auch ...                        | both ... and ... / ... as well as ...                      |
| weder ... noch                                 | neither ... nor ...                                        |

### Exercise 2: Fill in the Blanks

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

1. Er hat einen \_\_\_\_\_\_\_\_ für ein neues Projekt eingereicht.
2. Sie hat einen neuen \_\_\_\_\_\_\_\_ gefunden.
3. Wir müssen Diskriminierung \_\_\_\_\_\_\_\_.
4. Sie hat eine neue Spezies in der Wildnis \_\_\_\_\_\_\_\_.
5. Ihre \_\_\_\_\_\_\_\_ war sehr detailliert und hilfreich.
6. Sie \_\_\_\_\_\_\_\_ sich um ihre kranke Mutter.
7. Sie ist Mitglied einer politischen \_\_\_\_\_\_\_\_.
8. Sie hat das Recht auf freie Meinungsäußerung \_\_\_\_\_\_\_\_.
9. Sie machte sich \_\_\_\_\_\_\_\_ um ihre Gesundheit.
10. Sie will \_\_\_\_\_\_\_\_ ein Buch lesen noch einen Film sehen.

### Exercise 3: Sentence Translation

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

1. He submitted an application for a new project.
2. She found a new job.
3. We must exclude discrimination.
4. She discovered a new species in the wild.
5. Her explanation was very detailed and helpful.

### Exercise 4: Questions and Answers

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

`Q: Was hat er für ein neues Projekt eingereicht?`&#x20;

`A: Er hat einen Antrag für ein neues Projekt eingereicht.`

`Q: Was hat sie gefunden?`&#x20;

`A: Sie hat einen neuen Arbeitsplatz gefunden.`

`Q: Was müssen wir ausschließen?`&#x20;

`A: Wir müssen Diskriminierung ausschließen.`

`Q: Was hat sie in der Wildnis entdeckt?`&#x20;

`A: Sie hat eine neue Spezies in der Wildnis entdeckt.`

`Q: Wie war ihre Erklärung?`&#x20;

`A: Ihre Erklärung war sehr detailliert und hilfreich.`


---

# 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-2001/kapitel-12/kapitel-12-thema-3.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.
