Commit aa1d6c59 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/learning-analytics.html, public/assets/css/main.css, public/adaptives-testen.html

parent 61b8a657
Pipeline #11398 passed with stage
in 9 seconds
......@@ -49,7 +49,7 @@
<p>
Die Arbeitspakete im Bereich „Adaptives Testen“ zielen auf die Entwicklung KI-gestützter Testformate, die sich dynamisch an das individuelle Wissen der Lernenden anpassen. Die vier Unterpakete umfassen die Integration adaptiver Tools, Bewertungstechnologien, maschinelle Komplexitätsanalyse sowie die begleitende Evaluation und Dokumentation.
</p>
<div class="image-frame my-4">
<div class="image-frame">
<img src="assets/img/adaptives-testen.png" alt="Dashboard-Ansicht adaptives Testen" class="img-fluid">
<p class="fst-italic text-center">Abbildung: Interface des adaptiven Testsystems (Pilotphase)</p>
</div>
......
......@@ -3465,4 +3465,23 @@ body {
.entry-line:hover {
border-color: #007bff; /* blaue Linie beim Hover */
}
.image-frame {
width: 100%;
max-width: 600px;
height: 350px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
border: 1px solid #ddd;
margin: 1rem auto;
background: #f8f9fa;
}
.image-frame img {
height: 100%;
width: auto;
object-fit: contain;
}
/* ---- End New Service -- added Juni 2025 ***/
......@@ -60,25 +60,7 @@
</ul>
<div class="container">
<style>
.image-frame {
width: 100%;
max-width: 600px;
height: 350px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
border: 1px solid #ddd;
margin: 1rem auto;
background: #f8f9fa;
}
.image-frame img {
height: 100%;
width: auto;
object-fit: contain;
}
</style>
<h3>LA-Infrastruktur (AP 3.1)</h3>
<ul>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment