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

# Kapitel 7, Thema 2

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                                   | English Word                                                              |
| ------------------------------------------------------------- | ------------------------------------------------------------------------- |
| (sich) fühlen \[fühlte \| gefühlt]                            | to feel                                                                   |
| finanziell                                                    | financial(ly)                                                             |
| fördern \[förderte \| gefördert]                              | to support, promote (often financially)                                   |
| die Freizeit                                                  | leisure time, spare time                                                  |
| gewinnen \[gewann \| gewonnen]                                | to win                                                                    |
| die Hilfe \[die Hilfen]                                       | help (noun)                                                               |
| hoch (with adj. endings: hoh-)                                | high(ly), tall                                                            |
| individuell                                                   | individual(ly)                                                            |
| die (pl.) Kosten \[only plural]                               | costs                                                                     |
| leisten \[leistete \| geleistet] // (sich) (etwas) leisten    | to achieve, accomplish // to afford, to have enough money (for something) |
| das Mitglied \[die Mitglieder]                                | member                                                                    |
| mich, dich, sich, uns, euch                                   | (reflexive pronoun) myself, yourself, herself, ourselves, ...             |
| das Team \[die Teams]                                         | team                                                                      |
| der Verein \[die Vereine]                                     | club, association, society                                                |
| verletzen \[verletzte \| verletzt]                            | to injure                                                                 |
| wählen \[wählte \| gewählt]                                   | to choose, select, elect                                                  |
| entscheiden \[entschied \| entschieden] // (sich) entscheiden | to decide;// to make a choice, make up one's mind                         |
| die Energie \[die Energien]                                   | energy                                                                    |
| entstehen \[entstand \| ist entstanden]                       | to emerge, arise                                                          |
| leisten \[leistete \| geleistet]                              | to achieve, accomplish (not erreichen)                                    |
| (sich) (etwas) leisten \[leistete \| geleistet]               | to afford, to have enough money (for something)                           |

### Exercise 2: Fill in the Blanks

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

1. Sie \_\_\_\_\_\_\_\_\_ sich nicht gut heute. (feels)
2. Die \_\_\_\_\_\_\_\_\_ Situation ist schwierig. (financial)
3. Die Regierung sollte erneuerbare Energien \_\_\_\_\_\_\_\_\_. (support)
4. In meiner \_\_\_\_\_\_\_\_\_ lese ich gerne Bücher. (leisure time)
5. Sie hat das Rennen \_\_\_\_\_\_\_\_\_. (won)
6. Ich brauche deine \_\_\_\_\_\_\_\_\_. (help)
7. Der Berg ist sehr \_\_\_\_\_\_\_\_\_. (high)
8. Jeder hat \_\_\_\_\_\_\_\_\_ Bedürfnisse. (individual)
9. Die \_\_\_\_\_\_\_\_\_ für das Projekt sind zu hoch. (costs)
10. Ich kann es mir nicht \_\_\_\_\_\_\_\_\_. (afford)

### Exercise 3: Translation from English to German

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

1. She does not feel good today.
2. The financial situation is difficult.
3. The government should support renewable energies.
4. In my leisure time, I like to read books.
5. She won the race.
6. I need your help.
7. The mountain is very high.
8. Everyone has individual needs.
9. The costs for the project are too high.
10. I can't afford it.

### Exercise 4: Questions and Answers

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

`Q: Wie fühlst du dich heute?`&#x20;

`A: Ich fühle mich heute gut.`

`Q: Wie ist die finanzielle Situation?`&#x20;

`A: Die finanzielle Situation ist schwierig.`

`Q: Was machst du in deiner Freizeit?`&#x20;

`A: In meiner Freizeit lese ich Bücher.`

`Q: Wer hat das Rennen gewonnen?`&#x20;

`A: Sie hat das Rennen gewonnen.`

`Q: Kannst du dir das leisten?`&#x20;

`A: Nein, ich kann es mir nicht leisten.`


---

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