1. 12 Dec, 2014 1 commit
  2. 03 Dec, 2014 1 commit
  3. 02 Dec, 2014 1 commit
  4. 01 Dec, 2014 3 commits
  5. 27 Nov, 2014 2 commits
  6. 26 Nov, 2014 1 commit
  7. 25 Nov, 2014 5 commits
  8. 24 Nov, 2014 2 commits
  9. 19 Nov, 2014 2 commits
  10. 18 Nov, 2014 2 commits
  11. 13 Nov, 2014 2 commits
  12. 12 Nov, 2014 5 commits
  13. 11 Nov, 2014 1 commit
  14. 24 Oct, 2014 1 commit
  15. 23 Oct, 2014 1 commit
    • Verify submission_uuid when creating assessments · 855f4d55
      This corrects an issue where assessments were sometimes incorrectly
      associated with the wrong response.
      
      The behavior was caused because the POST request to the `peer_assess`
      handler only contained the feedback text/options and did _not_ include
      mention of which original response was being assessed. If the current
      workflow item is updated on the server _after_ the page first loads but
      _before_ the page is submitted, this submission will be incorrectly
      associated with the following response.
      
      Steps to reproduce:
      - Submit a response (User A).
      - Wait for peers to submit responses (User B and User C).
      - Load page with first peer response to be assessed (not not submit).
      - Open the same page again in a new tab.
      - In 1st tab, assess and submit assessment for User B.
      - In 2nd tab, assess and submit assessment for User B.
      - Notice that your assessment for User B's response is also applied to
        User C's response.
      
      This changeset does _not_ restore data retroactively.
      
      Fix TNL-680
      stv committed
  16. 18 Sep, 2014 1 commit
  17. 16 Sep, 2014 2 commits
  18. 15 Sep, 2014 2 commits
  19. 12 Sep, 2014 1 commit
  20. 11 Sep, 2014 1 commit
  21. 04 Sep, 2014 2 commits
  22. 27 Aug, 2014 1 commit