1. 14 Jul, 2017 2 commits
  2. 11 Jul, 2017 3 commits
  3. 03 Apr, 2017 4 commits
  4. 29 Mar, 2017 3 commits
  5. 28 Mar, 2017 1 commit
  6. 23 Mar, 2017 3 commits
  7. 22 Feb, 2017 4 commits
  8. 06 Dec, 2016 3 commits
  9. 05 Dec, 2016 3 commits
  10. 01 Sep, 2016 1 commit
  11. 23 Aug, 2016 2 commits
  12. 20 Jul, 2016 1 commit
  13. 20 Jun, 2016 1 commit
  14. 10 Mar, 2016 3 commits
  15. 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
  16. 02 Mar, 2016 1 commit
  17. 26 Feb, 2016 4 commits