This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- May 18, 2022
-
-
jojohoch authored
-
- May 17, 2022
-
-
rhenck authored
This way elements can handle their logic themselves without having to rely on outside utility classes. Also restructure files in common in a more logical way.
-
- May 09, 2022
- May 03, 2022
-
-
jojohoch authored
-
- Apr 27, 2022
-
-
jojohoch authored
- Remove TODOS
-
jojohoch authored
elementModels are described in the unitDefinition elementCodes are saved in the unitState Their values are mapped by the ElementModelElementCodeMappingService
-
jojohoch authored
- Rename class name, methods and properties - Remove method registerDropListValueIds - Calculate array of DragNDropValueObjects in app component
-
- Apr 25, 2022
-
-
jojohoch authored
Use the mapper method `toUnitState` of the UnitStateElementMapperService when registering elements and their initial values
-
- Apr 22, 2022
-
-
jojohoch authored
-
jojohoch authored
- add unit-definition-menu module - add verona module and move verona services and verona interfaces to it to make them available in different modules - move the distinction of different page types to app component to make them available for unitDefinitionMenu component
-
- Apr 14, 2022
-
-
jojohoch authored
Change import paths of CommonModule files in editor and player
-
- Apr 12, 2022
-
-
jojohoch authored
-
- Apr 11, 2022
- Mar 28, 2022
-
-
rhenck authored
This can be enabled for TextFields and TextAreas and shows a keyboard at the bottom of the screen. This does NOT set the field to read-only which is probably wanted in a situation where the system keyboard is not to be used. For flexibility purposes it is not implicitly set and needs to be set manually. The same goes for other input assistance settings, which should not be used in addition to the keyboard but it is allowed. The keyboard has an extra switch to additionally show french special characters.
-
- 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 07, 2022
-
-
jojohoch authored
Reduce the number of input parameters in FloatingKeyboardComponent Move double-used method to KeyboardService
-
- Mar 01, 2022
-
-
jojohoch authored
- Reimplement UnitStateComponent as central point to send the collected information - Implement ValidationService to determine the responseStatus of all forms
-
- Feb 28, 2022
-
-
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
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.
-