This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 19, 2021
- Nov 18, 2021
-
-
rhenck authored
Improve general structure. Image situation still bad.
-
rhenck authored
- Images now scale up and down depending on the available space. - The new property controls the first (column) size parameter for the grid. The others are fixed at 1. Decimal values are allowed for fine-tuned control. This prop is passed on to the child likert-row component. It uses the same grid and needs this info for proper alignment with the column headers. - Remove unnecessary div in likert
-
rhenck authored
- List items only have a margin between then but no longer on the outside. - Remove unused background color. This is set dynamically in the template.
-
- Nov 17, 2021
-
-
jojohoch authored
-
- Nov 16, 2021
-
-
jojohoch authored
-
- Nov 15, 2021
-
-
jojohoch authored
In ControlBarComponent the property project replaces the property isAspectPlayer. It ensures that delays are used only in the player and hints are always visible in the editor.
-
jojohoch authored
The magnifier is always visible in the editor
-
jojohoch authored
Required to query the elementModels of all instances of this class.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Split the code into separate methods
-
jojohoch authored
-
jojohoch authored
The MarkingService now takes care of the selection and its validation. The text component sends its change via elementValueChanged.
-
- Nov 12, 2021
-
-
rhenck authored
This shows a outline on potential dropLists when dragging an item.
-
- Nov 11, 2021
- Nov 10, 2021
-
-
rhenck authored
-
rhenck authored
Options and value were the same thing anyway and the value was updated once anything was changed within that dropList. The player though needs a start value and this way we have one.
-
jojohoch authored
Supplement to commit "Refactor elements to use the model's value"
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
AudioComponent and VideoComponent inherit from MediaPlayerElementComponent to avoid duplicate code
-
rhenck authored
This change mainly helps the editor. The idea is to make the element components have the correct value of their model and don't rely on the formcontrol value. The formcontrol can be hard to manipulate, especially in compound elements. Setting the model value is way easier. The formcontrols are kept and should not interfere.
-
rhenck authored
- Add background to dragged element via cdkDragPreview - Add placeholder box for dropping via cdkDragPlaceholder - Add animations for transitions when dragging and dropping
-
jojohoch authored
-
- Nov 09, 2021
- Nov 08, 2021
-
-
rhenck authored
Also improve conditional border style. The additional dragPreview is needed so the dragged item does not have the border.
-
rhenck authored
The width/height of 90% are a preliminary workaround to not produce overflow with the border. A better solution would be good.
-
rhenck authored
This element has a list of string as editable options. Those strings form draggable elements which may be reordered or moved between different DropList elements. Also refactor option change logic to allow any property not just the text property.
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-