-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
# H5P Zustände | ||
|
||
- Nicht bekannt (Gelb) (nicht final) | ||
- Funktioniert nicht (Nicht anzeigbar/Nicht abschließbar) (nicht final) | ||
- Funktioniert (final) | ||
- unknown | ||
- Der Zustand des H5P's ist nicht bekannt. | ||
|
||
- not completable | ||
- Das H5P kann aus technischer sicht nicht abgeschlossen werden. | ||
Das bedeutet, dass das H5P kein explizites Ereignis liefert, das den Abschluss des H5P's festlegt. | ||
|
||
- primitiv | ||
- Das H5P ist zwar aus technischer Sicht nicht abschließbar, jedoch kann man es semantisch gesehen abschließen. | ||
Biespiele hierfür sind H5P's die nur aus Text oder Bildern bestehen. | ||
|
||
- completable | ||
- Das H5P ist abschließbar. | ||
|
||
|
||
|
||
Anmerkung: Vorerst nicht testbar, keine ID vergeben in Writerside Topic |