From 675d0e1413261e9553f2e2f10274285d9e707a6a Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Fri, 7 Aug 2015 22:28:29 -0700 Subject: [PATCH] Add Peer Instruction XBlock --- cms/envs/common.py | 3 +++ requirements/edx/edx-private.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index f1d34953a1..5304c47872 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1005,6 +1005,9 @@ ADVANCED_COMPONENT_TYPES = [ # In-course reverification checkpoint 'edx-reverification-block', + + # Peer instruction tool + 'ubcpi', ] # Adding components in this list will disable the creation of new problem for diff --git a/requirements/edx/edx-private.txt b/requirements/edx/edx-private.txt index 9d93ca26ce..4865be2cac 100644 --- a/requirements/edx/edx-private.txt +++ b/requirements/edx/edx-private.txt @@ -18,3 +18,6 @@ # This repository contains schoolyourself-xblock, which is used in # edX's "AlgebraX" and "GeometryX" courses. -e git+https://github.com/schoolyourself/schoolyourself-xblock.git@5e4d37716e3e72640e832e961f7cc0d38d4ec47b#egg=schoolyourself-xblock + +# Peer instruction xblock +ubcpi-xblock==0.4.4