Commit 675d0e14 by Pan Luo

Add Peer Instruction XBlock

parent 70866104
...@@ -1005,6 +1005,9 @@ ADVANCED_COMPONENT_TYPES = [ ...@@ -1005,6 +1005,9 @@ ADVANCED_COMPONENT_TYPES = [
# In-course reverification checkpoint # In-course reverification checkpoint
'edx-reverification-block', 'edx-reverification-block',
# Peer instruction tool
'ubcpi',
] ]
# Adding components in this list will disable the creation of new problem for # Adding components in this list will disable the creation of new problem for
......
...@@ -18,3 +18,6 @@ ...@@ -18,3 +18,6 @@
# This repository contains schoolyourself-xblock, which is used in # This repository contains schoolyourself-xblock, which is used in
# edX's "AlgebraX" and "GeometryX" courses. # edX's "AlgebraX" and "GeometryX" courses.
-e git+https://github.com/schoolyourself/schoolyourself-xblock.git@5e4d37716e3e72640e832e961f7cc0d38d4ec47b#egg=schoolyourself-xblock -e git+https://github.com/schoolyourself/schoolyourself-xblock.git@5e4d37716e3e72640e832e961f7cc0d38d4ec47b#egg=schoolyourself-xblock
# Peer instruction xblock
ubcpi-xblock==0.4.4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment