1. 03 Jan, 2017 1 commit
  2. 22 Nov, 2016 1 commit
  3. 16 Nov, 2016 1 commit
  4. 26 Oct, 2016 1 commit
    • Patterns for better bok choy tests · eedc4418
      * visit() already does a wait_for_page()
      * wait_for_page() already asserts on is_browser_on_page(), as it will raise a BrokenPromise after polling
      * don't use is_browser_on_page() in an assertion unless you are 100% certain you're already on the page
      * if an action takes you to another page, synchronize with a wait_for_page() for that new page
      Jesse Zoldak committed
  5. 18 Oct, 2016 1 commit
  6. 06 Oct, 2016 2 commits
  7. 02 Sep, 2016 5 commits
  8. 28 Jul, 2016 1 commit
  9. 22 Mar, 2016 3 commits
  10. 08 Dec, 2015 1 commit
  11. 19 Nov, 2015 1 commit
  12. 16 Nov, 2015 1 commit
  13. 22 Oct, 2015 1 commit
  14. 20 Oct, 2015 1 commit
  15. 22 Sep, 2015 1 commit
  16. 02 Sep, 2015 1 commit
  17. 01 Sep, 2015 2 commits
  18. 27 Aug, 2015 1 commit
  19. 20 Aug, 2015 1 commit
    • OSPR-535 Partial Credit · 7624c633
      Squashed commit of the following:
      
      commit 0f7c2af5f7b8caed575dd253a45299293b2729d7
      Author: Colin-Fredericks <colin.fredericks@gmail.com>
      Date:   Tue Jun 30 12:04:43 2015 -0400
      
          Forgot icon
      
      commit b48970392741130f774709c54eb6e5ab0089812c
      Author: Colin-Fredericks <colin.fredericks@gmail.com>
      Date:   Tue Jun 30 11:49:57 2015 -0400
      
          OSPR-535 Partial Credit
      
          Squashed commit of the following:
      
          commit 6dd34f58f994e32d0d54bf1d67bffd04e0f8ef08
          Author: Colin-Fredericks <cof945@dhcp-140-247-184-176.fas.harvard.edu>
          Date:   Tue Jun 30 11:44:01 2015 -0400
      
              Fixing accidental overwrite.
      
          commit 1ff8fc4b0e83b90356e8e8dce1022f49bfd162cf
          Author: Colin-Fredericks <cof945@dhcp-140-247-184-176.fas.harvard.edu>
          Date:   Tue Jun 30 11:18:36 2015 -0400
      
              OSPR-535 Partial Credit
      
              Revised after first pull discussion.
      
      Fixing scss typos
      
      Fixing check/x display problem
      
      Empty set is not []
      
      Shuffling empty answer code to grade properly.
      
      I don't think I ever wrote this in the first place...
      
      Adding tests for MC and Checkbox
      
      including proper partial-credit marking and scoring
      
      Numerical and OptionResponse tests
      
      Also a few improvements to NumericalResponse problem type and
      exception-raising.
      
      CustomResponse tests and more numerical tests
      
      Increasing coverage and fixing typos
      
      Exception added for pylint false positive
      
      Hopefully fixing coverage issue
      
      Retabulating line continuation
      
      Bok Choy test for partial credit
      
      Copypasta fix
      
      Adding tooltip for partial credit
      
      Improving and expanding comments
      
      Minor fixes
      Colin-Fredericks committed
  20. 19 Aug, 2015 1 commit
  21. 17 Aug, 2015 1 commit
  22. 10 Aug, 2015 1 commit
    • OSPR-535 Partial Credit · c940814c
      Squashed commit of the following:
      
      commit 0f7c2af5f7b8caed575dd253a45299293b2729d7
      Author: Colin-Fredericks <colin.fredericks@gmail.com>
      Date:   Tue Jun 30 12:04:43 2015 -0400
      
          Forgot icon
      
      commit b48970392741130f774709c54eb6e5ab0089812c
      Author: Colin-Fredericks <colin.fredericks@gmail.com>
      Date:   Tue Jun 30 11:49:57 2015 -0400
      
          OSPR-535 Partial Credit
      
          Squashed commit of the following:
      
          commit 6dd34f58f994e32d0d54bf1d67bffd04e0f8ef08
          Author: Colin-Fredericks <cof945@dhcp-140-247-184-176.fas.harvard.edu>
          Date:   Tue Jun 30 11:44:01 2015 -0400
      
              Fixing accidental overwrite.
      
          commit 1ff8fc4b0e83b90356e8e8dce1022f49bfd162cf
          Author: Colin-Fredericks <cof945@dhcp-140-247-184-176.fas.harvard.edu>
          Date:   Tue Jun 30 11:18:36 2015 -0400
      
              OSPR-535 Partial Credit
      
              Revised after first pull discussion.
      
      Fixing scss typos
      
      Fixing check/x display problem
      
      Empty set is not []
      
      Shuffling empty answer code to grade properly.
      
      I don't think I ever wrote this in the first place...
      
      Adding tests for MC and Checkbox
      
      including proper partial-credit marking and scoring
      
      Numerical and OptionResponse tests
      
      Also a few improvements to NumericalResponse problem type and
      exception-raising.
      
      CustomResponse tests and more numerical tests
      
      Increasing coverage and fixing typos
      
      Exception added for pylint false positive
      
      Hopefully fixing coverage issue
      
      Retabulating line continuation
      
      Bok Choy test for partial credit
      
      Copypasta fix
      
      Adding tooltip for partial credit
      
      Improving and expanding comments
      
      Minor fixes
      Colin-Fredericks committed
  23. 24 Jul, 2015 1 commit
  24. 17 Jun, 2015 1 commit
    • Extended Feedback and Hints for Problems · 77f30696
      Extends the common capa response types (string, numeric, multiple
      choice, checkbox, dropdown) with feedback and hint
      capabilities. "Feedback" refers to feedback shown to the student when
      they check the problem, looking at their specific answer. "Hints"
      refers to a Hint button in LMS which the student can click at any time
      to see hints for that problem. The implementation extends the markdown
      syntax to include feedback and hints. There are new Feedback-and-Hint
      specific templates in Studio when the author clicks to add a new
      problem.
      Nick Parlante committed
  25. 06 Feb, 2015 1 commit