view analysis/index.html @ 2164:ce24c304f93c

comment/score _parser.php updated to match 'ref' 'name' attribute changes.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 16 Mar 2016 16:52:30 +0000
parents 749adcb68e99
children 227ca4d00ab1
line wrap: on
line source
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <link rel='stylesheet' href="analysis.css" type="text/css"/>
        <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
        <script type="text/javascript" src="analysis.js"></script>
    </head>
    <body>
        <h1>Web Audio Evaluation Toolbox: Analysis</h1>
        <button onclick="chartContext.clear();">Clear Charts</button>
        <div id="test-charts">
            <p>Charts per test</p>
            <button onclick="chartContext.drawTestMean();">Means</button>
        </div>
        <div id="page-charts">
            <p>Charts per test page</p>
            <button onclick="chartContext.drawPageMean();">Means</button>
        </div>
        <div id="element-charts">
            <p>Charts per element</p>
            <button onclick="chartContext.drawElementHistogram();">Histogram</button>
        </div>
        
        <div id="test-pages"></div>
    </body>
</html>