diff --git a/AdLerDokumentation/Writerside/topics/Auflistung-der-Anforderungen-Engine.md b/AdLerDokumentation/Writerside/topics/Auflistung-der-Anforderungen-Engine.md
index 7d7b036..88938e6 100644
--- a/AdLerDokumentation/Writerside/topics/Auflistung-der-Anforderungen-Engine.md
+++ b/AdLerDokumentation/Writerside/topics/Auflistung-der-Anforderungen-Engine.md
@@ -50,13 +50,13 @@ Hier werden automatisch die Anforderungen aus dem Anforderungsdokument eingefüg
| [Avatar Schuhfarbe auswählen (EZZ0047)](EZZ0047.md) | **0** | - |
| [Bewegung zu Laufziel durchführen (EZZ0014)](EZZ0014.md) | 1 | [AvatarController.test.ts:118](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Avatar/AvatarController.test.ts#L118) |
| [Bug-Report erstellen (ELG0015)](ELG0015.md) | 2 | [BugReportButton.test.tsx:8](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/ReactRelated/ReactBaseComponents/BugReportButton.test.tsx#L8)
[BugReportButton.test.tsx:12](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/ReactRelated/ReactBaseComponents/BugReportButton.test.tsx#L12) |
-| [Charakteranimationen anzeigen (EZZ0018)](EZZ0018.md) | 10 | [AvatarView.test.ts:145](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Avatar/AvatarView.test.ts#L145)
[CharacterAnimator.test.ts:68](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L68)
[CharacterAnimator.test.ts:84](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L84)
[CharacterAnimator.test.ts:95](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L95)
[CharacterAnimator.test.ts:108](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L108)
[CharacterAnimator.test.ts:147](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L147)
[CharacterAnimator.test.ts:158](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L158)
[CharacterAnimator.test.ts:220](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L220)
[CharacterAnimator.test.ts:239](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L239)
[StoryNPCView.test.ts:253](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L253) |
+| [Charakteranimationen anzeigen (EZZ0018)](EZZ0018.md) | 10 | [AvatarView.test.ts:145](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Avatar/AvatarView.test.ts#L145)
[CharacterAnimator.test.ts:68](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L68)
[CharacterAnimator.test.ts:84](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L84)
[CharacterAnimator.test.ts:95](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L95)
[CharacterAnimator.test.ts:108](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L108)
[CharacterAnimator.test.ts:147](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L147)
[CharacterAnimator.test.ts:158](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L158)
[CharacterAnimator.test.ts:220](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L220)
[CharacterAnimator.test.ts:239](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterAnimator/CharacterAnimator.test.ts#L239)
[StoryNPCView.test.ts:259](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L259) |
| [Charakterbewegung nach Timeout abbrechen (EZZ0019)](EZZ0019.md) | 3 | [CharacterNavigator.test.ts:143](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterNavigator/CharacterNavigator.test.ts#L143)
[CharacterNavigator.test.ts:156](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterNavigator/CharacterNavigator.test.ts#L156)
[CharacterNavigator.test.ts:167](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/CharacterNavigator/CharacterNavigator.test.ts#L167) |
| [Erfolgreicher Login (EZZ0003)](EZZ0003.md) | 1 | [LoginUseCase.test.ts:102](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/Login/LoginUseCase.test.ts#L102) |
| [Externes Lernelement Inhalte laden (EWE0045)](EWE0045.md) | 1 | [LoadExternalLearningElementUseCase.test.ts:164](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/Adaptivity/LoadExternalLearningElementUseCase/LoadExternalLearningElementUseCase.test.ts#L164) |
| [Fehlgeschlagener Login (EZZ0005)](EZZ0005.md) | 1 | [LoginUseCase.test.ts:115](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/Login/LoginUseCase.test.ts#L115) |
| [Fenster anzeigen (ELG0020)](ELG0020.md) | 1 | [LearningSpacePresenter.test.ts:269](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/LearningSpaces/LearningSpacePresenter.test.ts#L269) |
-| [Fokus auswählen (EZZ0031)](EZZ0031.md) | 2 | [AvatarFocusSelection.test.ts:88](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Avatar/FocusSelection/AvatarFocusSelection.test.ts#L88)
[StoryNPCView.test.ts:574](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L574) |
+| [Fokus auswählen (EZZ0031)](EZZ0031.md) | 2 | [AvatarFocusSelection.test.ts:88](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Avatar/FocusSelection/AvatarFocusSelection.test.ts#L88)
[StoryNPCView.test.ts:580](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L580) |
| [Fragen anzeigen (EWE0012)](EWE0012.md) | 2 | [AdaptivityElementPresenter.test.ts:437](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Adaptivity/AdaptivityElement/AdaptivityElementPresenter.test.ts#L437)
[AdaptivityElementQuestionSelection.test.tsx:7](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Adaptivity/AdaptivityElement/UIComponents/AdaptivityElementQuestionSelection.test.tsx#L7) |
| [H5P Lernelemente bearbeiten (ELG0030)](ELG0030.md) | 2 | [H5PContentView.test.tsx:42](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/LearningElementModal/SubComponents/H5PContentView.test.tsx#L42)
[PrimitiveH5PContent.test.tsx:26](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/LearningElementModal/SubComponents/PrimitiveH5PContent.test.tsx#L26) |
| [Hilfe anzeigen (ELG0012)](ELG0012.md) | 1 | [HelpDeskButtonView.test.tsx:12](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/GeneralComponents/HelpDeskButton/HelpDeskButtonView.test.tsx#L12) |
@@ -112,15 +112,15 @@ Hier werden automatisch die Anforderungen aus dem Anforderungsdokument eingefüg
| [Primitives Lernelement werten (EZZ0009)](EZZ0009.md) | 1 | [ScoreLearningElementUseCase.test.ts:141](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/ScoreLearningElement/ScoreLearningElementUseCase.test.ts#L141) |
| [Single-Response Fragen des Adaptivitätselements bearbeiten (EWE0008)](EWE0008.md) | 4 | [AdaptivityElementAnswerSelection.test.tsx:35](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Adaptivity/AdaptivityElement/UIComponents/AdaptivityElementAnswerSelection.test.tsx#L35)
[AdaptivityElementAnswerSelection.test.tsx:93](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Adaptivity/AdaptivityElement/UIComponents/AdaptivityElementAnswerSelection.test.tsx#L93)
[AdaptivityElementAnswerSelection.test.tsx:126](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Adaptivity/AdaptivityElement/UIComponents/AdaptivityElementAnswerSelection.test.tsx#L126)
[AdaptivityElementAnswerSelection.test.tsx:160](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Adaptivity/AdaptivityElement/UIComponents/AdaptivityElementAnswerSelection.test.tsx#L160) |
| [Steuerungserklärung anzeigen (EZZ0033)](EZZ0033.md) | 1 | [ControlsExplanationModal.test.tsx:28](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/GeneralComponents/ControlsExplanationModal/ControlsExplanationModal.test.tsx#L28) |
-| [Storyelement anklicken (EWE0039)](EWE0039.md) | 6 | [StoryNPCController.test.ts:103](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCController.test.ts#L103)
[StoryNPCController.test.ts:113](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCController.test.ts#L113)
[StoryNPCPresenter.test.ts:50](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L50)
[StoryNPCPresenter.test.ts:59](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L59)
[StoryNPCView.test.ts:185](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L185)
[StoryNPCView.test.ts:311](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L311) |
-| [Storyelement Cutscene ausführen (EZZ0026)](EZZ0026.md) | 3 | [StoryNPCPresenter.test.ts:77](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L77)
[StoryNPCView.test.ts:404](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L404)
[StoryNPCView.test.ts:424](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L424) |
+| [Storyelement anklicken (EWE0039)](EWE0039.md) | 6 | [StoryNPCController.test.ts:103](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCController.test.ts#L103)
[StoryNPCController.test.ts:113](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCController.test.ts#L113)
[StoryNPCPresenter.test.ts:50](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L50)
[StoryNPCPresenter.test.ts:59](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L59)
[StoryNPCView.test.ts:191](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L191)
[StoryNPCView.test.ts:317](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L317) |
+| [Storyelement Cutscene ausführen (EZZ0026)](EZZ0026.md) | 3 | [StoryNPCPresenter.test.ts:77](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L77)
[StoryNPCView.test.ts:410](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L410)
[StoryNPCView.test.ts:430](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L430) |
| [Storyelement highlighten (ELG0031)](ELG0031.md) | **0** | - |
-| [Storyelement Idle Zustand darstellen (EZZ0024)](EZZ0024.md) | 4 | [StoryNPCPresenter.test.ts:68](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L68)
[StoryNPCView.test.ts:329](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L329)
[StoryNPCView.test.ts:364](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L364)
[StoryNPCView.test.ts:379](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L379) |
+| [Storyelement Idle Zustand darstellen (EZZ0024)](EZZ0024.md) | 4 | [StoryNPCPresenter.test.ts:68](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L68)
[StoryNPCView.test.ts:335](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L335)
[StoryNPCView.test.ts:370](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L370)
[StoryNPCView.test.ts:385](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L385) |
| [Storyelement laden (EZZ0006)](EZZ0006.md) | 3 | [LoadLearningWorldUseCase.test.ts:574](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/LoadLearningWorld/LoadLearningWorldUseCase.test.ts#L574)
[LoadLearningWorldUseCase.test.ts:621](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/LoadLearningWorld/LoadLearningWorldUseCase.test.ts#L621)
[LoadLearningWorldUseCase.test.ts:672](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/LoadLearningWorld/LoadLearningWorldUseCase.test.ts#L672) |
| [Storyelement Modell anzeigen (EZZ0022)](EZZ0022.md) | 4 | [LearningSpacePresenter.test.ts:285](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/LearningSpaces/LearningSpacePresenter.test.ts#L285)
[StoryNPCView.test.ts:108](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L108)
[StoryNPCView.test.ts:121](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L121)
[StoryNPCView.test.ts:140](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L140) |
-| [Storyelement Modell platzieren (EZZ0023)](EZZ0023.md) | 3 | [StoryNPCBuilder.test.ts:112](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCBuilder.test.ts#L112)
[StoryNPCView.test.ts:200](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L200)
[StoryNPCView.test.ts:226](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L226) |
+| [Storyelement Modell platzieren (EZZ0023)](EZZ0023.md) | 3 | [StoryNPCBuilder.test.ts:112](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCBuilder.test.ts#L112)
[StoryNPCView.test.ts:206](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L206)
[StoryNPCView.test.ts:232](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L232) |
| [Storyelement Tooltip anzeigen (ELG0023)](ELG0023.md) | 2 | [StoryNPCController.test.ts:48](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCController.test.ts#L48)
[StoryNPCController.test.ts:72](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCController.test.ts#L72) |
-| [Storyelement Zufällige Bewegung durchführen (EZZ0025)](EZZ0025.md) | 5 | [StoryNPCPresenter.test.ts:86](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L86)
[StoryNPCView.test.ts:348](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L348)
[StoryNPCView.test.ts:451](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L451)
[StoryNPCView.test.ts:473](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L473)
[StoryNPCView.test.ts:503](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L503) |
+| [Storyelement Zufällige Bewegung durchführen (EZZ0025)](EZZ0025.md) | 5 | [StoryNPCPresenter.test.ts:86](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L86)
[StoryNPCView.test.ts:354](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L354)
[StoryNPCView.test.ts:457](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L457)
[StoryNPCView.test.ts:479](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L479)
[StoryNPCView.test.ts:509](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCView.test.ts#L509) |
| [Storyelement-Cutscene beenden (EWE0043)](EWE0043.md) | 6 | [EndStoryElementCutSceneUseCase.test.ts:41](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/EndStoryElementCutScene/EndStoryElementCutSceneUseCase.test.ts#L41)
[EndStoryElementCutSceneUseCase.test.ts:54](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/EndStoryElementCutScene/EndStoryElementCutSceneUseCase.test.ts#L54)
[AvatarPresenter.test.ts:37](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Avatar/AvatarPresenter.test.ts#L37)
[AvatarCameraPresenter.test.ts:25](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/AvatarCamera/AvatarCameraPresenter.test.ts#L25)
[DoorPresenter.test.ts:87](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorPresenter.test.ts#L87)
[StoryNPCPresenter.test.ts:86](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/StoryNPC/StoryNPCPresenter.test.ts#L86) |
| [Storyelement-Inhalt anzeigen (EWE0040)](EWE0040.md) | 6 | [StoryElement.test.tsx:90](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElement.test.tsx#L90)
[StoryElement.test.tsx:103](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElement.test.tsx#L103)
[StoryElement.test.tsx:117](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElement.test.tsx#L117)
[StoryElement.test.tsx:132](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElement.test.tsx#L132)
[StoryElementController.test.ts:69](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElementController.test.ts#L69)
[StoryElementController.test.ts:77](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElementController.test.ts#L77) |
| [Storyelement-Inhalt schließen (EWE0041)](EWE0041.md) | 2 | [StoryElement.test.tsx:67](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElement.test.tsx#L67)
[StoryElement.test.tsx:77](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/StoryElement/StoryElement.test.tsx#L77) |
@@ -130,9 +130,9 @@ Hier werden automatisch die Anforderungen aus dem Anforderungsdokument eingefüg
| [Tür Tooltip anzeigen (ELG0022)](ELG0022.md) | 2 | [DoorController.test.ts:46](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorController.test.ts#L46)
[DoorController.test.ts:53](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorController.test.ts#L53) |
| [Türdialogfenster anzeigen (EWE0032)](EWE0032.md) | 8 | [DoorController.test.ts:70](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorController.test.ts#L70)
[DoorController.test.ts:81](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorController.test.ts#L81)
[ExitModal.test.tsx:65](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/ExitModal/ExitModal.test.tsx#L65)
[ExitModal.test.tsx:90](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/ExitModal/ExitModal.test.tsx#L90)
[ExitModal.test.tsx:115](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/ExitModal/ExitModal.test.tsx#L115)
[ExitModal.test.tsx:140](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/ExitModal/ExitModal.test.tsx#L140)
[ExitModal.test.tsx:165](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/ExitModal/ExitModal.test.tsx#L165)
[ExitModal.test.tsx:190](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/ExitModal/ExitModal.test.tsx#L190) |
| [Türdialogfenster schließen (EWE0033)](EWE0033.md) | 2 | [ExitModal.test.tsx:32](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/ExitModal/ExitModal.test.tsx#L32)
[ExitModal.test.tsx:50](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/React/LearningSpaceDisplay/ExitModal/ExitModal.test.tsx#L50) |
-| [Türen animieren (ELG0033)](ELG0033.md) | 3 | [DoorView.test.ts:75](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L75)
[DoorView.test.ts:141](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L141)
[DoorView.test.ts:191](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L191) |
-| [Türen anklicken (EWE0031)](EWE0031.md) | 1 | [DoorView.test.ts:242](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L242) |
-| [Türen anzeigen (ELG0019)](ELG0019.md) | 6 | [DoorView.test.ts:98](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L98)
[DoorView.test.ts:155](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L155)
[DoorView.test.ts:171](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L171)
[DoorView.test.ts:255](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L255)
[LearningSpacePresenter.test.ts:237](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/LearningSpaces/LearningSpacePresenter.test.ts#L237)
[LearningSpacePresenter.test.ts:253](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/LearningSpaces/LearningSpacePresenter.test.ts#L253) |
-| [Türen highlighten (ELG0018)](ELG0018.md) | 2 | [DoorView.test.ts:210](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L210)
[DoorView.test.ts:225](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L225) |
+| [Türen animieren (ELG0033)](ELG0033.md) | 3 | [DoorView.test.ts:77](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L77)
[DoorView.test.ts:157](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L157)
[DoorView.test.ts:223](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L223) |
+| [Türen anklicken (EWE0031)](EWE0031.md) | 1 | [DoorView.test.ts:280](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L280) |
+| [Türen anzeigen (ELG0019)](ELG0019.md) | 6 | [DoorView.test.ts:104](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L104)
[DoorView.test.ts:177](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L177)
[DoorView.test.ts:197](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L197)
[DoorView.test.ts:293](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L293)
[LearningSpacePresenter.test.ts:237](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/LearningSpaces/LearningSpacePresenter.test.ts#L237)
[LearningSpacePresenter.test.ts:253](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/LearningSpaces/LearningSpacePresenter.test.ts#L253) |
+| [Türen highlighten (ELG0018)](ELG0018.md) | 2 | [DoorView.test.ts:248](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L248)
[DoorView.test.ts:263](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Door/DoorView.test.ts#L263) |
| [Umgebung anzeigen (ELG0021)](ELG0021.md) | 2 | [AmbienceBuilder.test.ts:21](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Ambience/AmbienceBuilder.test.ts#L21)
[AmbienceView.test.ts:43](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Presentation/Babylon/Ambience/AmbienceView.test.ts#L43) |
| [Vorangegangene und nachfolgende Lernräume ermitteln (EWE0029)](EWE0029.md) | 1 | [GetLearningSpacePrecursorAndSuccessorUseCase.test.ts:95](https://github.com/ProjektAdLer/2D_3D_AdLer/blob/main/src/Components/CoreTest/Application/UseCases/GetLearningSpacePrecursorAndSuccessor/GetLearningSpacePrecursorAndSuccessorUseCase.test.ts#L95) |
\ No newline at end of file