This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 07, 2022
-
-
jojohoch authored
-
- Nov 01, 2022
-
-
jojohoch authored
-
- 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
-
-
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 07, 2022
-
-
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 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
Use css grid instead of flex plus calculating margins in template
-
- Sep 01, 2022
-
-
jojohoch authored
Using the html property "disabled" results in a warning message in the player when reactive forms are used at the same time.
-
- Aug 31, 2022
-
-
jojohoch authored
-
- Aug 30, 2022
- Aug 11, 2022
-
-
rhenck authored
Add new parameter 'itemsPerRow'. This limits the grid columns used, making items move to the next row if overextending. Also simplify component structure.
-
- Aug 09, 2022
-
-
rhenck authored
A no longer existing class was used, but turned out to not be necessary anyway. #313
-
- Aug 08, 2022
-
-
rhenck authored
-
- Aug 02, 2022
-
-
rhenck authored
Also add it to the likert row dialog. #112
-
- Jun 03, 2022
-
-
rhenck authored
The dragged image did contain carry information about it's element. Also remove useless drag and drop functionality for the placeholder.
-
- May 30, 2022
-
-
jojohoch authored
-
- May 23, 2022
-
-
jojohoch authored
-
- May 20, 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.
-