This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 14, 2024
- Jun 20, 2024
-
-
jojohoch authored
-
- Apr 26, 2024
-
-
jojohoch authored
-
- Mar 19, 2024
-
-
jojohoch authored
The delay is used to check whether a selection is still available after PointerUp, as this is often deleted in Firefox under Windows mobile
-
- Feb 13, 2024
-
-
jojohoch authored
#613
-
- Nov 24, 2023
-
-
rhenck authored
-
- Aug 11, 2023
-
-
jojohoch authored
-
- May 21, 2022
-
-
jojohoch authored
- rename variables, methods and properties - reduce attributes for methods - split code in sun methods
-
- May 20, 2022
-
-
jojohoch authored
-
- May 18, 2022
- 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 06, 2022
-
-
jojohoch authored
This facilitates the testability
-
- May 03, 2022
-
-
jojohoch authored
-
- Apr 27, 2022
-
-
jojohoch authored
elementModels are described in the unitDefinition elementCodes are saved in the unitState Their values are mapped by the ElementModelElementCodeMappingService
-
jojohoch authored
for type text and image
-
jojohoch authored
- Rename class name, methods and properties - Remove method registerDropListValueIds - Calculate array of DragNDropValueObjects in app component
-
- Apr 14, 2022
-
-
jojohoch authored
Change import paths of CommonModule files in editor and player
-
- Mar 14, 2022
-
-
jojohoch authored
Replace custom pointer events with native pointer events
-
- 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.
-