Skip to content
Snippets Groups Projects
  1. Jun 23, 2020
  2. Jun 22, 2020
    • Michael Roytman's avatar
      Add condition to check whether the user has requested a change to the... · 57d57363
      Michael Roytman authored
      Add condition to check whether the user has requested a change to the proctoring_provider Advanced Setting. In the case that the setting is not available (i.e. the ENABLE_PROCTORING_PROVIDER_OVERRIDES waffle flag is not enabled for the course), the requested proctoring_provider will be None. We should consider, in this case, that the user has not requested a change to the proctoring_provider setting and therefore should not prevent the user from saving course settings if the other conditions for preventing changes to the proctoring_provider setting are met.
      57d57363
  3. Jun 19, 2020
  4. Jun 05, 2020
  5. Dec 30, 2019
  6. Sep 19, 2019
  7. Jul 09, 2019
  8. Feb 07, 2019
  9. Feb 04, 2019
  10. Dec 21, 2018
  11. Dec 07, 2018
    • Paulo Viadanna's avatar
      Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses. · c4fc4b5d
      Paulo Viadanna authored
      The course_visiblity field can have one of three values:
      1. private (default): This keeps the standard access rules.
      2. public_outline: Allows unenrolled and anonymous users access to the outline.
      3. public: Allows unenrolled and anonymous users access to both outline and
         course content.
      
      When an unenrolled user accesses course content, instead of student_view(),
      public_view() is used. A default implementation is provided for XBlocks
      which do not implement this view. The public_view() must not have any
      functionality which assumes the presence of a valid User and should show
      a readonly only interface for the XBlock content.
      c4fc4b5d
  12. Nov 09, 2018
  13. Nov 07, 2018
    • Paulo Viadanna's avatar
      Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses. · e6e0a02e
      Paulo Viadanna authored
      The course_visiblity field can have one of three values:
      1. private (default): This keeps the standard access rules.
      2. public_outline: Allows unenrolled and anonymous users access to the outline.
      3. public: Allows unenrolled and anonymous users access to both outline and
         course content.
      
      When an unenrolled user accesses course content, instead of student_view(),
      public_view() is used. A default implementation is provided for XBlocks
      which do not implement this view. The public_view() must not have any
      functionality which assumes the presence of a valid User and should show
      a readonly only interface for the XBlock content.
      e6e0a02e
  14. Aug 16, 2018
  15. Aug 03, 2018
  16. Jan 31, 2018
  17. Dec 27, 2017
  18. Nov 22, 2017
  19. Nov 17, 2017
  20. Aug 19, 2017
  21. Jul 04, 2017
  22. Jun 26, 2017
  23. May 30, 2017
  24. Apr 13, 2017
  25. Sep 02, 2016
  26. Aug 03, 2016
    • Nimisha Asthagiri's avatar
      Robust Grades refactor · be5940e6
      Nimisha Asthagiri authored
      Adds ENABLE_SUBSECTION_GRADES_SAVED feature flag to both lms and cms. Also
      installs the wiring that will allow robust grades to be used for courses
      that enable it. This functionality is still gated by the feature flag
      and should not be used until the remaining robust grades work is finished.
      be5940e6
  27. Jul 21, 2016
  28. May 02, 2016
    • Eric Fischer's avatar
      Hide After Due setting for Timed Exams · d48e88ba
      Eric Fischer authored
      TNL-4366
      Changes in studio to allow the hide_after_due setting to be utilized.
      
      Includes:
          -python changes to contentstore, where the data is stored.
          -refactoring of timed-examination-preference-editor.underscore, to add this
              setting and make the editor more accessible.
          -javascript changes to link the new setting to the correct data model.
          -sass updates to fix a11y issues on the editor modal.
          -addition of post-due visibility information to course outline in studio.
          -new tests: python, js, acceptance, and a11y
      d48e88ba
  29. Apr 28, 2016
    • Eric Fischer's avatar
      Hide After Due setting for Timed Exams · ea77c3ec
      Eric Fischer authored
      TNL-4366
      Changes in studio to allow the hide_after_due setting to be utilized.
      
      Includes:
          -python changes to contentstore, where the data is stored.
          -refactoring of timed-examination-preference-editor.underscore, to add this
              setting and make the editor more accessible.
          -javascript changes to link the new setting to the correct data model.
          -sass updates to fix a11y issues on the editor modal.
          -addition of post-due visibility information to course outline in studio.
          -new tests: python, js, acceptance, and a11y
      ea77c3ec
  30. Apr 05, 2016
  31. Mar 28, 2016
  32. Feb 18, 2016
  33. Jan 20, 2016
  34. Dec 15, 2015
    • Muhammad Shoaib's avatar
      PHX-161 · 788cece4
      Muhammad Shoaib authored
      - added the new field review_rules for software secure
      - added a new tab name "Additional Settings" for the proctored/timed exams
      788cece4
  35. Dec 11, 2015
  36. Oct 28, 2015
  37. Sep 17, 2015
  38. Jul 28, 2015
  39. Jul 23, 2015