1. 14 Jan, 2016 1 commit
  2. 13 Jan, 2016 7 commits
  3. 11 Jan, 2016 12 commits
  4. 07 Jan, 2016 8 commits
  5. 23 Dec, 2015 1 commit
  6. 22 Dec, 2015 6 commits
  7. 17 Dec, 2015 2 commits
  8. 16 Dec, 2015 3 commits
    • Merge pull request #821 from edx/efischer/doc_updates · 6b562401
      Doc updates staff grading in Studio
      Eric Fischer committed
    • Staff grading doc updates · 379142e5
      Updating a user-facing string to include staff grading. Also updating
      some dangerously outdated documentation in code that was unearthed
      during PR review.
      Eric Fischer committed
    • Enable Staff Grading · 5cae4ead
      Able to enable full staff grading from studio, save without errors, and view
      the staff grading step as expected from LMS.
      
      Includes:
          -template additions, staff grading disabled by default
          -fetching real staff requirements
          -javascript to hook into the python backend
          -changing some default assumptions about assessment types
          -modifications to validation
          -small bugfix for scroll behaviorwith validation alert.
          -updates to existing unit tests
          -additional validation, serialization, and javascript tests
          -fix for staff requirements bug (no more duble-unpacking)
          -updates the bundled studio js file
          -moving StaffWorkflow initilization to api's on_init() method
          -acceptance tests (lms)
          -addition of "Staff Assessment Section" to test course for bokchoy tests
          -renaming `requirements` to `<type>_requirements` in assessment apis
      Eric Fischer committed