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

# Kapitel 10, Thema 4

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                          | English Word                                                                 |
| ---------------------------------------------------- | ---------------------------------------------------------------------------- |
| an•nehmen \[annimmt \| annahm \| angenommen]         | to accept; to assume                                                         |
| der Anteil \[Anteile]                                | amount, proportion, share                                                    |
| betreffen \[betrifft \| betraf \| betroffen]         | to concern, affect                                                           |
| der Einfluss \[Einflüsse]                            | influence (noun)                                                             |
| die Entscheidung \[Entscheidungen]                   | decision                                                                     |
| erfahren \[erfährt \| erfuhr \| erfahren]            | to experience; to hear (learn)                                               |
| ergeben \[ergibt \| ergab \| ergeben] // (sich)      | to result; // to appear, emerge                                              |
| erlauben \[erlaubte \| erlaubt]                      | to allow                                                                     |
| gesellschaftlich                                     | societal, social                                                             |
| der Haushalt \[Haushalte]                            | household; budget                                                            |
| der Moment \[Momente]                                | moment, instant                                                              |
| relativ                                              | relatively                                                                   |
| die Unterstützung \[Unterstützungen]                 | support, assistance                                                          |
| die Veränderung \[Veränderungen]                     | change, alteration                                                           |
| zur Verfügung stehen // die Verfügung \[Verfügungen] | to be at (one's) disposal, on hand, available - person or metonymy // decree |
| verlangen \[verlangte \| verlangt]                   | to demand                                                                    |
| vorhanden                                            | available, existing                                                          |
| die Wahl \[Wahlen]                                   | choice; election                                                             |
| wenigstens                                           | at least 3                                                                   |
| die Wirklichkeit \[Wirklichkeiten]                   | reality, actuality                                                           |
| der Wunsch \[Wünsche]                                | wish                                                                         |
| zurzeit                                              | currently, presently \*                                                      |
| (sich) ergeben \[ergibt \| ergab \| ergeben]         | to result; (sich) to appear, emerge                                          |

### Exercise 2: Fill in the Blanks&#x20;

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

1. Sie hat die \_\_\_\_\_\_\_\_ getroffen, um das Projekt fortzusetzen.
2. Die \_\_\_\_\_\_\_\_ auf den Markt ist enorm.
3. Er hat die \_\_\_\_\_\_\_\_ , um das Projekt zu leiten.
4. Die \_\_\_\_\_\_\_\_ in der Gesellschaft sind deutlich.
5. Sie hat die \_\_\_\_\_\_\_\_ , um das Projekt zu unterstützen.
6. Die \_\_\_\_\_\_\_\_ in der Wirtschaft sind vorhanden.
7. Sie hat die \_\_\_\_\_\_\_\_ , um das Projekt zu leiten.
8. Die \_\_\_\_\_\_\_\_ in der Gesellschaft sind deutlich.
9. Sie hat die \_\_\_\_\_\_\_\_ , um das Projekt zu unterstützen.
10. Die \_\_\_\_\_\_\_\_ in der Wirtschaft sind vorhanden.

### Exercise 3: Sentence Translation&#x20;

Translate the following sentences from English to German using the vocabulary provided.

1. The decision to continue the project was made.
2. The influence on the market is enormous.
3. He has the permission to lead the project.
4. The changes in society are clear.
5. She has the support to continue the project.
6. The resources in the economy are available.
7. She has the wish to lead the project.
8. The changes in society are significant.
9. She has the support to continue the project.
10. The resources in the economy are existing.

### Exercise 4: Question and Answer&#x20;

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

`Q: Hat sie die Unterstützung, um das Projekt fortzusetzen?`&#x20;

`A: Ja, sie hat die Unterstützung, um das Projekt fortzusetzen.`


---

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