-
Notifications
You must be signed in to change notification settings - Fork 4
/
module_n.4.html
47 lines (43 loc) · 1.68 KB
/
module_n.4.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
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Demo Files</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Book Author, Book Title" name="description">
<!-- Bootstrap -->
<link href="css/bootstrap_plus.css" rel="stylesheet" media="screen">
<link href="css/graphics_and_svg.css" rel="stylesheet">
<link href="css/learning-objective.css" rel="stylesheet">
<link href="css/module-opener.css" rel="stylesheet">
<link href="css/toc.css" rel="stylesheet">
<link href="css/grey-thing.css" rel="stylesheet">
<link href="css/eCourse-master.css" rel="stylesheet" media="screen">
</head>
<body>
<!-- Body Content -->
<div class="container-fluid contentBucket">
<div class="row-fluid">
<div class="span6">
<h2 class="setTitle"></h2>
<p>Tests of the Widget Assessment Versions</p>
<p>Most widgets can have an assessment mode, and these are tests of widgets used in that mode, where the student can submit a result and be scored on it. They should also get whatever custom feedback is scripted.</p>
</div>
<div class="span6">
<div class="mainContent"></div>
<div id="widgetTarget0"></div>
</div>
</div>
</div>
<script src="js/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- <script src="js/jquery.touchSwipe.min.js"></script> -->
<script src="js/jquery-ui-1.10.2.custom.js"></script>
<script src="js/toc-structure.js"></script>
<script src="js/eCourse-master.js"></script>
<script src="js/d3.v3.min.js"></script>
<script>
//demo widget goes here, if desired
</script>
</body>
</html>