annotate analysis/index.html @ 650:ce3d4d6d01b8
Dev_main
Major updates. Specification Nodes now own file (specification.js). Updating Analysis to allow filtering based on survey responses.
author |
Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
date |
Thu, 31 Mar 2016 13:31:42 +0100 |
parents |
828d6b96af57 |
children |
|
rev |
line source |
n@566
|
1 <html lang="en">
|
n@566
|
2 <head>
|
n@566
|
3 <meta charset="utf-8" />
|
n@571
|
4 <link rel='stylesheet' href="analysis.css" type="text/css"/>
|
n@566
|
5 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
|
n@566
|
6 <script type="text/javascript" src="analysis.js"></script>
|
n@650
|
7 <script type="text/javascript" src="../specification.js"></script>
|
n@566
|
8 </head>
|
n@566
|
9 <body>
|
n@566
|
10 <h1>Web Audio Evaluation Toolbox: Analysis</h1>
|
n@650
|
11 <div id="test-saved"></div>
|
n@571
|
12 <button onclick="chartContext.clear();">Clear Charts</button>
|
n@571
|
13 <div id="test-charts">
|
n@571
|
14 <p>Charts per test</p>
|
n@571
|
15 <button onclick="chartContext.drawTestMean();">Means</button>
|
n@640
|
16 <button onclick="chartContext.drawTestBoxplot();">Boxplot</button>
|
n@571
|
17 </div>
|
n@571
|
18 <div id="page-charts">
|
n@571
|
19 <p>Charts per test page</p>
|
n@571
|
20 <button onclick="chartContext.drawPageMean();">Means</button>
|
n@571
|
21 </div>
|
n@571
|
22 <div id="element-charts">
|
n@571
|
23 <p>Charts per element</p>
|
n@571
|
24 <button onclick="chartContext.drawElementHistogram();">Histogram</button>
|
n@571
|
25 </div>
|
n@571
|
26
|
n@566
|
27 <div id="test-pages"></div>
|
n@566
|
28 </body>
|
n@566
|
29 </html> |