- Jun 23, 2020
-
-
Michael Roytman authored
Change validation code to use the value of the proctoring_provider model when making a comparison instead of the entire model. Otherwise, the condition 'current_provider != requested_provider' always resolves to True.
-
- Jun 22, 2020
-
-
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.
-
- Jun 19, 2020
-
-
Michael Roytman authored
-
- Jun 05, 2020
-
-
Zachary Hancock authored
* prevent proctoring provider changes after course start * better comment wording * add support email to error msg
-
- Dec 30, 2019
-
-
Feanil Patel authored
This will remove imports from __future__ that are no longer needed. https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
-
- Sep 19, 2019
-
-
Nicholas D'Alfonso authored
hide course card image, course about page image, and course display name when publisher flag is turned on
-
- Jul 09, 2019
-
-
arbisoft 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.
-
- Feb 04, 2019
-
-
Matthew Piatetsky authored
-
- Dec 21, 2018
-
-
Michael Roytman authored
do not show Create Zendesk Tickets For Suspicious Proctored Exam Attempts Studio Advanced Setting field if user is not edX staff
-
Michael Roytman authored
-
- Dec 07, 2018
-
-
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.
-
- Nov 09, 2018
-
-
Awais Jibran authored
This reverts commit f9ae594d, reversing changes made to 7c08e50f.
-
- Nov 07, 2018
-
-
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.
-
- Aug 16, 2018
-
-
Jeremy Bowman authored
-
- Aug 03, 2018
-
-
Daniel Clemente Laboreo authored
-
- Jan 31, 2018
-
-
Jeremy Bowman authored
-
- Dec 27, 2017
-
-
Jillian Vogel authored
and fixes affected tests.
-
- Nov 22, 2017
-
-
Ned Batchelder authored
-
- Nov 17, 2017
-
-
Nimisha Asthagiri authored
-
- Aug 19, 2017
-
-
Ned Batchelder authored
-
- Jul 04, 2017
-
-
Ravi Ojha authored
Summary: We show "Issue Open Badges" setting in Studio Course -> Settings -> Advanced Settings, even if the flag ENABLE_OPENBADGES is set to False. With this commit, it will only show up in Advanced Settings if ENABLE_OPENBADGES is set to True.
-
- Jun 26, 2017
-
-
Alex Dusenbery authored
-
- May 30, 2017
-
-
Andy Armstrong authored
-
- Apr 13, 2017
-
-
Jillian Vogel authored
-
- Sep 02, 2016
-
-
Sanford Student authored
-
- Aug 03, 2016
-
-
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.
-
- Jul 21, 2016
-
-
cahrens authored
TNL-4670
-
- May 02, 2016
-
-
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
-
- Apr 28, 2016
-
-
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
-
- Apr 05, 2016
-
-
Renzo Lucioni authored
It doesn't make sense to list these LMS block attributes in course-level advanced settings. Doing so is confusing to course teams.
-
- Mar 28, 2016
-
-
Renzo Lucioni authored
It doesn't make sense to list these LMS block attributes in course-level advanced settings. Doing so is confusing to course teams.
-
- Feb 18, 2016
-
-
Nimisha Asthagiri authored
-
- Jan 20, 2016
-
-
Giovanni Di Milia authored
The CCXCon app is used to push course updated to the CCXCon externale service.
-
- Dec 15, 2015
-
-
Muhammad Shoaib authored
- added the new field review_rules for software secure - added a new tab name "Additional Settings" for the proctored/timed exams
-
- Dec 11, 2015
-
-
Sarina Canelake authored
-
- Oct 28, 2015
-
-
Peter Fogg authored
-
- Sep 17, 2015
-
-
Zia Fazal authored
fixed object has no attribute 'get' fixed 'LazySettings' object has no attribute add social settings to cms/env/aws
-
- Jul 28, 2015
-
-
Chris Dodge authored
-
- Jul 23, 2015
-
-
Chris Dodge authored
-