Commit a39f22d9 by Diana Huang Committed by GitHub

Merge pull request #13132 from edx/andya/update-proctoring-version

Update to use new edx-proctoring version
parents 8adf87f9 273db610
......@@ -929,7 +929,7 @@ class TestProctoringRendering(SharedModuleStoreTestCase):
CourseMode.VERIFIED,
False,
'error',
'There was a problem with your proctoring session',
'A technical error has occurred with your proctored exam',
False
),
)
......
......@@ -205,7 +205,7 @@ html.video-fullscreen {
}
}
background-color: #F2F4F5;
background-color: #F2F8FB;
padding: 30px;
font-size: 16px;
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
......@@ -283,7 +283,7 @@ html.video-fullscreen {
display: block;
}
p {
color: rgb(63, 58, 59);
color: #414141;
strong {
font-weight: 600;
}
......
......@@ -92,7 +92,7 @@ git+https://github.com/edx/xblock-utils.git@v1.0.2#egg=xblock-utils==1.0.2
-e git+https://github.com/edx/edx-reverification-block.git@0.0.5#egg=edx-reverification-block==0.0.5
git+https://github.com/edx/edx-user-state-client.git@1.0.1#egg=edx-user-state-client==1.0.1
git+https://github.com/edx/xblock-lti-consumer.git@v1.0.9#egg=xblock-lti-consumer==1.0.9
git+https://github.com/edx/edx-proctoring.git@0.12.21#egg=edx-proctoring==0.12.21
git+https://github.com/edx/edx-proctoring.git@0.13.0#egg=edx-proctoring==0.13.0
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga
......
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