1. 03 Apr, 2017 3 commits
  2. 29 Mar, 2017 3 commits
  3. 28 Mar, 2017 1 commit
  4. 23 Mar, 2017 3 commits
  5. 22 Feb, 2017 4 commits
  6. 06 Dec, 2016 3 commits
  7. 05 Dec, 2016 3 commits
  8. 01 Sep, 2016 1 commit
  9. 23 Aug, 2016 2 commits
  10. 20 Jul, 2016 1 commit
  11. 20 Jun, 2016 1 commit
  12. 10 Mar, 2016 3 commits
  13. 09 Mar, 2016 1 commit
    • Use score summaries in data download · a5e721e4
      The submissions API has a get_score() method which, given a student item,
      will look up the relevant ScoreSummary and return the latest Score it
      contains. Our data download should do the same.
      
      To avoid confusion, we have elected to hide scores that could not be
      returned from api.get_score(). The other options are:
      - include a score that may be for a different submission for the same
          student item, if using ScoreSummary.latest in all cases
      - include scores that may not "count", because they'll never be the
          return value of api.get_score()
      
      Test has been updated.
      Eric Fischer committed
  14. 02 Mar, 2016 1 commit
  15. 26 Feb, 2016 4 commits
  16. 19 Feb, 2016 2 commits
  17. 18 Feb, 2016 4 commits