-
Notifications
You must be signed in to change notification settings - Fork 0
/
study.html
37 lines (37 loc) · 1.46 KB
/
study.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" crossorigin src="https://k12.openstax.org/apps/raise/index.63234956.js"></script>
<link rel="stylesheet" href="https://k12.openstax.org/apps/raise/index.3b570205.css">
<title>UX Testing Content</title>
</head>
<body>
<h1>Video test</h1>
<video controls="true" crossorigin="anonymous">
<source src="https://k12.openstax.org/contents/raise/resources/c40ee608debba1a775862e255a434fa76895e971">
<track src="https://k12.openstax.org/contents/raise/resources/29f18a8884c4fca16b99e5ff6962e16c97ff2bac"
kind="captions" srclang="en" label="en">
Video
</video>
<h1>Problem set test</h1>
<div class="os-raise-ib-pset" data-retry-limit="2" data-schema-version="1.0">
<div class="os-raise-ib-pset-problem" data-problem-type="input" data-solution="blue" data-problem-comparator="text">
<div class="os-raise-ib-pset-problem-content">
<p>What color is the sky?</p>
</div>
<div class="os-raise-ib-pset-correct-response">
<p>You're right!</p>
</div>
<div class="os-raise-ib-pset-encourage-response">
<p>Hmmm...perhaps you live on a different planet? We specifically mean Earth.</p>
</div>
</div>
<div class="os-raise-ib-pset-correct-response">
</div>
<div class="os-raise-ib-pset-encourage-response">
</div>
</div>
</body>
</html>