Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jul 24, 2023
    • rhenck's avatar
      Rework class constructors · 81de7c0f
      rhenck authored
      In Player-context the constructors are to fail, when the given 
      properties are not exactly as expected. Therefoore they are validated. 
      When this validation fails, an environment variable is checked to 
      determine if the element should be created anyway with defaults. This 
      switch is off in player-context. But the Editor is not so strict and can 
      create elements with incomplete parameters.
      
      There is also a new VersionManager which checks given unit definitions 
      for version-validity. Upon failing this check Player and Editor show 
      error messages.
      The Editor accepts a certain unit definition version, but shows a 
      warning.
      
      The Editor checks units for invalid references after loading. If any are 
      found, they are removed and an info-panel is shown.
      81de7c0f
  2. Jul 04, 2023
    • jojohoch's avatar
      Add element property "isRelevantForPresentationComplete" · a70453b4
      jojohoch authored
      - Only elements with this property are considered in the player when
      determining the presentation state
      - Add the registration of CompoundElements at the UnitStateservice
      - Fix visibility handling of section with simple rules
      a70453b4
  3. Jun 23, 2023
  4. Jun 19, 2023
  5. Jun 15, 2023
  6. Jun 05, 2023
  7. May 22, 2023
  8. Jan 20, 2023
  9. Jan 19, 2023
  10. Nov 30, 2022
    • rhenck's avatar
      Add new element math-editor · fa7e2b04
      rhenck authored
      Uses external software 'MathLive'.
      
      Distpacker issues with mathlive have been solved in a custom 
      distpacker.ts in scripts-folder. This is now used instead of the 
      distpacker from the npm package.
      fa7e2b04
  11. Nov 24, 2022
  12. Nov 21, 2022
  13. Oct 21, 2022
    • jojohoch's avatar
      Implement HotspotImage · b174d3a2
      jojohoch authored
      - A HotspotImage has an image and divs placed on it, which are used
      as hotspots
      - Inherits from FormElementComponent, which is why the hotspots are kept
        as a list in the value property.
      - Can be validated as required and uses its own custom validator
      b174d3a2
  14. Oct 14, 2022
  15. Oct 13, 2022
  16. Oct 05, 2022
  17. Sep 21, 2022
  18. Aug 31, 2022
  19. Aug 29, 2022
  20. Aug 10, 2022
  21. Jun 02, 2022
  22. May 30, 2022
  23. May 25, 2022
  24. May 23, 2022
  25. May 21, 2022
  26. May 20, 2022
  27. May 19, 2022
  28. May 18, 2022
Loading