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
2974b9ee
Commit
2974b9ee
authored
Feb 07, 2013
by
Brian Wilson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/brian/pearson-exam' of github.com:MITx/mitx into feature/brian/pearson-exam
parents
cc11dc2a
6d4cb558
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
10 deletions
+21
-10
common/lib/capa/capa/tests/test_files/js/test_problem_display.js
+1
-1
common/lib/capa/capa/tests/test_files/js/test_problem_generator.js
+1
-1
common/lib/capa/capa/tests/test_files/js/test_problem_grader.js
+1
-1
common/lib/capa/capa/tests/test_files/js/xproblem.js
+1
-1
lms/static/sass/course/layout/_timer.scss
+15
-4
lms/templates/courseware/courseware.html
+2
-2
No files found.
common/lib/capa/capa/tests/test_files/js/test_problem_display.js
View file @
2974b9ee
// Generated by CoffeeScript 1.
3.3
// Generated by CoffeeScript 1.
4.0
(
function
()
{
var
MinimaxProblemDisplay
,
root
,
__hasProp
=
{}.
hasOwnProperty
,
...
...
common/lib/capa/capa/tests/test_files/js/test_problem_generator.js
View file @
2974b9ee
// Generated by CoffeeScript 1.
3.3
// Generated by CoffeeScript 1.
4.0
(
function
()
{
var
TestProblemGenerator
,
root
,
__hasProp
=
{}.
hasOwnProperty
,
...
...
common/lib/capa/capa/tests/test_files/js/test_problem_grader.js
View file @
2974b9ee
// Generated by CoffeeScript 1.
3.3
// Generated by CoffeeScript 1.
4.0
(
function
()
{
var
TestProblemGrader
,
root
,
__hasProp
=
{}.
hasOwnProperty
,
...
...
common/lib/capa/capa/tests/test_files/js/xproblem.js
View file @
2974b9ee
// Generated by CoffeeScript 1.
3.3
// Generated by CoffeeScript 1.
4.0
(
function
()
{
var
XProblemDisplay
,
XProblemGenerator
,
XProblemGrader
,
root
;
...
...
lms/static/sass/course/layout/_timer.scss
View file @
2974b9ee
div
.timer-main
{
position
:
fixed
;
z-index
:
99
;
top
:
0
;
right
:
0
;
width
:
100%
;
border-top
:
2px
solid
#000
;
div
#timer_wrapper
{
position
:
relativ
e
;
position
:
absolut
e
;
top
:
-3px
;
float
:
right
;
margin-right
:
10px
;
right
:
10px
;
background
:
#000
;
color
:
#fff
;
padding
:
10px
20px
;
border-radius
:
3px
;
}
.timer_return_url
{
display
:
block
;
margin-bottom
:
5px
;
border-bottom
:
1px
solid
tint
(
#000
,
20%
);
padding-bottom
:
5px
;
font-size
:
13px
;
}
.timer_label
{
color
:
#
ccc
;
color
:
#
b0b0b0
;
font-size
:
13px
;
margin-bottom
:
3px
;
}
#exam_timer
{
font-weight
:
bold
;
font-size
:
15px
;
letter-spacing
:
1px
;
}
}
lms/templates/courseware/courseware.html
View file @
2974b9ee
...
...
@@ -112,10 +112,10 @@
% if timer_expiration_datetime:
<div
class=
"timer-main"
>
<div
id=
"timer_wrapper"
>
<div
class=
"timer_label"
>
Time Remaining:
</div>
<div
id=
"exam_timer"
class=
"timer_value"
>
</div>
% if timer_navigation_return_url:
<a
href=
"${timer_navigation_return_url}"
class=
"timer_return_url"
>
Return
...
</a>
<a
href=
"${timer_navigation_return_url}"
class=
"timer_return_url"
>
Return
to Exam
</a>
% endif
<div
class=
"timer_label"
>
Time Remaining:
</div>
<div
id=
"exam_timer"
class=
"timer_value"
>
</div>
</div>
</div>
% endif
...
...
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