1. 22 Aug, 2014 2 commits
    • Allow Mathjax(Latex) in Student responses · 9a6b5086
      Currently, Latex rendering is only supported for question prompts in ORA2. This
      commit introduces Latex rendering in ORA2 student response, peer assessment
      view, self assessment view, grade view, and staff-info view. The reason that
      this Latex rendering code is inserted directly into ORA2 is that edx-platform,
      does not know when to start Latex rendering for ORA2 views that come in via
      AJAX.
      
      This commit introduces "Preview in Latex" feature which allows students to see
      their response rendered in MathJax before submission.
      
      Conflicts:
      	openassessment/xblock/static/js/openassessment-lms.min.js
      	openassessment/xblock/static/js/openassessment-studio.min.js
      Se Won Jang committed
    • Merge pull request #618 from njdup/master · c0923489
      Instructors can edit default response feedback text
      Stephen Sanchez committed
  2. 20 Aug, 2014 2 commits
    • Instructors can edit default response feedback text · 75ff564d
      Previously, instructors were unable to edit the feedback prompt text ("I noticed that
      this response...") displayed in the response box asking a student to provide feedback
      on the peer responses they received.
      
      To allow instructors to edit this, I've added an editable xml element (feedback_default_text).
      The text within the element defaults to "I noticed that this response...," but an instructor
      can change this text to whatever he or she wants by editing the text within the xml element.
      
      Editing of this new element has also been added to the authoring gui.
      njdup committed
    • Update i18n strings · 5c6ee6b6
      Will Daly committed
  3. 12 Aug, 2014 4 commits
  4. 11 Aug, 2014 3 commits
  5. 08 Aug, 2014 19 commits
  6. 07 Aug, 2014 10 commits