This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 24, 2021
-
-
rhenck authored
The issue here is the alignment if dropLists and text fields. They are supposed to be exactly in line with the text which is very complicated with Material components, which are heavily nested and contain several sub-elements which need to be changed - removing margins, paddings and other position related styles.
-
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
This avoids duplicate scrollbars in TestStudio
-
jojohoch authored
-
jojohoch authored
- Don't use height 100%. The image is not centered but positioned in the upper left corner
-
rhenck authored
As requested by product owner.
-
rhenck authored
Now scales, taking up all available space.
-
rhenck authored
No unused space around images and image an text below each each other.
-
jojohoch authored
-
rhenck authored
Extend the parsing to inludes h-Elements.
-
- Nov 22, 2021
-
-
jojohoch authored
The explicit check for undefined ensures that the value 0 of a number property is taken from serialized elements.
-
jojohoch authored
-
jojohoch authored
Start could be a restart, so lists containing references to elements are cleared.
-
jojohoch authored
If no audios and videos are available, the query status is 'complete'
-
jojohoch authored
-
jojohoch authored
Setting on type button avoids that click events are evaluated from the surrounding form
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
This allows to set the background color without limiting the content
-
jojohoch authored
The presentation will not be completed until all audios with the minRun property have been played.
-
rhenck authored
-
rhenck authored
Before the parent elements (span, div...) were catching the drop event which is not intended.
-
rhenck authored
The player is supposed to take all the elements already defined and generated in the editor. Therefore the call to generate all elements from the text is not a general thing but specialized for the editor. Right now the editor does no longer generate the cloze parts on load but only when the text prop has been touched.
-
rhenck authored
Also all elements now take the parentForm as input. Allowing it to use them with template binding and not only setting the value directly (in the controller).
-
- Nov 20, 2021
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
The font size is applied by setting the list style. This is a workaround, since the list extension does not support setting font size directly. It takes the selected font size (which is now saved ina variable) and applies it. This is indepent of the font size of the text in the list. The item font size is done individually with a span anyway. Also font size and list style droplist now (re-)apply the value on click of an item. This allows updating font sizes and list styles without having to select another option first. - Add a new variable to save the selected font size and reuse it for list styles.
-
rhenck authored
(when not set)
-
rhenck authored
-
rhenck authored
No longer needs the appropriate section, but instead loops through all page sections. It was somewhat complicated to know the corresponding section and this solution solves that. Though at the price of some unnecessary element lookup. Another upside is that elements from different sections can be deleted simultaneously.
-
- Nov 19, 2021
-
-
rhenck authored
-
rhenck authored
Child elements need some special CSS, for example to prevent taking up more space than needed. This is only for text field and drop list, which are the relevant sub elements for now.
-
rhenck authored
Button is no InputElement which causes trouble in some places. Since it does not make much sense in the Cloze context it is just removed.
-
rhenck authored
-
rhenck authored
The problem that was to be solved is that buttons within a form always cause form validation for all form elements. Which is not wanted here. The better solution than preventing all event is to simply declare the button type. As button without any type are treated as submit buttons.
-
rhenck authored
This new class makes sense logically, does not have an effect on the children though.
-