This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Mar 17, 2022
-
-
jojohoch authored
Rename KeyboardComponent to KeypadComponent Rename KeyboardService to KeypadService Split LayoutComponent into LayoutPlayerComponent and LayoutPagesComponent Prepare the introduction of an additional keyboard
-
- Mar 15, 2022
-
- Mar 14, 2022
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
gridColumnStart: number; gridColumnEnd: number; gridRowStart: number; gridRowEnd: number; becomes gridColumn: number; gridColumnRange: number; gridRow: number; gridRowRange: number;
-
jojohoch authored
Replace custom pointer events with native pointer events
-
- Mar 11, 2022
- Mar 10, 2022
- Mar 09, 2022
- Mar 07, 2022
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
This is necessary because the sanitizer returns now an array instead of the modified unit definition.
-
jojohoch authored
Reduce the number of input parameters in FloatingKeyboardComponent Move double-used method to KeyboardService
-
jojohoch authored
Instead, use Textfied component with the property isClozeChild
-
jojohoch authored
-
jojohoch authored
Remove duplicate code
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
to avoid lint errors in templates
-
jojohoch authored
Rearrange the order of function calls
-
- Mar 04, 2022
-
-
rhenck authored
Now named just position.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
- Put media files in one separate place - Add versions to unit definitions - delete duplicates / useless stuff
-
rhenck authored
The unit definition now has 2 meta-fields: 'type' and 'version'. The former has the fixed value of 'aspect-unit-definition'. The latters contains the version without any prefixes, i.e. '1.2.3'. The sanatizer tries to read the versions of older formats as well and uses the found version. This is important since the handlePlusOne method must only run of a specific version (in the old format). The sanatizer no longer shows any messages and therefore does not need the MessageService anymore. The information about whether sanatization happened or not is returned as second parameter for those that are interested. The editor is, the player is not. The editor API service now constructs the 'unitDefinitionType' parameter from both values, resulting in something like 'aspect-unit-definition@1.2.3'.
-
rhenck authored
-
rhenck authored
Use the actual unit reference from UnitService instead of a possibly not up to date local variable.
-
rhenck authored
-