Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jan 06, 2023
    • Richard Henck's avatar
      Fix alignment for child elements · 7ef356d5
      Richard Henck authored
      For Droplists this needs to be done when multiple items are allowed.
      
      For ToggleButtons it needs to be set when vertical orientation is used.
      
      It is then centered without caring about text alignment. With multiple 
      item it would not be possible to align all of them anyway.
      7ef356d5
    • jojohoch's avatar
      Fix alignment for empty drop lists in cloze elements · ba41dd92
      jojohoch authored
      - Use placeholder with invisible character to set the baseline for the
      empty drop list.
      ba41dd92
  2. Jan 05, 2023
  3. 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
  4. Jan 03, 2023
  5. Jan 02, 2023
  6. Dec 23, 2022
  7. Dec 22, 2022
  8. Dec 21, 2022
  9. Dec 20, 2022
  10. Dec 19, 2022
Loading