Skip to content
Snippets Groups Projects
  1. Jul 23, 2019
  2. Jul 19, 2019
  3. Jul 16, 2019
  4. Jul 11, 2019
  5. Jul 10, 2019
  6. Jul 09, 2019
  7. Jun 20, 2019
    • Usman Khalid's avatar
      Convert VideoModule to VideoBlock. · 0b27c62c
      Usman Khalid authored
      Some deprecated functionality has been removed:
      
      - Reading data field and transforms being applied in the init() method.
      - The source field.
      - The source_visible attribute.
      0b27c62c
  8. Jun 14, 2019
  9. Jun 12, 2019
  10. May 21, 2019
  11. May 18, 2019
  12. May 16, 2019
  13. May 13, 2019
  14. May 09, 2019
  15. May 08, 2019
  16. May 07, 2019
  17. May 03, 2019
  18. May 01, 2019
    • Usman Khalid's avatar
      Convert CapaModule to ProblemBlock. · 41c6236e
      Usman Khalid authored
      * Minimum possible changes were made to merge CapaModule & CapaDescriptor into
        one ProblemBlock class.
      * There are no known changes in behavior.
      * CapaModule and CapaDescriptor inherited from a number of classes which inherit
        from XModule or XModuleDescriptor but did not depend on them. For all these
        classes the methods were moved to mixins which did not inherit from either and
        then these mixins were added to ProblemBlock in the order which maintains MRO.
      41c6236e
  19. Apr 30, 2019
  20. Apr 25, 2019
    • David Ormsbee's avatar
      Initial README for XModule · f42f8aed
      David Ormsbee authored
      f42f8aed
    • Guruprasad Lakshmi Narayanan's avatar
      Fix the order randomization behaviour of Randomized Content Block · 73ab30e3
      Guruprasad Lakshmi Narayanan authored
      The Randomized Content Block XBlock only randomizes the selection of
      the children blocks and has unpredictable randomization of
      the order of the selected child blocks due to the usage of sets, which
      are unordered, for storing the selected blocks. This becomes apparent
      when all the available child blocks in a library are chosen for a
      Randomized Content Block, to randomize just the order of the child
      blocks and not just the selection of the blocks. The order of the
      selected blocks ends up being similar for multiple learners.
      
      This change modifies the XBlock to store the selected child blocks in
      a list, instead of a set, after randomly shuffling them.
      73ab30e3
  21. Apr 24, 2019
  22. Apr 05, 2019
  23. Apr 02, 2019
  24. Mar 28, 2019
  25. Mar 27, 2019
  26. Mar 26, 2019
  27. Mar 19, 2019
Loading