- Apr 25, 2019
-
-
David Ormsbee authored
-
- Apr 24, 2019
-
-
Dave St.Germain authored
This adds a new django app -- edx-when -- that will copy start and due dates to mysql and allow per-learner overrides in the instructor dashboard, using the existing IDDE interface. It adds a data migration for existing IDDE data.
-
- Apr 05, 2019
-
-
Alan Zarembok authored
-
- Apr 02, 2019
-
-
Jolyon Bloomfield authored
* INCR-185 Modernize common/lib/xmodule/xmodule/assetstore and contentstore * Adding check for python version when making integer contracts
-
Nimisha Asthagiri authored
-
- Apr 01, 2019
-
-
Jolyon Bloomfield authored
-
- Mar 28, 2019
-
-
Matthew Piatetsky authored
Revert "Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason""
-
- Mar 27, 2019
-
-
Matthew Piatetsky authored
Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason"
-
- Mar 26, 2019
-
-
Matthew Piatetsky authored
-
- Mar 22, 2019
-
-
Jeremy Bowman authored
-
- Mar 19, 2019
-
-
cclauss authored
-
- Mar 18, 2019
-
-
Dave St.Germain authored
-
- Mar 17, 2019
-
-
cclauss authored
-
- Mar 11, 2019
-
-
DawoudSheraz authored
-
- Mar 07, 2019
-
-
noraiz-anwar authored
-
- Mar 06, 2019
-
-
asadazam93 authored
-
- Mar 05, 2019
-
-
DawoudSheraz authored
-
- Feb 27, 2019
-
-
Calen Pennington authored
Co-Authored-By:
davestgermain <dave@st.germa.in>
-
- Feb 26, 2019
-
-
Dave St.Germain authored
-
- Feb 25, 2019
-
-
asadazam93 authored
-
- Feb 21, 2019
-
-
Michael Youngstrom authored
-
Dave St.Germain authored
-
- Feb 19, 2019
-
-
cclauss authored
Signed-off-by:
cclauss <cclauss@me.com>
-
cclauss authored
-
- Feb 14, 2019
-
-
Awais Jibran authored
-
- Feb 13, 2019
-
-
singuliere authored
-
- Feb 12, 2019
-
-
Michael Youngstrom authored
-
- Feb 08, 2019
-
-
Joseph Okonda authored
In Studio: Introduces a new option, `after some number of attempts` and a new entry box for specifying the number of attempts. This allows course creators to specify that a given question's answer is only viewable, i.e its show answer button is visible, after the learner has attempted answering the question - by hitting the submit button - a given number of times. Included in this commit are unit tests for the new feature.
-
Christopher Pappas authored
-
- Feb 07, 2019
-
-
Michael Roytman authored
Update version of edx-proctoring and update copy to refer to onboarding exams in Studio for proctoring backends that support onboarding exams.
-
Pooja Kulkarni authored
This PR is based on #19284 and is part of the series of work related to the proposal #18134. This PR avoids the assignment of anonymous/unenrolled users to any cohort when course is public. Anonymous or unenrolled users will only see content that does not have a content group assigned. The "View Course" link to the course outline is shown on the course about page for a course marked public/public outline. It also makes course handouts available for public courses (not for public_outline). This PR also hides the different warnings and messages asking the user to sign-in and enroll in the course, when the course is marked public. It modifies the default public_view text to include the component display_name when unenrolled access is not available.
-
- Feb 06, 2019
-
-
David Ormsbee authored
When an unknown content type is encountered, it's imported as a RawDescriptor, which will preserve the OLX and export it back out. But if we import a course while an XBlock is installed and then export it after that XBlock is removed, we export RawDescriptors that never got to save the original OLX and have a blank "data" field. Attempting to export this used to fail and break export altogether. We now test that the export continues to complete, and just skips over anything it can't serialize out. Note that this will stil export pointers in the export, so if you uninstalled a "AmazingBlock" and exported, you might see something like the following in a vertical's XML:: <vertical display_name="Unit"> <amazing url_name="2edebb68d5734395a06b8a62b9bb677e"/> </vertical> However there would be no corresponding file at: /amazing/2edebb68d5734395a06b8a62b9bb677e.xml In fact, there would be no /amazing directory at all in the export. The better long term solution is probably to leave the pointer as-is and export some generic file that can't be mistaken for OLX (say a JSON file) that represents the raw key-value data we have in Modulstore for the now unknown XBlock type. However, this commit at least keeps export from crashing out entirely.
-
- Feb 05, 2019
-
-
Matthew Piatetsky authored
-
- Jan 30, 2019
-
-
Michael Youngstrom authored
-
- Jan 28, 2019
-
-
Jeff Witt authored
change title attribute to aria-label on Play button for better screen reader UX
-
- Jan 23, 2019
-
-
rabiaiftikhar authored
-
- Jan 22, 2019
-
-
Jeremy Bowman authored
-
- Jan 21, 2019
-
-
Jeff Witt authored
-
- Jan 13, 2019
-
-
cclauss authored
-
- Jan 10, 2019
-
-
Ned Batchelder authored
-