SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
Personalisierung
Learning Design
&
Automatisierung mit
Moodle
based on Leclercq & Poumay
artwork by ADDL, University of Ulster
Personalisierung
Rollenwechsel
Personalisierung als
freie Auswahl
Moodle's übliche Personalisierung
Konzeptadaptierung
!
!
!
! !
!
! !
! !
!
!
!
!
!
Personalisierung in Moodle?
IMS Learning Design
IMS Learning Design
Voraussetzungen über
Gruppen machen
Personalisierung in Moodle
einfach
Moodle stellt nur wenige
Operatoren bereit
Keine didaktischen
Erweiterungsmöglichkeiten
Moodle
didaktisch
erweitern
Unterrichtskonzepte als Code
moodle-autopilot
hilft beim Automatisieren der
Moodle-Kursmoderation durch
von Skripte in Form von
didaktischen Intentionen.
https://github.com/dxiai/moodle-autopilot
Didaktische Arbeitsschritte
müssen „unabhängig“ von der
Moodle-Installation sein
Die Moodle API
bietet einen Plugin-freien Weg
zur didaktischen Erweiterung
+ System-Updates machen weniger Probleme
- Die Moodle API ist extrem kompliziert :/
Der Moodle Autopilot
fasst die Moodle API zu
didaktischen Intentionen
zusammen
- Personalisiertes Feedback
- Personalisierte Vertiefungen
- Kohortenmanagement
Didaktische Intentionen
Inspiriert durch
- Ansible
- GitLab Workflows
- GitHub Actions
Prozesse as Code
- name: Einfache Linux Administration
hosts: all
remote_user: multimico
become_method: sudo
become: true
tasks:
- name: apt update
apt:
update_cache: yes
- name: apt upgrade
apt:
upgrade: yes
- name: apt autoclean
apt:
autoclean: yes
- name: apt autoremove
apt:
autoremove: yes
Beispiel:
Ansible Workflow
name: Master Integration
on:
push:
branches:
- master
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npm run lint
Beispiel:
GitHub Actions
Moodle Autopilot Konzepte
1. Workflows
2. Actions
metadata:
title: Gruppen aus einer Excel Tabelle einrichten
environment:
url: https://moodle-test-ub.zhaw.ch
workflow:
- name: Demo Kurs
id: course
use: Course
with:
name: fifi
- use: Grouping::FromExcel
context:
- course
with:
file: test-examples/excel_grouping.xlsx
group: Gruppe
email: E-Mail
Workflow
Action
Action
metadata:
title: Gruppen aus einer Excel Tabelle einrichten
environment:
url: https://moodle-test-ub.zhaw.ch
workflow:
- name: Demo Kurs
id: course
use: Course
with:
name: fifi
- use: Grouping::FromExcel
context:
- course
with:
file: test-examples/excel_grouping.xlsx
group: Gruppe
email: E-Mail
Notiz
Operator
Parameter
metadata:
title: Gruppen aus einer Excel Tabelle einrichten
environment:
url: https://moodle-test-ub.zhaw.ch
workflow:
- name: Demo Kurs
id: course
use: Course
with:
name: fifi
- use: Grouping::FromExcel
context:
- course
with:
file: test-examples/excel_grouping.xlsx
group: Gruppe
email: E-Mail
Referenz
- Do what I mean-Prinzip
- Unterrichtsverlauf berücksichtigen
- Individuelle Entwicklung erlauben
Anforderungen an
didaktische Intentionen
metadata:
title: Studierende der High Flyer Gruppe nach Testat 1 zuweisen
environment:
url: https://moodle-test-ub.zhaw.ch
workflow:
- name: Demo Kurs
id: course
use: Course
with:
name: fifi
- use: Assignment
id: testat1
context:
- course
with:
activity: Testat1
- use: Grouping
context:
- course
with:
name: HiFlyer
condition:
- testat1.score >= 50
Voraussetzung
- Reproduzierbare Ausführungen
- Transparente Operationen
- Nachvollziehbare Ergebnisse
- Modularisierung durch Patterns
Umsetzung von
didaktischen Intentionen

Weitere ähnliche Inhalte

Mehr von Christian Glahn

Adaptive Learning Experiences across Devices: Leveraging Multi-Modal Learnin...
Adaptive Learning Experiences across Devices: Leveraging Multi-Modal Learnin...Adaptive Learning Experiences across Devices: Leveraging Multi-Modal Learnin...
Adaptive Learning Experiences across Devices: Leveraging Multi-Modal Learnin...Christian Glahn
 
Future Skills - Targetting curriculum innovation
Future Skills - Targetting curriculum innovationFuture Skills - Targetting curriculum innovation
Future Skills - Targetting curriculum innovationChristian Glahn
 
Flexibel in neuen Kontexten lernen
Flexibel in neuen Kontexten lernenFlexibel in neuen Kontexten lernen
Flexibel in neuen Kontexten lernenChristian Glahn
 
Mobiles Lernen gestalten
Mobiles Lernen gestaltenMobiles Lernen gestalten
Mobiles Lernen gestaltenChristian Glahn
 
The Multiple Apps and Devices of Swiss Freshmen University Students
The Multiple Apps and Devices of Swiss Freshmen University StudentsThe Multiple Apps and Devices of Swiss Freshmen University Students
The Multiple Apps and Devices of Swiss Freshmen University StudentsChristian Glahn
 
Getting Ready for the EC-TEL Doctoral Consortium
Getting Ready for the EC-TEL Doctoral ConsortiumGetting Ready for the EC-TEL Doctoral Consortium
Getting Ready for the EC-TEL Doctoral ConsortiumChristian Glahn
 
Design Thinking for Technology Enhanced Learning
Design Thinking for Technology Enhanced LearningDesign Thinking for Technology Enhanced Learning
Design Thinking for Technology Enhanced LearningChristian Glahn
 
Designing Mobile Inquiry-based Learning Activities: Learners' Agency and Tech...
Designing Mobile Inquiry-based Learning Activities: Learners' Agency and Tech...Designing Mobile Inquiry-based Learning Activities: Learners' Agency and Tech...
Designing Mobile Inquiry-based Learning Activities: Learners' Agency and Tech...Christian Glahn
 
Design Thinking for Learning Analytics
Design Thinking for Learning AnalyticsDesign Thinking for Learning Analytics
Design Thinking for Learning AnalyticsChristian Glahn
 
Learning Design for Teachers in a Hurry
Learning Design for Teachers in a HurryLearning Design for Teachers in a Hurry
Learning Design for Teachers in a HurryChristian Glahn
 
Integrating Native Mobile Apps into Institutional Ed-Tech Ecosystems
Integrating Native Mobile Apps into Institutional Ed-Tech EcosystemsIntegrating Native Mobile Apps into Institutional Ed-Tech Ecosystems
Integrating Native Mobile Apps into Institutional Ed-Tech EcosystemsChristian Glahn
 
How short can you make learning?
How short can you make learning?How short can you make learning?
How short can you make learning?Christian Glahn
 
Getting Ready for the ECTEL Doctoral Consortium, Part 2
Getting Ready for the ECTEL Doctoral Consortium, Part 2Getting Ready for the ECTEL Doctoral Consortium, Part 2
Getting Ready for the ECTEL Doctoral Consortium, Part 2Christian Glahn
 
Getting Ready for the ECTEL Doctoral Consortium, Part 1
Getting Ready for the ECTEL Doctoral Consortium, Part 1Getting Ready for the ECTEL Doctoral Consortium, Part 1
Getting Ready for the ECTEL Doctoral Consortium, Part 1Christian Glahn
 
10th eduhub days, 18 years Swiss Virtual Campus - looking back and looking fo...
10th eduhub days, 18 years Swiss Virtual Campus - looking back and looking fo...10th eduhub days, 18 years Swiss Virtual Campus - looking back and looking fo...
10th eduhub days, 18 years Swiss Virtual Campus - looking back and looking fo...Christian Glahn
 
Augmented Learning for the Digital Campus
Augmented Learning for the Digital CampusAugmented Learning for the Digital Campus
Augmented Learning for the Digital CampusChristian Glahn
 
Blended Learning Konkret
Blended Learning KonkretBlended Learning Konkret
Blended Learning KonkretChristian Glahn
 
Blended Learning mit Moodle
Blended Learning mit MoodleBlended Learning mit Moodle
Blended Learning mit MoodleChristian Glahn
 
edu-ID Mobile App for Smart Environments
edu-ID Mobile App for Smart Environmentsedu-ID Mobile App for Smart Environments
edu-ID Mobile App for Smart EnvironmentsChristian Glahn
 
EduID Mobile App - Use-Cases, Concepts and Implementation
EduID Mobile App - Use-Cases, Concepts and ImplementationEduID Mobile App - Use-Cases, Concepts and Implementation
EduID Mobile App - Use-Cases, Concepts and ImplementationChristian Glahn
 

Mehr von Christian Glahn (20)

Adaptive Learning Experiences across Devices: Leveraging Multi-Modal Learnin...
Adaptive Learning Experiences across Devices: Leveraging Multi-Modal Learnin...Adaptive Learning Experiences across Devices: Leveraging Multi-Modal Learnin...
Adaptive Learning Experiences across Devices: Leveraging Multi-Modal Learnin...
 
Future Skills - Targetting curriculum innovation
Future Skills - Targetting curriculum innovationFuture Skills - Targetting curriculum innovation
Future Skills - Targetting curriculum innovation
 
Flexibel in neuen Kontexten lernen
Flexibel in neuen Kontexten lernenFlexibel in neuen Kontexten lernen
Flexibel in neuen Kontexten lernen
 
Mobiles Lernen gestalten
Mobiles Lernen gestaltenMobiles Lernen gestalten
Mobiles Lernen gestalten
 
The Multiple Apps and Devices of Swiss Freshmen University Students
The Multiple Apps and Devices of Swiss Freshmen University StudentsThe Multiple Apps and Devices of Swiss Freshmen University Students
The Multiple Apps and Devices of Swiss Freshmen University Students
 
Getting Ready for the EC-TEL Doctoral Consortium
Getting Ready for the EC-TEL Doctoral ConsortiumGetting Ready for the EC-TEL Doctoral Consortium
Getting Ready for the EC-TEL Doctoral Consortium
 
Design Thinking for Technology Enhanced Learning
Design Thinking for Technology Enhanced LearningDesign Thinking for Technology Enhanced Learning
Design Thinking for Technology Enhanced Learning
 
Designing Mobile Inquiry-based Learning Activities: Learners' Agency and Tech...
Designing Mobile Inquiry-based Learning Activities: Learners' Agency and Tech...Designing Mobile Inquiry-based Learning Activities: Learners' Agency and Tech...
Designing Mobile Inquiry-based Learning Activities: Learners' Agency and Tech...
 
Design Thinking for Learning Analytics
Design Thinking for Learning AnalyticsDesign Thinking for Learning Analytics
Design Thinking for Learning Analytics
 
Learning Design for Teachers in a Hurry
Learning Design for Teachers in a HurryLearning Design for Teachers in a Hurry
Learning Design for Teachers in a Hurry
 
Integrating Native Mobile Apps into Institutional Ed-Tech Ecosystems
Integrating Native Mobile Apps into Institutional Ed-Tech EcosystemsIntegrating Native Mobile Apps into Institutional Ed-Tech Ecosystems
Integrating Native Mobile Apps into Institutional Ed-Tech Ecosystems
 
How short can you make learning?
How short can you make learning?How short can you make learning?
How short can you make learning?
 
Getting Ready for the ECTEL Doctoral Consortium, Part 2
Getting Ready for the ECTEL Doctoral Consortium, Part 2Getting Ready for the ECTEL Doctoral Consortium, Part 2
Getting Ready for the ECTEL Doctoral Consortium, Part 2
 
Getting Ready for the ECTEL Doctoral Consortium, Part 1
Getting Ready for the ECTEL Doctoral Consortium, Part 1Getting Ready for the ECTEL Doctoral Consortium, Part 1
Getting Ready for the ECTEL Doctoral Consortium, Part 1
 
10th eduhub days, 18 years Swiss Virtual Campus - looking back and looking fo...
10th eduhub days, 18 years Swiss Virtual Campus - looking back and looking fo...10th eduhub days, 18 years Swiss Virtual Campus - looking back and looking fo...
10th eduhub days, 18 years Swiss Virtual Campus - looking back and looking fo...
 
Augmented Learning for the Digital Campus
Augmented Learning for the Digital CampusAugmented Learning for the Digital Campus
Augmented Learning for the Digital Campus
 
Blended Learning Konkret
Blended Learning KonkretBlended Learning Konkret
Blended Learning Konkret
 
Blended Learning mit Moodle
Blended Learning mit MoodleBlended Learning mit Moodle
Blended Learning mit Moodle
 
edu-ID Mobile App for Smart Environments
edu-ID Mobile App for Smart Environmentsedu-ID Mobile App for Smart Environments
edu-ID Mobile App for Smart Environments
 
EduID Mobile App - Use-Cases, Concepts and Implementation
EduID Mobile App - Use-Cases, Concepts and ImplementationEduID Mobile App - Use-Cases, Concepts and Implementation
EduID Mobile App - Use-Cases, Concepts and Implementation
 

Personalisierung, Learning Design und Automatisierung mit Moodle