diff --git a/public/cycle-vie.png b/public/cycle-vie.png index 3f75283..3b0345a 100644 Binary files a/public/cycle-vie.png and b/public/cycle-vie.png differ diff --git a/public/dimensions.png b/public/dimensions.png deleted file mode 100644 index b78429e..0000000 Binary files a/public/dimensions.png and /dev/null differ diff --git a/public/domaines.png b/public/domaines.png new file mode 100644 index 0000000..dcaf4c6 Binary files /dev/null and b/public/domaines.png differ diff --git a/public/metiers.png b/public/metiers.png index d914c70..4b7387a 100644 Binary files a/public/metiers.png and b/public/metiers.png differ diff --git a/public/qr-code-miro.png b/public/qr-code-miro.png new file mode 100644 index 0000000..4592bfd Binary files /dev/null and b/public/qr-code-miro.png differ diff --git a/public/qr-code-warren.png b/public/qr-code-warren.png deleted file mode 100644 index 9f5729f..0000000 Binary files a/public/qr-code-warren.png and /dev/null differ diff --git a/public/vue-eleve-tdbp.png b/public/vue-eleve-tdbp.png new file mode 100644 index 0000000..309e60b Binary files /dev/null and b/public/vue-eleve-tdbp.png differ diff --git a/public/vue-enseignant-tdbp.png b/public/vue-enseignant-tdbp.png new file mode 100644 index 0000000..f24ffb1 Binary files /dev/null and b/public/vue-enseignant-tdbp.png differ diff --git a/slides.md b/slides.md index 844d4bf..a1990aa 100644 --- a/slides.md +++ b/slides.md @@ -19,6 +19,7 @@ transition: slide-left mdc: true # take snapshot for each slide in the overview overviewSnapshots: true +colorSchema: light --- # Les tableaux de bord pédagogiques chez FUN @@ -96,7 +97,7 @@ backgroundSize: 80% --- transition: fade-out layout: image -image: ./dimensions.png +image: ./domaines.png backgroundSize: 45% --- @@ -145,14 +146,14 @@ layout: default ## Indicateurs par ressource pédagogique -**Plugin Python pour le calcul des indicateurs** +Distribués par le projet [Warren](https://github.com/openfun/warren) -```bash -$ pip install warren-video -``` -
+Exemple du plugin video + +1. **[Plugin Python](https://pypi.org/project/warren-video/) pour le calcul des indicateurs** ```bash +$ pip install warren-video $ warren indicator list > warren_video.indicators:DailyCompletedViews @@ -162,13 +163,13 @@ $ warren indicator list > warren_video.indicators:DailyUniqueViews > warren_video.indicators:DailyViews ``` +
-**Packages NPM pour les visualisations des indicateurs** +2. **[Package NPM](https://www.npmjs.com/package/@openfun/warren-video) pour les visualisations des indicateurs** ```bash $ npm i @openfun/warren-video ``` - --- transition: fade-out layout: image @@ -178,6 +179,49 @@ backgroundSize: 80% ## Tableau de bord vidéo (V1) +--- +transition: fade-out +layout: default +--- + +## Créez vos tableaux de bord avec Warren ! + +Exemple du [projet TdbP](https://github.com/apui-avignon-university/warren-tdbp) impulsé par l'Université d'Avignon + +* Projet hébergé dans un repository Github dédié +* Utilisation des images Docker `core` de Warren (`api` pour créer les + indicateurs et `app` pour créer les dataviz) +* Développement d'un plugin dédié + +
+ +```bash +$ warren indicator list + +> warren_tdbp.indicators:SlidingWindowIndicator +> warren_tdbp.indicators:CohortIndicator +> warren_tdbp.indicators:ScoresIndicator +> warren_tdbp.indicators:GradesIndicator +``` + +--- +transition: fade-out +layout: image +image: ./vue-eleve-tdbp.png +backgroundSize: 90% +--- + +## Vue élève + +--- +transition: fade-out +layout: image +image: ./vue-enseignant-tdbp.png +backgroundSize: 80% +--- + +## Vue enseignant + --- transition: fade-out layout: section @@ -206,6 +250,32 @@ layout: center * Quelles ressources pédagogiques sont utiles à observer, selon vous ? +--- +transition: fade-out +layout: center +--- + +
+
+ + 👇 Scannez le QR ci-dessous pour accéder au tableau Miro de l'atelier 👇 + +
+ +
+
+ + + --- transition: fade-out layout: end @@ -217,24 +287,16 @@ layout: end
-👇 *Scannez les QR codes ci-dessous* 👇 +👇 *Scannez les QR codes ci-dessous pour retrouver les slides* 👇
-
+
- Slides - -
- -
-
- - Warren
- +
@@ -243,8 +305,8 @@ layout: end margin-top: 1rem; text-align: center; } -.logo { +.centered-image { display: block; - margin: 1rem auto 0; + margin: 1rem auto; /* Marges automatiques pour centrer horizontalement */ } \ No newline at end of file