-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtesting
More file actions
executable file
·165 lines (161 loc) · 8.14 KB
/
testing
File metadata and controls
executable file
·165 lines (161 loc) · 8.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html>
<head>
<title>IVQ Player</title>
<link rel="stylesheet" type="text/css" href="/vq/vqPlayer/style.css" />
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script type="text/javascript" src="/vq/vqPlayer/js/progress.js"></script>
<script type="text/javascript" src="/vq/vqPlayer/js/css_browser_selector.js"></script>
<script type="text/javascript" src="/vq/vqPlayer/js/jpinst.js"></script>
<script type="text/javascript" src="/vq/vqPlayer/js/range-touch.js"></script>
<script type="text/javascript" src="/vq/vqPlayer/js/resize.js"></script>
<!-- <script src='/login/js/lti.js'></script> -->
</head>
<body>
<div id="stageCover">
<div id="coverTop" class="cover stripes"></div>
<div id="coverBottom" class="cover stripes"></div>
<div id="coverLeft" class="cover stripes"></div>
<div id="coverRight" class="cover stripes"></div>
</div>
<div id="stage" class="screen">
<div id="quiz">
<div id="videoPlayer">
<video id="videoBox" playsinline>
<source src="media/video.mp4" type="video/mp4">
<source src="media/video.m4v" type="video/mp4">
<p class="text fs-20">Loading video...</p>
<!--<track src='../../../vqLib/DAL/?author=towan&videoid=4&vtt' default>-->
<!--<track src='media/video.vtt'>-->
<!--<track default>-->
</video>
<div id='bigPlay' class='playState'></div> <!-- Tony -->
</div>
<div id="quizTitle" class="text fs-30"></div>
<div id="toggleQuestionBox" class="rounded">
<div id="toggleQuestionBG"></div>
<div id="toggleQuestionText" class="text fs-18">Show/Hide Questions</div>
</div>
<div id="resetQuestionButton" class="btn"></div>
<div id="resetQuestionBox" class="rounded">
<div id="resetQuestionBG"></div>
<div id="resetQuestionText" class="text fs-18">Reset Questions</div>
</div>
<div id="userInfoButton"></div>
<div id="userInfoBox" class="rounded">
<div id="userInfoBG"></div>
<div id="userInfoLogin" class="text fs-14">Signed in as [name].</div>
<div id="userInfoComplete" class="text fs-14">You have not completed this quiz yet.</div>
</div>
<div id="scoreBox">
<div id="scoreLabel" class="text fs-15">SCORE</div>
<div id="scoreNum" class="text fs-30">0</div>
<div id="scoreBarBox">
<div id="scoreBar"></div>
</div>
<div id="medals">
<div id="medal0" class="medal"></div>
<div id="medal1" class="medal"></div>
<div id="medal2" class="medal"></div>
</div>
<div id="scoreBubble">
<div id="scoreBubbleText" class="text fs-25">+250</div>
</div>
</div>
<div id="scoreInfo">
<div id="scoreInfoTitle">Scoring Information</div>
<div id="scoreInfoText">
The maximum score is 2000 points.
<br>
<br>
• Up to 1000 points can be earned by watching the video, based on the percentage of the video you've watched.
<br>
<br>
• Up to 1000 points can be earned by answering the questions correctly. However, answering a question incorrectly reduces the number of points earned.
</div>
</div>
<div id="buttonBank"></div>
<div id="quizBank">
<div id="questionBox">
<div id="questionBoxContents">
<div id="questionBoxBG" class="rounded"></div>
<div id="questionText" class="text fs-40"></div>
<div id="fillInPanels"></div>
<input id="fillInAnswer" class="rounded text fs-50">
<div id="expoBox" class="rounded">
<div id="expoTitle" class="text fs-60">Correct</div>
<div id="expoText" class="text fs-30"></div>
<div id="expoButtons">
<div id="expoButtonReview" class="expoButton rounded">
<div class="expoButtonText text fs-30">Review</div>
</div>
<div id="expoButtonRetry" class="expoButton rounded">
<div class="expoButtonText text fs-30">Retry</div>
</div>
<div id="expoButtonContinue" class="expoButton rounded">
<div class="expoButtonText text fs-30">Continue</div>
</div>
</div>
</div>
<div id="hideQuestionButton" class="btn">
<div id="hideQuestionButtonLabel">
<div id="hideQuestionButtonBG" class="rounded"></div>
<div id="hideQuestionButtonText" class="text fs-18">Show Video</div>
</div>
</div>
</div>
</div>
</div>
<div id="smallQuestionBox">
<div id="smallQuestionBoxBG"></div>
<div id="smallQuestionText" class="text fs-35"></div>
<div id="showQuestionButton" class="btn">
<div id="showQuestionButtonLabel">
<div id="showQuestionButtonBG" class="rounded"></div>
<div id="showQuestionButtonText" class="text fs-17">Hide Video</div>
</div>
</div>
</div>
<div id="videoControls">
<div id="videoPlayPause" class="playPause playState btn"></div>
<input id="seekSlider" type="range" min="0" max="100" value="0" step="0.05">
<div id="seekSliderBG" class="fakeSlider">
<div id="seekSliderTrack">
<div id="seekSliderThumb"></div>
</div>
</div>
<div id="questionMarkers"></div>
<div id="toggleQuestionButton" class="btn"></div>
<div id="timeDisplay">
<div id="timeDisplayText" class="text fs-23"></div>
<select id="playbackSpeed" class="text fs-15">
<option value="0.25">0.25x</option>
<option value="0.5">0.5x</option>
<option value="0.75">0.75x</option>
<option value="1" selected="selected">1x</option>
<option value="1.25">1.25x</option>
<option value="1.5">1.5x</option>
<option value="2">2x</option>
</select>
</div>
<div id='cc' class = 'on btn'></div> <!-- Tony -->
<div id="muteButton" class="btn"></div>
<input id="volumeSlider" type="range" min="0" max="100" value="100" step="1">
<div id="volumeSliderBG" class="fakeSlider">
<div id="volumeSliderTrack">
<div id="volumeSliderThumb"></div>
</div>
</div>
</div>
<div id="gameCompleteText" class="text fs-40"></div>
<div id="noQuestionText" class="text fs-30"></div>
</div>
<div id="blocker">
<div id="blockerText">
<div id="blockerTitle" class="text fs-150">Locked</div>
<div id="blockerSubtitle" class="text fs-50">This quiz has been made private by its author.<br>To view it, you must receive permission from the author.</div>
</div>
</div>
</div>
</body>
</html>