Mercurial > hg > webaudioevaluationtool
comparison analysis/index.html @ 1915:8d8f07be23d7
Fixed some comment/score parser issues on PHP.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 24 Mar 2016 12:29:39 +0000 |
parents | 41de3c8f9ee4 |
children | 6c819878ac85 |
comparison
equal
deleted
inserted
replaced
1914:41de3c8f9ee4 | 1915:8d8f07be23d7 |
---|---|
9 <h1>Web Audio Evaluation Toolbox: Analysis</h1> | 9 <h1>Web Audio Evaluation Toolbox: Analysis</h1> |
10 <button onclick="chartContext.clear();">Clear Charts</button> | 10 <button onclick="chartContext.clear();">Clear Charts</button> |
11 <div id="test-charts"> | 11 <div id="test-charts"> |
12 <p>Charts per test</p> | 12 <p>Charts per test</p> |
13 <button onclick="chartContext.drawTestMean();">Means</button> | 13 <button onclick="chartContext.drawTestMean();">Means</button> |
14 <button onclick="chartContext.drawTestBoxplot();">Means</button> | 14 <button onclick="chartContext.drawTestBoxplot();">Boxplot</button> |
15 </div> | 15 </div> |
16 <div id="page-charts"> | 16 <div id="page-charts"> |
17 <p>Charts per test page</p> | 17 <p>Charts per test page</p> |
18 <button onclick="chartContext.drawPageMean();">Means</button> | 18 <button onclick="chartContext.drawPageMean();">Means</button> |
19 </div> | 19 </div> |