annotate analysis/index.html @ 1103:2051868b21f0
Hotfix: Updated schema. <audioelement>, <surveyelement> and <commentquestion> have optional name attribute.
author |
Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
date |
Wed, 09 Mar 2016 11:29:16 +0000 |
parents |
b5bf2f57187c |
children |
83b439322229 |
rev |
line source |
n@1102
|
1 <html lang="en">
|
n@1102
|
2 <head>
|
n@1102
|
3 <meta charset="utf-8" />
|
n@1102
|
4 <link rel='stylesheet' href="analysis.css" type="text/css"/>
|
n@1102
|
5 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
|
n@1102
|
6 <script type="text/javascript" src="analysis.js"></script>
|
n@1102
|
7 </head>
|
n@1102
|
8 <body>
|
n@1102
|
9 <h1>Web Audio Evaluation Toolbox: Analysis</h1>
|
n@1102
|
10 <button onclick="chartContext.clear();">Clear Charts</button>
|
n@1102
|
11 <div id="test-charts">
|
n@1102
|
12 <p>Charts per test</p>
|
n@1102
|
13 <button onclick="chartContext.drawTestMean();">Means</button>
|
n@1102
|
14 </div>
|
n@1102
|
15 <div id="page-charts">
|
n@1102
|
16 <p>Charts per test page</p>
|
n@1102
|
17 <button onclick="chartContext.drawPageMean();">Means</button>
|
n@1102
|
18 </div>
|
n@1102
|
19 <div id="element-charts">
|
n@1102
|
20 <p>Charts per element</p>
|
n@1102
|
21 <button onclick="chartContext.drawElementHistogram();">Histogram</button>
|
n@1102
|
22 </div>
|
n@1102
|
23
|
n@1102
|
24 <div id="test-pages"></div>
|
n@1102
|
25 </body>
|
n@1102
|
26 </html> |