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
68ee28f8
Commit
68ee28f8
authored
Sep 10, 2015
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update edx-proctoring to 0.9.x
parent
1c910cfb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
5 deletions
+29
-5
lms/djangoapps/courseware/tests/test_module_render.py
+2
-2
lms/static/sass/course/courseware/_courseware.scss
+26
-2
requirements/edx/github.txt
+1
-1
No files found.
lms/djangoapps/courseware/tests/test_module_render.py
View file @
68ee28f8
...
...
@@ -850,7 +850,7 @@ class TestProctoringRendering(ModuleStoreTestCase):
'honor'
,
True
,
None
,
'
Would you like to take "Toy Videos" as a practice proctored exam?
'
,
'
Try a proctored exam
'
,
True
),
(
...
...
@@ -871,7 +871,7 @@ class TestProctoringRendering(ModuleStoreTestCase):
'verified'
,
False
,
None
,
'
Would you like to take "Toy Videos" as a proctored exam?
'
,
'
This exam is proctored
'
,
False
),
(
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
68ee28f8
...
...
@@ -136,6 +136,7 @@ div.course-wrapper {
border-bottom
:
none
;
box-shadow
:
none
;
text-align
:
left
;
width
:
100%
;
&
:hover
{
background-color
:
transparent
;
}
...
...
@@ -181,21 +182,36 @@ div.course-wrapper {
border-top
:
4px
solid
#22B557
!
important
;
margin
:
0
auto
;
}
&
.success-left-bar
{
border-left
:
4px
solid
#22B557
!
important
;
margin
:
0
auto
;
}
&
.message-top-bar
{
border-top
:
4px
solid
#FAB95C
!
important
;
margin
:
0
auto
;
}
&
.message-left-bar
{
border-left
:
4px
solid
#FAB95C
!
important
;
margin
:
0
auto
;
}
&
.failure
{
border-left
:
4px
solid
#C93B34
!
important
;
margin
:
0
auto
;
}
}
div
.proctored-exam
{
@extend
.timed-exam
;
.proctored-exam-message
{
border-top
:
(
$baseline
/
10
)
solid
rgb
(
207
,
216
,
220
);
padding-top
:
25px
;
}
// specialized padding override just for the entrance page
&
.entrance
{
button
.gated-sequence
{
padding
:
0
(
$baseline
*
5
)
0
(
$baseline
*
2
.5
);
}
}
button
{
background
:
#126F9A
;
color
:
$white
;
...
...
@@ -221,8 +237,7 @@ div.course-wrapper {
font-size
:
22px
;
left
:
0
;
top
:
$baseline
;
color
:
rgb
(
206
,
216
,
220
)
color
:
rgb
(
206
,
216
,
220
);
}
}
.start-timed-exam
{
...
...
@@ -241,6 +256,9 @@ div.course-wrapper {
top
:
50%
;
font-size
:
30px
;
margin-top
:
-15px
;
&
.fa-arrow-circle-right
{
top
:
30%
;
}
}
&
:last-child
{
>
.fa
{
...
...
@@ -248,6 +266,12 @@ div.course-wrapper {
}
border-bottom
:
none
;
}
&
:last-child
{
>
.practice-exam
{
color
:
#147ABA
;
}
border-bottom
:
none
;
}
}
}
.proctored-exam-skip-confirm-wrapper
{
...
...
requirements/edx/github.txt
View file @
68ee28f8
...
...
@@ -58,7 +58,7 @@ git+https://github.com/edx/ecommerce-api-client.git@1.1.0#egg=ecommerce-api-clie
-e git+https://github.com/edx/edx-user-state-client.git@30c0ad4b9f57f8d48d6943eb585ec8a9205f4469#egg=edx-user-state-client
-e git+https://github.com/edx/edx-organizations.git@release-2015-08-31#egg=edx-organizations
git+https://github.com/edx/edx-proctoring.git@0.
8.3#egg=edx-proctoring==0.8.3
git+https://github.com/edx/edx-proctoring.git@0.
9.6#egg=edx-proctoring==0.9.6
# 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