"...git@scm.cms.hu-berlin.de:iqb/verona-modules-aspect.git" did not exist on "991d4f406a38f662c7416e6fdfc59c1c4b69b327"
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Jan 02, 2023
- Dec 23, 2022
- Dec 22, 2022
- Dec 21, 2022
-
-
jojohoch authored
#409
-
- Dec 19, 2022
-
-
jojohoch authored
-
- Dec 16, 2022
-
-
jojohoch authored
Drop lists that allow only one element but are not used in cloze texts display their elements right-aligned
-
- Dec 12, 2022
-
-
jojohoch authored
-
- Dec 02, 2022
- Dec 01, 2022
-
-
rhenck authored
Rules for when drop is allowed have been fixed. It is quite complicated and therefore a lot of explanatory comments are added. - improved translation - add example file
-
- Nov 29, 2022
-
-
rhenck authored
Allows DropListvalueObjects which have this setting to be replaced in lists which only allow onlyOneItem. When this switch is set, the class sets the other 2 internal values (originListID?: string; originListIndex) itself. Those can not be seen nor changed from outside. Also refactoring in lots of places around droplists. Better names, cleaner structure, comments. #305
-
- Nov 28, 2022
-
-
rhenck authored
Lists with this setting delete dropped value objects. This allows putting items back. (Only makes sense when used with copyOnDrop. Otherwise there can not be duplicate value IDs). Also improve constructor value checks to correctly handle nullish booleans. #281
-
- Nov 21, 2022
-
-
rhenck authored
-
- Nov 20, 2022
-
-
rhenck authored
#309
-
- Nov 09, 2022
- Nov 08, 2022
- Nov 07, 2022
-
-
rhenck authored
- Replace Material Droplist with native HTML events - Remove simple-drop-list element; Cloze elements now use the normal DropList element - Add example units
-
- Oct 18, 2022
-
-
jojohoch authored
- overflow of lists is now hidden to prevent dropable elements from being displayed outside the container - placeholders are hidden with flex orientation
-
- Oct 07, 2022
-
-
jojohoch authored
-
jojohoch authored
Use a horizontal aligned placeholder for dynamic aligned drop lists when there is more than one element in the list
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
- Refactor variable of the placeholder dimensions
-
jojohoch authored
- Important for vertically positioned drop lists - Analogous to the calculation of the height
-
jojohoch authored
- Replace pixel calculation with percentage values - Use of only two modes: full fill or line
-
- Sep 09, 2022
-
-
jojohoch authored
-
- Sep 08, 2022
-
-
jojohoch authored
- This makes the behavior identical to real form elements - To trigger the focusout event, the HTML element needs the tabindex attribute
-
- Aug 30, 2022
-
-
jojohoch authored
-
- Aug 08, 2022
-
-
rhenck authored
-
- Jun 03, 2022
-
-
rhenck authored
The dragged image did contain carry information about it's element. Also remove useless drag and drop functionality for the placeholder.
-
- May 17, 2022
-
-
rhenck authored
This way elements can handle their logic themselves without having to rely on outside utility classes. Also restructure files in common in a more logical way.
-
- May 05, 2022
-
-
rhenck authored
- Fix DropLists with copyOnDrop to display a placeholder copy of dragged elements. The drop preview is hidden on those lists. It still has to be in the DOM to be the target for the 'falling' animation of the dragged item, otherwise it flies to the top left corner of the viewport.
-
- 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.
-
- Apr 19, 2022
-
-
jojohoch authored
The height of an empty droplist can't be calculated on ios 14 because it's in a flex container
-