This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- May 05, 2022
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
- Add fieldset and reorder fields - Add dynamic connectedDropLists menu
-
rhenck authored
Components with bigger scope are put to the component root, canvas, props panle and new-element-panel.
-
rhenck authored
Makes more sense logically to pass the cloze element as a whole instead of just the document. Knowing about the document is the responsibility of the method not the caller.
-
rhenck authored
- Move value input to dropList input group
-
- May 02, 2022
-
-
rhenck authored
With this setting elements are copied when being dropped to another list. On drop it is also checked if the item-ID is already present in the list. If it is the drop event is silently discarded. This allows putting items back in the list without creating duplicate IDs. Lists with this setting: - do show a placeholder of the items being dragged. This way it is conveyed that the item will remain there after being dropped. - don't show a placeholder when items are hovered over them, to avoid confusion with duplicate items. Sorting within DropLists is disabled, since it causes moving items within the list. It has to be discussed if this feature is even needed.
-
rhenck authored
- Split text field and drop list, so they can have differing props - Improve their dimension default values - Improve alignment of all cloze children components - Add dynamic width parameter of toggle buttons to dimension properties panel. Therefore the postion tab can always be shown and no longer needs a condition.
-
rhenck authored
Remove unused class.
-
- 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
-
- Apr 22, 2022
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
The sanitizer is now a service, so it is testable. Since it uses the IDService it needs to be a real service as well. Both are used by the player therefore moved to common.
-
rhenck authored
- Clearer methods with only one return value - better naming - comments
-
jojohoch authored
since the player uses it as well
-
- Apr 20, 2022
-
-
rhenck authored
-
- Apr 19, 2022
-
- Apr 14, 2022
- Apr 13, 2022
- 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 06, 2022
- Apr 05, 2022
- Apr 04, 2022
-
-
rhenck authored
-
rhenck authored
This was causing issues by setting the font size when changing the font color. It is probably not useful anyway and removed. Can be repaired and introduced when needed.
-
rhenck authored
Also rename LikertColumn to ColumnHeader, since it is not exclusively used by likert.
-
rhenck authored
The LikertColumn is actually just an image-text-combo. Has a generalized name now. The other interface was not needed anymore and has been deleted.
-
rhenck authored
- A new new editor component has been created for this, which has a reduced interface and produces span-elements instead of paragraphs. - Since the created HTML (span with CSS) is regarded as potentially harmful it needs to be sanitized. For element components the sanitizer is put in the abstract parent element-component-directive.
-
- Apr 01, 2022
-
-
rhenck authored
This makes for smaller more managable components.
-
- Mar 31, 2022