7.2.2.3.1 Bereichshervorhebungen

[gesichtete Version][gesichtete Version]
Keine Bearbeitungszusammenfassung
Zeile 200: Zeile 200:
! Altes Kursdesign
! Altes Kursdesign
! Neues Kursdesign
! Neues Kursdesign
! Code
|-
|-
| important-purple
| important-purple
| hint-box
| hint-box
| <source lang="xml">
<div class="hint-box">
<h4>…</h4>
<p>…</p>
</div>
</source>
|-
|-
| link-pink
| link-pink
| link-box
| link-box
| <source lang="xml">
<div class="link-box">
<h4>…</h4>
<p>…</p>
</div>
</source>
|-
|-
| task-blue
| task-blue
| exercise-box
| exercise-box
| <source lang="xml">
<div class="exercise-box">
<h4>…</h4>
<p>…</p>
</div>
</source>
|-
|-
| book-grey
| book-grey
| ?
| ?
|
|-
|-
| cal-green
| cal-green
Zeile 218: Zeile 238:
| quest-orange
| quest-orange
| ?
| ?
|
|-
|-
| example-green
| example-green
Zeile 224: Zeile 245:
| watch-turquoise
| watch-turquoise
| info-box
| info-box
| <source lang="xml">
<div class="info-box">
<h4>…</h4>
<p>…</p>
</div>
</source>
|-
|-
| zitat-blue
| zitat-blue
| ?
| ?
|
|-  
|-  
| paragraph-blue
| paragraph-blue
| ?
| ?
|
|-  
|-  
| quiz-green
| quiz-green
| exercise-box
| exercise-box
| <source lang="xml">
<div class="exercise-box">
<h4>…</h4>
<p>…</p>
</div>
</source>
|-  
|-  
| download-blue
| download-blue
| ? Ev. link-box
| ? Ev. link-box
| <source lang="xml">
<div class="link-box">
<h4>…</h4>
<p>…</p>
</div>
</source>
|-  
|-  
| pay-green
| pay-green
| (fällt weg?)
| (fällt weg?)
|
|-  
|-  
| forum-blue
| forum-blue
| ? Ev. exercise box?
| ? Ev. exercise box?
| <source lang="xml">
<div class="exercise-box">
<h4>…</h4>
<p>…</p>
</div>
</source>
|-  
|-  
| certificate-yellow
| certificate-yellow
| ?
| ?
|
|-  
|-  
| education-orange
| education-orange
| (fällt weg?)
| (fällt weg?)
|
|-  
|-  
| docs-grey
| docs-grey
| (fällt weg, später Literatur?)
| (fällt weg, später Literatur?)
|
|-  
|-  
| math-blue
| math-blue
| ?
| ?
|
|-
|-
|}
|}

Version vom 26. Februar 2024, 13:58 Uhr

Hint-Box (❗ in türkis)[]

Code
<div class="hint-box">
<h4></h4>
<p></p>
</div>

Info-Box (ℹ in dunkelblaub)[]

Code
<div class="info-box">
<h4></h4>
<p></p>
</div>

Link-Box (🔗 in gelb)[]

Code
<div class="link-box">
<h4></h4>
<p></p>
</div>

Important-Box (🚩 in rot)[]

Code
<div class="important-box">
<h4></h4>
<p></p>
</div>

Excercise-Box (🖊 in grün)[]

Code
<div class="exercise-box">
<h4></h4>
<p></p>
</div>

Custom-Box[]

Code
<div class="custom-icon-box" style="--color: #FF8000; --icon: '\F189';">
    <h4>Custom Box</h4>
    <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr[...]</p>
</div>

alte Hervorhebungen im mooin 1.0 Kursdesign[]

Diese funktionieren immer noch, mit dem neuen Kursdesign wurden aber die neuen Bereichshervorhebungen definiert (s.o.).

Aufgabe[]

Task-blue.png
Code
<div class="task-blue"><h4>Überschrift</h4><p>Text</p></div>


Bibliothek/Links[]

Book-grey.png
Code
<div class="book-grey"><h4>Überschrift</h4><p>Text</p></div>


Externer Link[]

Link-pink.png
Code
<div class="link-pink"><h4>Überschrift</h4><p>Text</p></div>


Termin[]

Cal-green.png
Code
<div class="cal-green"><h4>Überschrift</h4><p>Text</p></div>


Frage[]

Question-orange.png
Code
<div class="quest-orange"><h4>Überschrift</h4><p>Text</p></div>


Beispiel[]

Example-green.png
Code
<div class="example-green"><h4>Überschrift</h4><p>Text</p></div>


Vertiefung[]

Watch-turquoise.png
Code
<div class="watch-turquoise"><h4>Überschrift</h4><p>Text</p></div>


Zitate[]

Zitat-blue.png
Code
<div class="zitat-blue"><h4>Überschrift</h4><p>Text</p></div>


Gesetze und Paragraphen[]

Paragraph-blue.png
Code
<div class="paragraph-blue"><h4>Überschrift</h4><p>Text</p></div>


Quiz[]

Quiz-green.png
Code
<div class="quiz-green"><h4>Überschrift</h4><p>Text</p></div>


Wichtig/Hinweis/Idee[]

Important-purple.png
Code
<div class="important-purple"><h4>Überschrift</h4><p>Text</p></div>


Download[]

Download-blue.png
Code
<div class="download-blue"><h4>Überschrift</h4><p>Text</p></div>


Bezahlen[]

Pay-green.png
Code
<div class="pay-green"><h4>Überschrift</h4><p>Text</p></div>


Forum[]

Forum-blue.png
Code
<div class="forum-blue"><h4>Überschrift</h4><p>Text</p></div>


Zertifikat[]

Certificate-yellow.png
Code
<div class="certificate-yellow"><h4>Überschrift</h4><p>Text</p></div>


Online-Lernmaterial[]

Education-orange.png
Code
<div class="education-orange"><h4>Überschrift</h4><p>Text</p></div>


Verlinkte Datei[]

Docs-grey.png
Code
<div class="docs-grey"><h4>Überschrift</h4><p>Text</p></div>


Formel[]

Math-blue.png
Code
<div class="math-blue"><h4>Überschrift</h4><p>Text</p></div>

Übersicht zur Überführung[]

Wichtig

Dieser Bereich ist noch Diskussionsgrundlage und noch keine finale Empfehlung

Bei der Umstellung von Kursformaten können auch weiterhin die Bereichshervorhebungen des alten Kursdesigns verwendet werden. Sollen die neuen Bereichshervorhebungen verwendet werden, schlagen wir folgende Umformatierung vor:

Altes Kursdesign Neues Kursdesign Code
important-purple hint-box
<div class="hint-box">
<h4></h4>
<p></p>
</div>
link-pink link-box
<div class="link-box">
<h4></h4>
<p></p>
</div>
task-blue exercise-box
<div class="exercise-box">
<h4></h4>
<p></p>
</div>
book-grey ?
cal-green ?
quest-orange ?
example-green (fällt weg?)
watch-turquoise info-box
<div class="info-box">
<h4></h4>
<p></p>
</div>
zitat-blue ?
paragraph-blue ?
quiz-green exercise-box
<div class="exercise-box">
<h4></h4>
<p></p>
</div>
download-blue ? Ev. link-box
<div class="link-box">
<h4></h4>
<p></p>
</div>
pay-green (fällt weg?)
forum-blue ? Ev. exercise box?
<div class="exercise-box">
<h4></h4>
<p></p>
</div>
certificate-yellow ?
education-orange (fällt weg?)
docs-grey (fällt weg, später Literatur?)
math-blue ?