> For the complete documentation index, see [llms.txt](https://docs.eduplex.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eduplex.eu/adaptive-lernkonzepte/2.-prototypische-entwicklungen-auf-lernszenario-ebene/2.3-kollaboratives-lernen.md).

# 2.3 Kollaboratives Lernen

Für kollaborative Lernszenarien wurde im Projekt ein innovatives und praxisnahes Lernformat in Form eines sogenannten ***Business Action Games*** entwickelt. Dieses stellt nicht klassisch das Spiel, sondern vielmehr die Simulation realer Arbeitssituationen ins Zentrum und fördert so gezielt Future Skills und überfachliche Kompetenzen. Die Teilnehmenden bearbeiten dabei über einen bestimmten Zeitraum hinweg täglich praxisorientierte Mikro-Challenges im Team, erhalten dazu passende Tools und Lerninhalte und reichen als Ergebnis kurze Video-Reflexionen ein, die Peer-Feedback auslösen. Der tägliche Aufwand für den einzelnen Lernenden beträgt dabei ca. 1 Stunde. Die kollektive Erfahrung, der tägliche Austausch sowie die Feedbackkultur stehen dabei im Vordergrund.

Didaktisch wird das Konzept durch folgende technologischen Entwicklungen gestützt, welche im EduPLEx\_API-Prototypen implementiert wurden:

·         Standardisierung von Lerndaten

·         Dashboards für Learning Analytics

·         Skill-Profil-Erstellung über Feedback

·         Dynamische Peer-Zuordnung

·         Integration von Gamification-Elementen

Ein zentrales Element ist die tägliche Feedback-Routine: Jeder Lernende bewertet zwei zufällig zugewiesene Peer-Beiträge, was nicht nur zur Entwicklung eigener Feedback-Kompetenz beiträgt, sondern zugleich wertvolle Daten für die kontinuierliche Weiterentwicklung der individuellen Future Skill Map liefert. Diese visualisiert die eigene Kompetenzentwicklung und erlaubt den Vergleich zwischen Selbst- und Fremdeinschätzung.

&#x20;Das Konzept wurde im Spiel „Team Trouble – das kollaborative Business Action Game“ prototypisch als 5-tägiges Teaser-Programm umgesetzt und erfolgreich in unsere LXP integriert. Ein vollständiger Spieldurchlauf wurde im Rahmen des **INVITE Tool-Check 2.0** (März 2024) durchgeführt und zeigte eine hohe Akzeptanz und positives Feedback.


---

# 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://docs.eduplex.eu/adaptive-lernkonzepte/2.-prototypische-entwicklungen-auf-lernszenario-ebene/2.3-kollaboratives-lernen.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.
