Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
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
OpenEdx
edx-proctoring
Commits
f86653e5
Commit
f86653e5
authored
Nov 04, 2015
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #219 from edx/cdodge/style-fixes
Cdodge/style fixes
parents
b757a025
f697c65f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
edx_proctoring/templates/proctored_exam/confirm-decline.html
+4
-4
edx_proctoring/templates/proctored_exam/footer.html
+1
-1
edx_proctoring/templates/proctored_exam/ready_to_start.html
+1
-1
setup.py
+1
-1
No files found.
edx_proctoring/templates/proctored_exam/confirm-decline.html
View file @
f86653e5
{% load i18n %}
{% load i18n %}
<div
class=
"proctored-exam
-skip-confirm-wrapper
hidden"
>
<div
class=
"proctored-exam
skip-confirm-wrapper warning
hidden"
>
<div
class=
"proctored-exam-skip-confirm"
>
<div
class=
"proctored-exam-skip-confirm"
>
<div
class=
"msg-title"
>
<div
class=
"msg-title"
>
{% blocktrans %}
{% blocktrans %}
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
{% endblocktrans %}
{% endblocktrans %}
</div>
</div>
<div
class=
"proctored-exam-skip-actions"
>
<div
class=
"proctored-exam-skip-actions"
>
<button
class=
"proctored-exam-skip-confirm-button btn btn-pl-primary btn-base"
data-ajax-url=
"{{enter_exam_endpoint}}"
data-exam-id=
"{{exam_id}}"
>
<button
class=
"
exam-action-button
proctored-exam-skip-confirm-button btn btn-pl-primary btn-base"
data-ajax-url=
"{{enter_exam_endpoint}}"
data-exam-id=
"{{exam_id}}"
>
{% trans "Continue Exam Without Proctoring" %}
{% trans "Continue Exam Without Proctoring" %}
</button>
</button>
<button
class=
"
proctored-exam-skip-cancel-button btn btn-default
btn-base"
>
<button
class=
"
exam-action-button proctored-exam-skip-cancel-button btn btn-secondary
btn-base"
>
{% trans "Go Back" %}
{% trans "Go Back" %}
</button>
</button>
</div>
</div>
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
if
(
!
inProcess
)
{
if
(
!
inProcess
)
{
enableClickEvent
(
$
(
this
));
enableClickEvent
(
$
(
this
));
$
(
".proctored-exam.entrance"
).
removeClass
(
'hidden'
);
$
(
".proctored-exam.entrance"
).
removeClass
(
'hidden'
);
$
(
".proctored-exam
-
skip-confirm-wrapper"
).
addClass
(
'hidden'
);
$
(
".proctored-exam
.
skip-confirm-wrapper"
).
addClass
(
'hidden'
);
}
else
{
}
else
{
return
false
;
return
false
;
}
}
...
...
edx_proctoring/templates/proctored_exam/footer.html
View file @
f86653e5
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
if
(
!
attempt_proctored
)
{
if
(
!
attempt_proctored
)
{
enableClickEvent
(
$
(
this
));
enableClickEvent
(
$
(
this
));
$
(
".proctored-exam.entrance"
).
addClass
(
'hidden'
);
$
(
".proctored-exam.entrance"
).
addClass
(
'hidden'
);
$
(
".proctored-exam
-
skip-confirm-wrapper"
).
removeClass
(
'hidden'
);
$
(
".proctored-exam
.
skip-confirm-wrapper"
).
removeClass
(
'hidden'
);
}
else
{
}
else
{
var
action_url
=
$
(
this
).
data
(
'ajax-url'
);
var
action_url
=
$
(
this
).
data
(
'ajax-url'
);
var
exam_id
=
$
(
this
).
data
(
'exam-id'
);
var
exam_id
=
$
(
this
).
data
(
'exam-id'
);
...
...
edx_proctoring/templates/proctored_exam/ready_to_start.html
View file @
f86653e5
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
<div>
<div>
<button
type=
"button"
class=
"proctored-enter-exam btn btn-pl-primary btn-base"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
class=
"
exam-action-button
proctored-enter-exam btn btn-pl-primary btn-base"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
{% blocktrans %}
{% blocktrans %}
Start my exam
Start my exam
{% endblocktrans %}
{% endblocktrans %}
...
...
setup.py
View file @
f86653e5
...
@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
...
@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup
(
setup
(
name
=
'edx-proctoring'
,
name
=
'edx-proctoring'
,
version
=
'0.10.1
5
'
,
version
=
'0.10.1
6
'
,
description
=
'Proctoring subsystem for Open edX'
,
description
=
'Proctoring subsystem for Open edX'
,
long_description
=
open
(
'README.md'
)
.
read
(),
long_description
=
open
(
'README.md'
)
.
read
(),
author
=
'edX'
,
author
=
'edX'
,
...
...
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