Commit 5afc6c66 by Dillon Dumesnil

Updating version number after responding to Nimisha's comments in…

Updating version number after responding to Nimisha's comments in edx/xblock-review and updated header text in xblock
parent 6fa86247
...@@ -364,7 +364,7 @@ class TestReviewFunctions(TestReviewXBlock): ...@@ -364,7 +364,7 @@ class TestReviewFunctions(TestReviewXBlock):
} }
)) ))
expected_header_text = 'Review Component' expected_header_text = 'Review Problems'
# The problems are defaulted to correct upon load # The problems are defaulted to correct upon load
# This happens because the problems "raw_possible" field is 0 and the # This happens because the problems "raw_possible" field is 0 and the
# "raw_earned" field is also 0. # "raw_earned" field is also 0.
......
...@@ -102,7 +102,7 @@ git+https://github.com/edx/edx-user-state-client.git@1.0.1#egg=edx-user-state-cl ...@@ -102,7 +102,7 @@ git+https://github.com/edx/edx-user-state-client.git@1.0.1#egg=edx-user-state-cl
git+https://github.com/edx/xblock-lti-consumer.git@v1.1.6#egg=lti_consumer-xblock==1.1.6 git+https://github.com/edx/xblock-lti-consumer.git@v1.1.6#egg=lti_consumer-xblock==1.1.6
git+https://github.com/edx/edx-proctoring.git@1.3.1#egg=edx-proctoring==1.3.1 git+https://github.com/edx/edx-proctoring.git@1.3.1#egg=edx-proctoring==1.3.1
# This is here because all of the other XBlocks are located here. However, it is published to PyPI and will be installed that way # This is here because all of the other XBlocks are located here. However, it is published to PyPI and will be installed that way
xblock-review==1.0.1 xblock-review==1.1.0
# Third Party XBlocks # Third Party XBlocks
......
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