From fc6312233b224f88e35142b3ca8a0964b43a5cd2 Mon Sep 17 00:00:00 2001
From: Traboulsi <salam.traboulsi@hft-stuttgart.de>
Date: Fri, 13 Sep 2024 14:04:57 +0000
Subject: [PATCH] Update public/learning-analytics.html

---
 public/learning-analytics.html | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/public/learning-analytics.html b/public/learning-analytics.html
index 7496748..1292869 100644
--- a/public/learning-analytics.html
+++ b/public/learning-analytics.html
@@ -82,12 +82,9 @@
       <div class="diagram-container">
         <svg width="800" height="700" viewBox="0 0 800 700" xmlns="http://www.w3.org/2000/svg">
           <!-- Rectangle: Lerninmaterialien und Evaluationswerkzeuge -->
-          <rect x="50" y="50" width="200" height="100" class="rect"/>
-          <text x="150" y="90" class="text">Lerninmaterialien und</text>
-          <text x="150" y="110" class="text">Evaluationswerkzeuge</text>
-          <text x="150" y="140" class="small-text">Moodle</text>
-          <text x="150" y="160" class="small-text">Unipark</text>
-          <text x="150" y="180" class="small-text">thaVR</text>
+          <rect x="50" y="50" width="400" height="200" class="rect"/>
+          <text x="150" y="90" class="text">Lerninmaterialien und Evaluationswerkzeuge</text>
+          <text x="150" y="140" class="small-text">Moodle <br> Unipark <br> VR</text>
           
           <!-- Arrow to Erfasste Daten -->
           <line x1="150" y1="200" x2="150" y2="230" class="arrow"/>
-- 
GitLab