This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Dec 15, 2023
- Nov 24, 2023
-
-
rhenck authored
-
- Oct 26, 2023
-
-
jojohoch authored
- Replace throwing Errors with InstantiationErors in unit, page and section in strictInstantiation mode
-
- Oct 12, 2023
-
-
jojohoch authored
#547
-
- Aug 10, 2023
-
-
jojohoch authored
- Use own StateVariableStateService which uses the same new base class as UnitStateService
-
- Jul 04, 2023
- Jun 27, 2023
-
-
jojohoch authored
- Add translations for operators - Improve and extend the evaluation of visibility rules
-
- Jun 26, 2023
-
-
jojohoch authored
-
- Jun 23, 2023
- Apr 21, 2023
- Dec 17, 2022
-
-
jojohoch authored
-
- Dec 13, 2022
-
-
jojohoch authored
-
- Nov 29, 2022
-
-
jojohoch authored
-
- Oct 31, 2022
-
-
jojohoch authored
- Using scrollIntoView with target 'center' was not always reliable especially in FF
-
- May 19, 2022
-
-
jojohoch authored
SectionVisibilityHandlingDirective now controls the visibility of sections that depend on an audio or video
-
- May 18, 2022
-
-
jojohoch authored
-
- 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 06, 2022
-
-
jojohoch authored
-
- May 03, 2022
-
-
jojohoch authored
-
- Apr 28, 2022
- Apr 14, 2022
-
-
jojohoch authored
Change import paths of CommonModule files in editor and player
-
- Mar 31, 2022
- Mar 01, 2022
-
-
jojohoch authored
-
- Feb 28, 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 09, 2022
-
-
rhenck authored
This is done according to the Angular best practices and minimizes namespace collisions when using other packages which might use the same selectors. Technically the selectors are not even becessary since we use an Angular component factory to create element components but it is still useful for the DOM element naming, for debugging purposes for example.
-
- Jan 28, 2022
-
-
jojohoch authored
-
- Nov 08, 2021
-
-
jojohoch authored
Use the status of each element
-
- Oct 29, 2021
-
-
jojohoch authored
* Add IntersectionService * Add CompoundElementComponent as parent for LikertComponent * Inject ElementRef to common ElementComponent * Rename players' ElementComponent to ElementContainerComponent
-
- Oct 28, 2021
-
-
jojohoch authored
* Remove FormService Injection * Move FormService and form types to player * Move interface ValueChangeElement to uI-element.ts * Use interface InputElementValue instead of string | number | boolean | null
-
- Oct 18, 2021
-
-
jojohoch authored
-
- Oct 15, 2021
-
-
rhenck authored
-