This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Apr 27, 2022
- Apr 22, 2022
-
-
rhenck authored
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
- add unit-definition-menu module - add verona module and move verona services and verona interfaces to it to make them available in different modules - move the distinction of different page types to app component to make them available for unitDefinitionMenu component
-
- Apr 14, 2022
-
-
jojohoch authored
Change import paths of CommonModule files in editor and player
-
- Apr 13, 2022
-
-
jojohoch authored
-
- Apr 12, 2022
- Apr 11, 2022
- 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 17, 2022
-
-
jojohoch authored
Rename KeyboardComponent to KeypadComponent Rename KeyboardService to KeypadService Split LayoutComponent into LayoutPlayerComponent and LayoutPagesComponent Prepare the introduction of an additional keyboard
-
- Mar 14, 2022
-
-
jojohoch authored
Replace custom pointer events with native pointer events
-
- Mar 07, 2022
-
-
jojohoch authored
Reduce the number of input parameters in FloatingKeyboardComponent Move double-used method to KeyboardService
-
- Mar 03, 2022
-
-
jojohoch authored
Replace the direct method calls in media player components with events. For this purpose, expand the inputs of the media player components that are defined in the ElementMediaPlayerGroupComponent.
-
- Mar 02, 2022
-
-
rhenck authored
- Units and element are now built via the factory. This ensures only the wanted properties are present. All others are discarded. - Since the sanatizer is supposed to check the unit defintion version it is used by player and editor and therefore put in common. This in turn makes it necessary to put the JSON resolver settings in the root-TSConfig file. - Renamed a couple of properties to have clearer names.
- Mar 01, 2022
- Feb 28, 2022
- Feb 22, 2022
-
-
jojohoch authored
-
- Feb 17, 2022
-
-
rhenck authored
This removes all the classes and goes back to simple interfaces for unit, pages etc and all elements. This makes creating them easier and cleaner. Things like specific needs when setting element properties and most importantly compatibility handling is done by a special service module, that knows all the elements and how to repair old their potentially outdated definitions.
-
- Feb 16, 2022
-
-
jojohoch authored
-
- Jan 24, 2022
- Jan 21, 2022
-
-
jojohoch authored
Change creation of the list of possible drop list values. The values can be found at different hierarchy levels in the unit definition, as they can be sub elements of cloze elements
-
- Jan 20, 2022
- Jan 18, 2022
- Jan 13, 2022
-
-
jojohoch authored
Fixed-width pages are always centered in the browser, even if the specified percentage is not equal to 50%. The percentage weighting of the pages has an effect if the width of the pages is greater than the width of the browser window.
-
- Jan 10, 2022
-
-
jojohoch authored
-
- Jan 06, 2022
-
-
jojohoch authored