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. Oct 27, 2022
  3. 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
  4. Oct 13, 2022
  5. Sep 21, 2022
  6. 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
  7. Aug 08, 2022
  8. Aug 03, 2022
  9. Aug 02, 2022
  10. Aug 01, 2022
  11. May 05, 2022
  12. Apr 20, 2022
  13. Apr 07, 2022
  14. Apr 06, 2022
  15. Apr 05, 2022
  16. Apr 04, 2022
  17. Apr 01, 2022
  18. Mar 31, 2022
  19. Mar 30, 2022
  20. Mar 28, 2022
    • rhenck's avatar
      Add software keyboard · 6e0cf490
      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.
      6e0cf490
  21. Mar 10, 2022
  22. Mar 09, 2022
  23. Mar 04, 2022
  24. Mar 03, 2022
  25. Mar 02, 2022
    • rhenck's avatar
      Refactor unit definition and sanatizer · 874c1af3
      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.
      874c1af3
  26. Feb 21, 2022
    • rhenck's avatar
      Refactor properties panel · 53ef919f
      rhenck authored
      - Use sub components to reduce the size of the templates
      - Introduce field sets for input groups like dimensions and position
      - Improve logic to determine when to show some fields
      53ef919f
  27. Jan 20, 2022
  28. Jan 18, 2022
  29. Jan 13, 2022
  30. Dec 16, 2021
  31. Dec 14, 2021
    • rhenck's avatar
      [editor] Refactor color inputs · d67ba751
      rhenck authored
      Use a suffix button to activate color picker instead of having an extra 
      form field.
      
      Also add direct input for likert line coloring color.
      d67ba751
Loading