You need to sign in or sign up before continuing.
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Apr 25, 2022
-
-
rhenck authored
- Add fieldset to make it look nicer. - Improve image to have fixed size, scale properly and show buttons only on hover. - Improve translations - Add tooltip to actionparam dropdown: When having selected pageNav it shows a tooltip to get across that only valid pages can show up. #240
-
rhenck authored
-
- Apr 19, 2022
-
- Apr 14, 2022
-
-
rhenck authored
Cloze documents now use this correctly.
-
- Apr 13, 2022
-
-
rhenck authored
#222
-
- Apr 07, 2022
-
-
rhenck authored
verticalButtonAlignment is the new property for likert rows, which tells the actual radio button to either be at the top or in the middle.
-
- Apr 05, 2022
- Mar 31, 2022
-
-
rhenck authored
This allows showing the contained text in multiple columns.
-
- Mar 28, 2022
-
-
rhenck authored
This can be enabled for TextFields and TextAreas and shows a keyboard at the bottom of the screen. This does NOT set the field to read-only which is probably wanted in a situation where the system keyboard is not to be used. For flexibility purposes it is not implicitly set and needs to be set manually. The same goes for other input assistance settings, which should not be used in addition to the keyboard but it is allowed. The keyboard has an extra switch to additionally show french special characters.
-
- Mar 14, 2022
-
-
rhenck authored
gridColumnStart: number; gridColumnEnd: number; gridRowStart: number; gridRowEnd: number; becomes gridColumn: number; gridColumnRange: number; gridRow: number; gridRowRange: number;
-
- Mar 11, 2022
-
-
rhenck authored
Now uses the implicit grid in auto mode.
-
- Mar 10, 2022
- Mar 09, 2022
- Mar 04, 2022
- Feb 14, 2022
-
-
jojohoch authored
Note that autostart of audios and videos does not work for tablets
-
- Feb 09, 2022
- Jan 28, 2022
-
-
jojohoch authored
-
- Jan 26, 2022
-
-
jojohoch authored
-
- Jan 18, 2022
- Dec 15, 2021
-
-
rhenck authored
This allows elements in dynamic sections to have fixed dimensions. Some modifications to property panel logic, to show dimension fields and proper labels. Only implmented in dropList and button elements.
-
- Dec 13, 2021
-
-
rhenck authored
This new setting makes child items space around in a row with line break. Images in vertical alignment now always reserve the whole row and don't appear next to each other.
-
- Dec 09, 2021
-
-
rhenck authored
Now correctly sets the chosen background color and additionally sets another (configurable) color to the selected value.
-
- Dec 08, 2021
-
-
jojohoch authored
-
- Dec 07, 2021
-
-
rhenck authored
-
- Dec 03, 2021
-
-
rhenck authored
-
- Nov 30, 2021
-
-
jojohoch authored
If the property is set, the video will be scaled as far as its container (static element or grid) allows, otherwise only up to its maximum native size.
-
jojohoch authored
If the property is set, the image will be scaled as far as its container (static element or grid) allows, otherwise only up to its maximum native size.
-
- Nov 29, 2021
-
-
jojohoch authored
-
- Nov 26, 2021
-
-
jojohoch authored
The interaction can now be turned off without hiding the button.
-
- Nov 24, 2021
-
-
rhenck authored
Min-height should be optional for dynamically positioned elements, as you usually don't need it and it causes more problems than it solves. Elements with min-height have cause unexpected margins between elements.
-
- Nov 23, 2021
-
-
jojohoch authored
-