This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Dec 16, 2021
- Dec 15, 2021
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Correct german form: 99-66
-
rhenck authored
This creates a blockquote-element, which is styled globally with specific quotes and alignment.
-
rhenck authored
Images are always inline and scaled down to the font size of the text element as a whole.
-
rhenck authored
TipTap for the newest beta features and jasmine because of some dependency error npm was showing.
-
rhenck authored
Outline may be shown when valid dropLists are highlighted. The bottom patr of the outline is cut off when the whole width is used by the dropList.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
Section was picking up the size of children elements. With relative it works.
-
rhenck authored
The inline style makes problems with fixed sized elements in dynamic sections. This change needs to be reviewed thoroughly.
-
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.
-
rhenck authored
The child elements are created directly in the component when reading a serialized cloze. The whole parsing process of cloze elements will be reworked soon. So this probably is a temporary fix.
-
jojohoch authored
Fix a problem when saving compound children
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
The entire HTML is no longer saved, but only the indices and the color of the markers
-
jojohoch authored
- Use the same default state for interactiveMuteControl and for playerProps.interactiveMuteControl
-
- Dec 14, 2021
-
-
rhenck authored
-
rhenck authored
Use a suffix button to activate color picker instead of having an extra form field. Also add direct input for likert line coloring color.
-
rhenck authored
Options still had a margin-top, which is wrong when there is no label above.
-
rhenck authored
Fix typo
-
rhenck authored
The theme file is now project specific because Angular demands assets to be part of the project. It also differs in content: The editor theme is only applied to canvas elements. For the player every checkbox and radio button is affected. The components now again use the default color of 'accent'. The custom theme now has the green as accent color and no longer primary.
-
- Dec 13, 2021
-
-
rhenck authored
Used in checkboxes and radio buttons, which are now green. The secondary is unused but for safety set to the same as the default theme should be.
-
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.
-
jojohoch authored
- Rename NumbersKeyboardComponent to MathKeyboardComponent - Decrease the number of input properties - Split source code into private methods
-
jojohoch authored
-
rhenck authored
Use unit field of UnitService directly to detect changes.
-
jojohoch authored
- Ignore blank pages when calculating the response progress
-
jojohoch authored
-
jojohoch authored
- Replace onClick method with an event emitter inside the template
-