Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a39f22d9
Commit
a39f22d9
authored
Aug 17, 2016
by
Diana Huang
Committed by
GitHub
Aug 17, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13132 from edx/andya/update-proctoring-version
Update to use new edx-proctoring version
parents
8adf87f9
273db610
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
lms/djangoapps/courseware/tests/test_module_render.py
+1
-1
lms/static/sass/course/courseware/_courseware.scss
+2
-2
requirements/edx/github.txt
+1
-1
No files found.
lms/djangoapps/courseware/tests/test_module_render.py
View file @
a39f22d9
...
...
@@ -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
),
)
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
a39f22d9
...
...
@@ -205,7 +205,7 @@ html.video-fullscreen {
}
}
background-color
:
#F2F
4F5
;
background-color
:
#F2F
8FB
;
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
;
}
...
...
requirements/edx/github.txt
View file @
a39f22d9
...
...
@@ -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.1
2.21#egg=edx-proctoring==0.12.21
git+https://github.com/edx/edx-proctoring.git@0.1
3.0#egg=edx-proctoring==0.13.0
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment