This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Mar 18, 2022
-
-
jojohoch authored
Move KeyInputModule to the modules subfolder Create template file for AppComponent
-
- Mar 17, 2022
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Rename properties and events for keypads
-
jojohoch authored
-
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
-
-
jojohoch authored
Replace custom pointer events with native pointer events
-
- Mar 10, 2022
-
-
jojohoch authored
-
- Mar 09, 2022
- Mar 07, 2022
-
-
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
to avoid lint errors in templates
-
jojohoch authored
Rearrange the order of function calls
-
- Mar 03, 2022
- Mar 02, 2022
-
-
rhenck authored
- Units and element are now built via the factory. This ensures only the wanted properties are present. All others are discarded. - Since the sanatizer is supposed to check the unit defintion version it is used by player and editor and therefore put in common. This in turn makes it necessary to put the JSON resolver settings in the root-TSConfig file. - Renamed a couple of properties to have clearer names.
-
jojohoch authored
- Mar 01, 2022
- Feb 28, 2022
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
This was necessary after the surrounding element container with its styles and classes was deleted
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Remove manipulations from elementModel - Refactor drop list component - Use of initial values for audio and video playback time Defining the validators not in the elements anymore, but when creating the forms
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
This helps to divide the code of the element container into smaller meaningful units. In addition, each element can be given its own form group.
-