1. 25 Nov, 2016 2 commits
    • Bump version to 2.6.4. · 113d5d6f
      Matjaz Gregoric committed
    • Introduce Answer.course_key and deprecate course_id. · b8555670
      This introduces a new 255-char course_key field to the Answer model.
      The old 50-char course_id field is still present, but is deprecated and
      will be removed in next release.
      
      We cannot simply extend the existing course_id field because we have
      some large problem_builder_answer tables in production and the migration
      to extend the column would lock the table causing issues in production.
      
      The code is updated so that it uses the new course_key column, but falls
      back to course_id.
      In next release, a data migration to copy course_id data to course_key
      will be provided and the course_id column dropped.
      Matjaz Gregoric committed
  2. 24 Nov, 2016 7 commits
  3. 17 Nov, 2016 1 commit
  4. 16 Nov, 2016 2 commits
  5. 10 Nov, 2016 3 commits
  6. 08 Nov, 2016 1 commit
  7. 07 Nov, 2016 1 commit
  8. 01 Nov, 2016 2 commits
  9. 30 Oct, 2016 1 commit
  10. 08 Oct, 2016 2 commits
    • Merge pull request #125 from open-craft/jill/a11y-fixes · 432c1b9a
      Accessibility updates
      Jillian Vogel committed
    • Improves the accessibility of the Problem Builder, Step Builder, and their related XBlocks. · 8ac56fc2
      * Moves the choice-label <input> elements inside of their <label> tags.
      * Wraps long-answer and slider question text in a <label> tag.
      * Uses <th> instead of <td> elements inside <thead>, for the instructor tool and plot preview tables.
      * Links the feedback, and choice-tip text with the choice labels via aria-describedby.
      * Wraps the choice-result feedback icons inside the label elements, to match CAPA a11y design.
      * Adds translated, aria-visible labels for the "correct answer/choice" checkmark and "incorrect answer/choice" X.
      * Adds the 'aria-live="polite"' attribute to the divs whose content changes dynamically.
      * Removes block-level children from <legend>, placing the h3.question-title outside the <fieldset>.
      * Fixes tests broken by above commits
      * Adds tests for new aria-label attributes..
      Jillian Vogel committed
  11. 05 Oct, 2016 1 commit
  12. 04 Oct, 2016 2 commits
  13. 29 Sep, 2016 2 commits
  14. 28 Sep, 2016 1 commit
  15. 27 Sep, 2016 1 commit
  16. 13 Sep, 2016 2 commits
  17. 12 Sep, 2016 2 commits
  18. 13 Jul, 2016 2 commits
  19. 11 Jul, 2016 1 commit
  20. 13 Apr, 2016 2 commits
  21. 11 Apr, 2016 1 commit
  22. 07 Apr, 2016 1 commit