From b58579526cfae66f2c7439f86ba7684a3d7d98d8 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Wed, 9 Aug 2017 09:05:05 -0700 Subject: [PATCH 1/5] Revert "Update problem-builder xblock install version (PLAT-1644)" --- requirements/edx/edx-private.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/edx-private.txt b/requirements/edx/edx-private.txt index 05cc6a8d09..191c636649 100644 --- a/requirements/edx/edx-private.txt +++ b/requirements/edx/edx-private.txt @@ -8,7 +8,7 @@ # For Harvard courses: -e git+https://github.com/gsehub/xblock-mentoring.git@4d1cce78dc232d5da6ffd73817b5c490e87a6eee#egg=xblock-mentoring -git+https://github.com/open-craft/problem-builder.git@v2.6.10#egg=xblock-problem-builder==2.6.10 +git+https://github.com/open-craft/problem-builder.git@v2.6.5#egg=xblock-problem-builder==2.6.5 # Oppia XBlock -e git+https://github.com/oppia/xblock.git@9f6b95b7eb7dbabb96b77198a3202604f96adf65#egg=oppia-xblock From 2511c9fad6aabddd225cb22d77f1585c8e807293 Mon Sep 17 00:00:00 2001 From: Sarah Fischmann Date: Fri, 4 Aug 2017 11:26:20 -0400 Subject: [PATCH 2/5] Adding link to proctor review rules in Studio Allows instructors to see a link to the online proctoring review rules documentation while configuring and exam to be a proctored exam. Also updates the GitHub requirements to point to the newest 0.19.0 release of edx-proctoring. EDUCATOR-757 --- cms/djangoapps/contentstore/views/item.py | 1 + .../timed-examination-preference-editor.underscore | 13 ++++++++++++- requirements/edx/github.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/cms/djangoapps/contentstore/views/item.py b/cms/djangoapps/contentstore/views/item.py index 330eb0ee35..240a7dc2d4 100644 --- a/cms/djangoapps/contentstore/views/item.py +++ b/cms/djangoapps/contentstore/views/item.py @@ -1194,6 +1194,7 @@ def create_xblock_info(xblock, data=None, metadata=None, include_ancestor_info=F elif xblock.category == 'sequential': xblock_info.update({ 'is_proctored_exam': xblock.is_proctored_exam, + 'online_proctoring_rules': settings.PROCTORING_SETTINGS.get('LINK_URLS', {}).get('online_proctoring_rules', {}), 'is_practice_exam': xblock.is_practice_exam, 'is_time_limited': xblock.is_time_limited, 'exam_review_rules': xblock.exam_review_rules, diff --git a/cms/templates/js/timed-examination-preference-editor.underscore b/cms/templates/js/timed-examination-preference-editor.underscore index a72e72996a..fad00198d3 100644 --- a/cms/templates/js/timed-examination-preference-editor.underscore +++ b/cms/templates/js/timed-examination-preference-editor.underscore @@ -42,7 +42,18 @@