Mercurial > hg > webaudioevaluationtool
view test_create.html @ 2568:4903cda56c2a
Timelines (Python): Y label and ticks as on interface
E.g. if the scale is called 'Spatial quality', this will be the Y label, and if ticks are 'Poor / Okay / Great' at 25%/50%/70%', these will be the Y ticks.
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Mon, 17 Oct 2016 10:33:51 +0200 |
parents | b2df2be58fc2 |
children | 464c6c6692d6 |
line wrap: on
line source
<html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> <link rel='stylesheet' type="text/css" href="test_create/style.css"/> <link rel='stylesheet' type="text/css" href="test_create/custom.css"/> <script type="text/javascript"> window.onbeforeunload = function (e) {var message = 'If you leave the page now, any unsaved changes will be lost', e = e || window.event; if (e) { e.returnValue = message;}return message;}; // Copy of Specifiation node from Core.js </script> <script src="js/jquery-2.1.4.js"></script> <script type="text/javascript" src='js/specification.js'></script> <script type="text/javascript" src="test_create/test_core.js"></script> </head> <body> <div id="popupHolder"></div> <div id="blanket"></div> <div id="content"></div> </body> </html>