This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 01, 2022
- Oct 28, 2022
-
-
jojohoch authored
This is necessary to avoid playing parts of audios and videos twice when a unit is reloaded, since audios and videos send their playback time only every 5 seconds when they are played back.
-
- Oct 27, 2022
- Oct 26, 2022
-
-
jojohoch authored
- The width of the border is no longer needed because "box-sizing: border" is used - Scaling of the inner triangle areas is replaced by the setting of 500% width and height to be able to fill the whole area of the obtuse triangles and at the same time not change the width of their borders
-
jojohoch authored
-
- Oct 25, 2022
-
-
jojohoch authored
-
- Oct 21, 2022
-
-
jojohoch authored
- A HotspotImage has an image and divs placed on it, which are used as hotspots - Inherits from FormElementComponent, which is why the hotspots are kept as a list in the value property. - Can be validated as required and uses its own custom validator
-
- Oct 18, 2022
-
-
rhenck authored
Move deps only used by geometry to the geometry class and out of the parent. DomSanitizer was a relict and no longer in use.
-
jojohoch authored
- overflow of lists is now hidden to prevent dropable elements from being displayed outside the container - placeholders are hidden with flex orientation
-
- Oct 14, 2022
-
-
rhenck authored
Create new pipe for checking if element is included in list.
-
- Oct 13, 2022
- Oct 07, 2022
-
-
rhenck authored
- Make position props on buttons optional - Move UIElement creation back to Factory instead of within Section
-
jojohoch authored
-
jojohoch authored
Use a horizontal aligned placeholder for dynamic aligned drop lists when there is more than one element in the list
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
- Refactor variable of the placeholder dimensions
-
jojohoch authored
- Important for vertically positioned drop lists - Analogous to the calculation of the height
-
jojohoch authored
- Replace pixel calculation with percentage values - Use of only two modes: full fill or line
-
- Sep 21, 2022
-
-
rhenck authored
-
- Sep 16, 2022
-
-
rhenck authored
#343
-
- Sep 13, 2022
-
-
rhenck authored
i.e. something has been clicked. Since the value is not used on the player, we also need to check the FormControl value. #335
-
- Sep 09, 2022
-
-
jojohoch authored
-
- Sep 08, 2022
-
-
jojohoch authored
- This makes the behavior identical to real form elements - To trigger the focusout event, the HTML element needs the tabindex attribute
-
- Sep 07, 2022
- Sep 06, 2022
- Sep 05, 2022
-
-
jojohoch authored
- Add "isOlderThan" method to the "SanitizationService" to distinguish old ToggleButtons with the property "option" from new ones - Use SanitizationService.isUnitDefinitionOutdated in Player to set the unitDefinitionVersion (should be modified!)
-
jojohoch authored
Use css grid instead of flex plus calculating margins in template
-