[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 | ||
| ? | | ? | ||
| | |||
|- | |- | ||
|} | |} |
<div class="hint-box">
<h4>…</h4>
<p>…</p>
</div>
<div class="info-box">
<h4>…</h4>
<p>…</p>
</div>
<div class="link-box">
<h4>…</h4>
<p>…</p>
</div>
<div class="important-box">
<h4>…</h4>
<p>…</p>
</div>
<div class="exercise-box">
<h4>…</h4>
<p>…</p>
</div>
<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>
Diese funktionieren immer noch, mit dem neuen Kursdesign wurden aber die neuen Bereichshervorhebungen definiert (s.o.).
<div class="task-blue"><h4>Überschrift</h4><p>Text</p></div>
<div class="book-grey"><h4>Überschrift</h4><p>Text</p></div>
<div class="link-pink"><h4>Überschrift</h4><p>Text</p></div>
<div class="cal-green"><h4>Überschrift</h4><p>Text</p></div>
<div class="quest-orange"><h4>Überschrift</h4><p>Text</p></div>
<div class="example-green"><h4>Überschrift</h4><p>Text</p></div>
<div class="watch-turquoise"><h4>Überschrift</h4><p>Text</p></div>
<div class="zitat-blue"><h4>Überschrift</h4><p>Text</p></div>
<div class="paragraph-blue"><h4>Überschrift</h4><p>Text</p></div>
<div class="quiz-green"><h4>Überschrift</h4><p>Text</p></div>
<div class="important-purple"><h4>Überschrift</h4><p>Text</p></div>
<div class="download-blue"><h4>Überschrift</h4><p>Text</p></div>
<div class="pay-green"><h4>Überschrift</h4><p>Text</p></div>
<div class="forum-blue"><h4>Überschrift</h4><p>Text</p></div>
<div class="certificate-yellow"><h4>Überschrift</h4><p>Text</p></div>
<div class="education-orange"><h4>Überschrift</h4><p>Text</p></div>
<div class="docs-grey"><h4>Überschrift</h4><p>Text</p></div>
<div class="math-blue"><h4>Überschrift</h4><p>Text</p></div>
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 | ? |
die MOOC-Plattform der Fachhochschule Lübeck