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 21, 2020
  4. Jun 19, 2020
  5. Jun 16, 2020
  6. Jun 11, 2020
  7. Jun 10, 2020
  8. Jun 08, 2020
  9. Jun 07, 2020
  10. Jun 05, 2020
  11. Jun 04, 2020
  12. Jun 03, 2020
  13. Jun 02, 2020
    • David Ormsbee's avatar
      Create learning_sequences app, Course Outline API. · 5d1b2498
      David Ormsbee authored
      Introduces the learning_sequences app, intended to provide metadata for
      sequences and course outlines. The short term goal is to provide faster
      source of this information for the new Courseware microfrontend
      (frontend-app-learning). The medium term goal is to provide an in-proc
      API that is useful to other parts of the platform that need fast access
      to course outline information customized for a user. The long term
      goals are outlined in the README.rst.
      
      This first iteration of the API only lays out the basic structure for
      how we'd arrange the pieces, with enough of an implementation to feel
      "real" (simple schedules, staff_only content hiding). It's not ready to
      be turned on, and is not currently plugged into the publish-flow. The
      only way to get data into this new API is via the update_course_outline
      management command. The REST endpoint is also currently limited to
      global staff only, though it's possible to get the outline for a student
      by using the ?username= query parameter.
      
      TNL-7122
      5d1b2498
    • Kyle McCormick's avatar
      Expose was_ever_proctored_exam dict entry on xblock_info (#24040) · 7e3470db
      Kyle McCormick authored
      In a follow-up PR, this entry will be used to validate
      on the client-side that a block that *is* or *ever was*
      a proctored/practice/onboarding exam cannot be configured
      as a different proctored/practice/onboarding exam, as that
      has led to problematic exam configuration states between
      edX and proctoring providers.
      
      MST-258
  14. Jun 01, 2020
  15. May 31, 2020
  16. May 27, 2020
  17. May 21, 2020
  18. May 20, 2020
  19. May 12, 2020
  20. May 08, 2020
Loading