Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Nov 18, 2022
  2. Nov 04, 2022
  3. Nov 01, 2022
  4. Oct 27, 2022
  5. Oct 26, 2022
  6. Oct 25, 2022
  7. 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
  8. Oct 18, 2022
    • rhenck's avatar
      Fix DropList duplication · 37664352
      rhenck authored
      - Fix element creation to have new value objects instead of referencing 
      the old one
      - Add new IDs to DropList value objects
      37664352
    • rhenck's avatar
      Use innerHTML for likert row preset selection · c1dfa1d9
      rhenck authored
      Options are now possibly rich text. This needs to be taken care of.
      Also use extra span tag to preserve all whitesoaces in the index-suffix.
      
      #279
      c1dfa1d9
  9. Oct 13, 2022
  10. Oct 12, 2022
  11. Oct 07, 2022
  12. Sep 22, 2022
  13. Sep 21, 2022
  14. Sep 16, 2022
  15. Sep 15, 2022
    • rhenck's avatar
      Rework ID handling · 0e45e323
      rhenck authored
      - remove ID handling from model classes. This is now done by the editor 
      itself (mainly unit service).
      - Rename and move IDManager to editor as IDService
      0e45e323
    • rhenck's avatar
      [editor] Add ID check to sanitizer · d284c2e7
      rhenck authored
      Just called from the editor, before creating the Unit instance.
      It goes through all IDs and checks for duplicates. If found it generates 
      a new one and shows the prompt.
      d284c2e7
  16. Sep 12, 2022
    • rhenck's avatar
      Fix IDs in drop-list-simple · 0fc6752e
      rhenck authored
      - Do ID checks only in the class, not in unit service (or elsewhere)
      - Fix repaired value list to get new objects instead of references to 
      the existing.
      0fc6752e
  17. Sep 07, 2022
  18. Sep 06, 2022
  19. Aug 29, 2022
  20. Aug 12, 2022
    • rhenck's avatar
      Add properties for hiding border edges to Frame · fdbae1f6
      rhenck authored
      Aslo create new props panel component and move border stylings to 
      separate fieldset (wihtin the styling tab).
      
      #291
      fdbae1f6
    • rhenck's avatar
      Add 2 labels to Likert · 12bb1286
      rhenck authored
      One as a general label above the table and one for the first column 
      heading.
      
      Since this is no proper InputElement separate properties panel inputs 
      are used.
      
      #272
      12bb1286
  21. Aug 11, 2022
  22. Aug 10, 2022
  23. Aug 09, 2022
Loading