Skip to content
Snippets Groups Projects
  1. Jun 29, 2012
  2. Jun 26, 2012
  3. Jun 21, 2012
  4. Jun 20, 2012
  5. Jun 19, 2012
    • Victor Shnayder's avatar
      Initial progress display. · b963d8b5
      Victor Shnayder authored
      * add module_from_xml param to I4xSystem
      * use it to implement xmodule.get_children()
      * fix a few comments here and there
      * Render-time progress display for seq and vertical modules.
        - Computes fraction of subproblems done.
      * Pass problem state back to js during ajax calls.
      * general cleanup in capa_module.py
      * add progress_changed and progress fields to json returned from each ajax handler
      
      * Coffeescript changes to hook up sequence tracking of problem progress
      
      * net result: sequence 'a' tags now have a progress class
      * properly set css class on initial load
      * fire event when progress changes after ajax calls
      * also save state in 'progress' property of problems-wrapper tag
      * event handler finds those tags, computes updated progress
      b963d8b5
    • Victor Shnayder's avatar
      Add Progress class and tests · a1269353
      Victor Shnayder authored
      a1269353
    • Calen Pennington's avatar
      6fb35c47
  6. Jun 18, 2012
  7. Jun 07, 2012
  8. Jun 06, 2012
  9. Jun 01, 2012
  10. May 31, 2012
  11. May 27, 2012
  12. May 21, 2012
  13. May 17, 2012
  14. May 12, 2012
  15. May 10, 2012
  16. May 08, 2012
  17. Mar 19, 2012
  18. Feb 11, 2012
  19. Jan 26, 2012
  20. Jan 24, 2012
  21. Jan 21, 2012
    • Piotr Mitros's avatar
      Vertical Module is now an x_module · 16ab1bb5
      Piotr Mitros authored
      16ab1bb5
    • Piotr Mitros's avatar
      Modules moved into their own directory · 837e87e1
      Piotr Mitros authored
      --HG--
      rename : courseware/capa_module.py => courseware/modules/capa_module.py
      rename : courseware/html_module.py => courseware/modules/html_module.py
      rename : courseware/schematic_module.py => courseware/modules/schematic_module.py
      rename : courseware/video_module.py => courseware/modules/video_module.py
      rename : courseware/x_module.py => courseware/modules/x_module.py
      837e87e1
  22. Jan 18, 2012
  23. Jan 07, 2012
Loading