1. 03 Jul, 2012 7 commits
  2. 29 Jun, 2012 3 commits
  3. 26 Jun, 2012 7 commits
  4. 25 Jun, 2012 1 commit
  5. 22 Jun, 2012 1 commit
  6. 21 Jun, 2012 2 commits
  7. 20 Jun, 2012 3 commits
  8. 19 Jun, 2012 2 commits
    • Initial progress display. · b963d8b5
      * 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
      Victor Shnayder committed
  9. 14 Jun, 2012 1 commit
  10. 13 Jun, 2012 6 commits
  11. 12 Jun, 2012 2 commits
  12. 11 Jun, 2012 3 commits
  13. 09 Jun, 2012 1 commit
    • first pass in capa cleanup: · 46b45969
         - responsetype used to be instantiated multiple times(!) in capa_problem
           now it is instantiated once, and stored in self.responders
         - responsetypes.GenericResponse restructured; each superclass
           show now provide setup_response (and not __init__), and may
           provide get_max_score(); general __init__ provided to
           clean up superclasses.
      ichuang committed
  14. 08 Jun, 2012 1 commit