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
f287c66a
Commit
f287c66a
authored
Oct 27, 2015
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #208 from edx/cdodge/style-feedback
updates per UX review
parents
3a1b0aa5
4c9c8445
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
edx_proctoring/templates/proctored_exam/confirm-decline.html
+1
-1
edx_proctoring/templates/proctored_exam/ready_to_start.html
+1
-1
edx_proctoring/templates/proctored_exam/ready_to_submit.html
+2
-2
edx_proctoring/templates/timed_exam/ready_to_submit.html
+2
-2
No files found.
edx_proctoring/templates/proctored_exam/confirm-decline.html
View file @
f287c66a
...
...
@@ -12,7 +12,7 @@
{% endblocktrans %}
</div>
<div
class=
"proctored-exam-skip-actions"
>
<button
class=
"proctored-exam-skip-confirm-button btn btn-primary btn-base"
data-ajax-url=
"{{enter_exam_endpoint}}"
data-exam-id=
"{{exam_id}}"
>
<button
class=
"proctored-exam-skip-confirm-button btn btn-p
l-p
rimary btn-base"
data-ajax-url=
"{{enter_exam_endpoint}}"
data-exam-id=
"{{exam_id}}"
>
{% trans "Continue Exam Without Proctoring" %}
</button>
<button
class=
"proctored-exam-skip-cancel-button btn btn-default btn-base"
>
...
...
edx_proctoring/templates/proctored_exam/ready_to_start.html
View file @
f287c66a
...
...
@@ -15,7 +15,7 @@
{% endblocktrans %}
</p>
<div>
<button
type=
"button"
class=
"proctored-enter-exam btn btn-primary btn-base"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
class=
"proctored-enter-exam btn btn-p
l-p
rimary btn-base"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
{% blocktrans %}
Start my exam
{% endblocktrans %}
...
...
edx_proctoring/templates/proctored_exam/ready_to_submit.html
View file @
f287c66a
...
...
@@ -12,13 +12,13 @@
as well as achieve a final grade that meets credit requirements for the course.
{% endblocktrans %}
</p>
<button
type=
"button"
name=
"submit-proctored-exam"
class=
"exam-action-button btn btn-primary btn-base"
data-action=
"submit"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
name=
"submit-proctored-exam"
class=
"exam-action-button btn btn-p
l-p
rimary btn-base"
data-action=
"submit"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
{% blocktrans %}
Yes, end my proctored exam
{% endblocktrans %}
</button>
{% if does_time_remain %}
<button
type=
"button"
name=
"goback-proctored-exam"
class=
"exam-action-button btn btn-secondary btn-base"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
name=
"goback-proctored-exam"
class=
"exam-action-button btn btn-secondary btn-base"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
style=
"box-shadow: none"
>
{% blocktrans %}
No, I'd like to continue working
{% endblocktrans %}
...
...
edx_proctoring/templates/timed_exam/ready_to_submit.html
View file @
f287c66a
...
...
@@ -10,13 +10,13 @@
Make sure your answers are ready to be submitted, and then submit your exam. Your exam will then be graded.
{% endblocktrans %}
</p>
<button
type=
"button"
name=
"submit-proctored-exam"
class=
"exam-action-button btn btn-primary btn-base"
data-action=
"submit"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
name=
"submit-proctored-exam"
class=
"exam-action-button btn btn-p
l-p
rimary btn-base"
data-action=
"submit"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
{% blocktrans %}
Yes, submit my timed exam.
{% endblocktrans %}
</button>
{% if does_time_remain %}
<button
type=
"button"
name=
"goback-proctored-exam"
class=
"exam-action-button btn btn-secondary btn-base"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
name=
"goback-proctored-exam"
class=
"exam-action-button btn btn-secondary btn-base"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
style=
"box-shadow: none"
>
{% blocktrans %}
No, I want to continue working.
{% 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