This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 01, 2022
- Oct 31, 2022
-
-
jojohoch authored
- Using scrollIntoView with target 'center' was not always reliable especially in FF
-
jojohoch authored
- The workarounds for ff with setTimeout are no longer necessary in the new version and have been removed - Replace ChangeDetectorRef.detectChanges with setTimeout because the scroll button was not always reliably displayed at startup
-
- 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
-
jojohoch authored
-
- Oct 25, 2022
- Oct 24, 2022
- Oct 21, 2022
-
-
rhenck authored
-
jojohoch authored
-
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.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
- Fix element creation to have new value objects instead of referencing the old one - Add new IDs to DropList value objects
-
rhenck authored
Options are now possibly rich text. This needs to be taken care of. Also use extra span tag to preserve all whitesoaces in the index-suffix. #279
-
rhenck authored
Top and bottom were mixed up. #291
-
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 17, 2022
-
-
rhenck authored
The unit tests errored out because of circular dependencies via the Elementfactory class. Therefore: - No longer creates styling/position/player-Properties. This is done in the Element parent class. - Move element creation from Section to the ElementFactory class instead.
-
jojohoch authored
-