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
edx
edx-proctoring
Commits
f8d04bb6
Commit
f8d04bb6
authored
Nov 03, 2015
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update HTML to use new styles
parent
1d8b10f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
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
No files found.
edx_proctoring/templates/proctored_exam/confirm-decline.html
View file @
f8d04bb6
{% 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 @
f8d04bb6
...
@@ -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 @
f8d04bb6
...
@@ -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 %}
...
...
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