Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. May 18, 2022
  2. May 17, 2022
    • rhenck's avatar
      Refactor model interfaces to classes · 2e9be6e9
      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.
      2e9be6e9
  3. May 09, 2022
  4. May 03, 2022
  5. Apr 27, 2022
  6. Apr 25, 2022
  7. Apr 22, 2022
  8. Apr 14, 2022
  9. Apr 12, 2022
  10. Apr 11, 2022
  11. 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
  12. Mar 17, 2022
  13. Mar 07, 2022
  14. Mar 01, 2022
  15. Feb 28, 2022
    • jojohoch's avatar
      [player] Implement forms and unit states for elements of groups · 52ecfb7b
      jojohoch authored
      Remove manipulations from elementModel
      - Refactor drop list component
      - Use of initial values for audio and video playback time
      
      Defining the validators not in the elements anymore, but when creating
      the forms
      52ecfb7b
    • jojohoch's avatar
      [player] Add element groups · e0a6e0f2
      jojohoch authored
      This helps to divide the code of the element container into smaller
      meaningful units.
      In addition, each element can be given its own form group.
      e0a6e0f2
Loading