Skip to content
Snippets Groups Projects
  1. Aug 26, 2019
  2. Aug 15, 2018
  3. Jul 31, 2015
  4. Jun 17, 2015
    • Nick Parlante's avatar
      Extended Feedback and Hints for Problems · 77f30696
      Nick Parlante authored
      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.
      77f30696
  5. Jan 15, 2015
  6. Jan 14, 2015
  7. Dec 10, 2014
  8. Dec 05, 2014
  9. Nov 06, 2014
  10. Oct 23, 2014
    • Jim's avatar
      Support and tests for adding a reset button to units · 6d19a0c8
      Jim authored
      Users may want to start anew when answering a question. This commit decouples reset from randomization while still preserving backward compatibility. Users can clear their input.
      Instructors can set course-wide and problem-specific settings for reset button display.
      6d19a0c8
  11. Oct 01, 2014
  12. Sep 23, 2014
    • David Ormsbee's avatar
      Basic Mobile API (v0.5) and Video Abstraction Layer integration. · 4f5d8b30
      David Ormsbee authored
      Note that the features in this release are opt-in, and course and video
      behavior will remain the same unless a course explicitly opts in.
      
      Major pieces of functionality with this commit:
      
      Allows the listing of a user's enrollments, course videos, and updates. In
      order to make a course available for mobile use, course staff must explicitly
      set the Course Advanced Setting "Mobile Course Available" to true. Course staff
      will always see their own courses through the Mobile API regardless of this
      setting, but students will only be allowed to see a course through the Mobile
      API if this setting is set to "true". By default, a Course will *not* be
      available for mobile use.
      
      This is a Django app for video resource management. It is completely optional,
      and is intended to allow video and operations teams to create new encodings of
      videos (e.g. low res for mobile) and change CDNs without having to edit course
      data directly. Course teams can now use a "EdX Video ID" setting for Videos,
      which will leverage VAL. Video units that do not fill in an "EdX Video ID" will
      behave exactly as they always have.
      
      * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag.
      * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag.
      * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER).
      * The Mobile API is a read-only API, but VAL requires database migrations.
      * Applications that make use of either the Mobile API or VAL must be registered
        with the OAuth2 provider app in Django Admin.
      4f5d8b30
  13. Aug 20, 2014
  14. Aug 08, 2014
  15. Aug 07, 2014
  16. Aug 04, 2014
    • njdup's avatar
      Instructors can view previously sent email content · 5791fd10
      njdup authored
      Previously on the send email page of the instructor dashboard, instructors could only view
      task information about emails they've sent for their course in the past.
      In addition to this, I've now added the ability to see the content of all previously sent emails.
      
      A "Sent Email History" button has been added to the page. When clicked, a table displaying the
      subject line, number of emails sent, and date/time of submission for each previously sent email
      is created. An instructor can then click on any subject line to see the content of that email,
      displayed in a modal window that appears on the page.
      
      The window is also equipped with a "copy email to editor" button, which copies the emails contents
      to the tinyMCE editor, so that an instructor can easily resend an email that they've sent
      in the past.
      5791fd10
  17. Jul 15, 2014
    • David Adams's avatar
      Make text on register button on About page conditional. · aa1b6239
      David Adams authored
       Added a new advanced setting; invitation_only
      
       If invitation_only display "Enrollment in this course is by invitation only"
       Otherwise, if outside of enrollment period display "Enrollment is Closed"
      
       This issue is logged at LMS-2670
      
       Also fixed in this PR is issue LMS-2717; even though the Register button was greyed out,
       clicking it sent one to the registration page.
      aa1b6239
  18. Jun 26, 2014
  19. Jun 24, 2014
  20. Jun 20, 2014
  21. Jun 14, 2014
  22. Jun 13, 2014
  23. Jun 11, 2014
  24. Jun 05, 2014
  25. Jun 02, 2014
  26. May 29, 2014
  27. May 28, 2014
  28. May 27, 2014
  29. May 23, 2014
  30. May 21, 2014