forked from wylovan/qti30Upgrader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
29 lines (28 loc) · 1.05 KB
/
index.htm
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
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
<head>
<title>QTI 3.0 Upgrader</title>
<meta charset="UTF-8" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
<link rel="stylesheet" type="text/css" href="site.css" />
</head>
<body>
<div>
<header>
<h1>QTI 3.0 Upgrader</h1>
<form id="uploadForm" action="#">
<label>QTI Items and/or Shared Stimuli (QTI or APIP) <input id="inputFiles" type="file" multiple="multiple" /></label>
<br />
<label><input id="inputShowInPage" type="checkbox" checked="checked" /> Show results in page.</label>
<label><input id="inputCreateZip" type="checkbox" /> Create zip package.</label>
<br />
<button type="submit">Submit</button>
</form>
</header>
<div id="results">
</div>
</div>
<script src="saxon-js/SaxonJS2.js"></script>
<script src="site.js" type="module"></script>
</body>
</html>