> For the complete documentation index, see [llms.txt](https://prof.aheil.de/seks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prof.aheil.de/seks/lab-03-personas.md).

# Lab 03: Personas

### Aufgabe 1:

Erstellen Sie *3 Personas*, die typische Archetypen von Anwendern für die Lernplattform ILIAS widerspiegeln. Entwerfen Sie die Personas so, dass die Eigenschaften und Charakteristika möglichst die spezifischen Eigenschaften während der Arbeit mit dem System widerspiegeln. Dem Entwickler-Team dienen diese Personas als Orientierung bei der Entwicklung der User Stories.

**Hinweis**: Nutzen Sie bereitgestellten Vorlagen für Personas aus der Vorlesung.

### Aufgabe 2:

Erstellen Sie 5 User Stories nach der Schablone von Mike Cohn.

* Es muss zu jeder zuvor erstellen Persona mind. eine User Storie geben.
* Achten Sie darauf, dass Sie ausschließlich die definierten Personas verwenden.
* Wählen Sie eine sinnvolle und nachvollziehbare Begründung bzw. Mehrwert für die jeweilige Story, die in Bezug zur jeweiligen Persona steht.
* Die in den Stories geforderten Features sollen sich auf Ihren Wissenstand im Umgang mit ILIAS beziehen (legen Sie die von Ihnen genutzte Version von ILIAS zugrunde).
* Führen Sie zu jeder User Story mind. 3 Akzeptanzkriterien auf, die bei einer Abnahme der User Story durch den Product Owner geprüft werden können (und durch das Team vorgestellt werden können).
* Für jede Story beschreiben Sie die Achten Sie darauf, dass jede Story dem INVEST Prinzip entspricht.

\
\ <br>


---

# 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://prof.aheil.de/seks/lab-03-personas.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.
