Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Apr 18, 2023
  2. Jan 19, 2023
  3. Jan 09, 2023
  4. Jan 06, 2023
  5. Jan 04, 2023
    • Richard Henck's avatar
      Add replacement feature and other small improvements · 60664b22
      Richard Henck authored
      - allowReplacement (moved from element to list prop)
      - originList and Index are non-optional (means placeholders have to be 
      used sometimes)
      - Re-introduced the dict of all DropListComponents. This is the only way 
      I have found to get a reference to a DropListComponent by ID. This is 
      needed for returning to origin. Origin is not actually part of the 
      transaction and needs to be fetched from somewhere else. Hence the dict.
      
      - Console statements still present for debugging.
      60664b22
  6. Jan 03, 2023
  7. Jan 02, 2023
    • rhenck's avatar
      wip1 · b4532254
      rhenck authored
      b4532254
  8. Dec 16, 2022
  9. Dec 02, 2022
  10. Nov 30, 2022
  11. Nov 29, 2022
    • rhenck's avatar
      Add DropList feature returnToOriginOnReplacement · 705cadf5
      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
      705cadf5
    • jojohoch's avatar
      Activate hidden sections with specified delay · c059b7a0
      jojohoch authored
      c059b7a0
  12. Nov 28, 2022
  13. Nov 25, 2022
  14. Nov 24, 2022
  15. Nov 21, 2022
  16. Nov 20, 2022
  17. Nov 18, 2022
  18. Nov 10, 2022
  19. Nov 09, 2022
  20. Nov 08, 2022
  21. Nov 07, 2022
    • rhenck's avatar
      Re-implement DropList element · 6d1ad52c
      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
      6d1ad52c
  22. Nov 04, 2022
  23. Nov 01, 2022
  24. Oct 27, 2022
  25. Oct 26, 2022
  26. Oct 25, 2022
  27. 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
  28. Oct 18, 2022
  29. Oct 13, 2022
Loading