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
09d59770
Commit
09d59770
authored
Aug 11, 2015
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try to fix jasmine tests
parent
aad96d77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
edx_proctoring/static/proctoring/spec/proctored_exam_spec.js
+2
-2
No files found.
edx_proctoring/static/proctoring/spec/proctored_exam_spec.js
View file @
09d59770
...
@@ -6,9 +6,9 @@ describe('ProctoredExamView', function () {
...
@@ -6,9 +6,9 @@ describe('ProctoredExamView', function () {
'<div class="proctored_exam_status">'
+
'<div class="proctored_exam_status">'
+
'<script type="text/template" id="proctored-exam-status-tpl">'
+
'<script type="text/template" id="proctored-exam-status-tpl">'
+
'<div class="exam-timer">'
+
'<div class="exam-timer">'
+
'
<%- gettext("You are taking
\
"") %>
'
+
'
You are taking "
'
+
'<a href="<%= exam_url_path %>"> <%= exam_display_name %> </a>'
+
'<a href="<%= exam_url_path %>"> <%= exam_display_name %> </a>'
+
'
<%- gettext("
\
" as a proctored exam. The timer on the right shows the time remaining in the exam") %>
'
+
'
" as a proctored exam. The timer on the right shows the time remaining in the exam
'
+
'<span id="time_remaining_id" class="pull-right"> <b> </b> </span> </div>'
+
'<span id="time_remaining_id" class="pull-right"> <b> </b> </span> </div>'
+
'</script>'
+
'</script>'
+
'</div>'
'</div>'
...
...
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