This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 02, 2021
- Nov 01, 2021
- Oct 29, 2021
-
-
rhenck authored
Make radio button and first line of the label (in case there is a line break) appear at the same height.
-
rhenck authored
This makes it so that other options appear with strikethrough when one is selected.
-
rhenck authored
-
rhenck authored
Since this is built using a grid it does not need dimensions. In fact it having dimensions interferes with styling.
-
rhenck authored
For elements which don't have this functionality the workaround is to use pointer events and make the elements unclickable.
-
jojohoch authored
* Add IntersectionService * Add CompoundElementComponent as parent for LikertComponent * Inject ElementRef to common ElementComponent * Rename players' ElementComponent to ElementContainerComponent
-
- Oct 28, 2021
-
-
rhenck authored
This improves bold text readability. This has to be done in the actual element, in the TextEditor and on the properties panel.
-
rhenck authored
-
rhenck authored
Add 10px margin between label and options.
-
rhenck authored
When the label is empty a smaller input field will be rendered which also does not have the label placeholder.
-
rhenck authored
-
rhenck authored
This way the vertical size can be controlled.
-
rhenck authored
Other elements do implement the interface but do nothing with the property. This make all the interface handling a lot easier at the cost of having useless variables in some contexts.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
* Remove FormService Injection * Move FormService and form types to player * Move interface ValueChangeElement to uI-element.ts * Use interface InputElementValue instead of string | number | boolean | null
-
- Oct 27, 2021
- Oct 26, 2021
- Oct 25, 2021
- Oct 22, 2021
- Oct 21, 2021
- Oct 18, 2021
-
-
jojohoch authored
-