annotate example_eval/radio_example.xml @ 1353:41574c5bc5ee

Added WAVE.js, conversion of some C scripts to JS for WAVE file manipulation. By default, will use the WAVE decoder first before fallback to browser decoders. All browsers now support Integer 8-/16-/24-/34-bit and IEEE Float 32 WAVE files.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Sat, 16 Jan 2016 14:51:02 +0000
parents c6fd5f897fa2
children 92f26057b934
rev   line source
nickjillings@1345 1 <?xml version="1.0" encoding="UTF-8" ?>
nickjillings@1345 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nickjillings@1345 3 <setup interface="likert" projectReturn="save.php">
nickjillings@1345 4 <metric>
nickjillings@1345 5 <metricenable>testTimer</metricenable>
nickjillings@1345 6 <metricenable>elementTimer</metricenable>
nickjillings@1345 7 <metricenable>elementInitialPosition</metricenable>
nickjillings@1345 8 <metricenable>elementTracker</metricenable>
nickjillings@1345 9 <metricenable>elementFlagListenedTo</metricenable>
nickjillings@1345 10 <metricenable>elementFlagMoved</metricenable>
nickjillings@1345 11 <metricenable>elementListenTracker</metricenable>
nickjillings@1345 12 </metric>
nickjillings@1345 13 <interface>
nickjillings@1345 14 <interfaceoption type="check" name="fragmentMoved"/>
nickjillings@1345 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
nickjillings@1345 16 <interfaceoption type="show" name='playhead'/>
nickjillings@1345 17 <interfaceoption type="show" name="page-count"/>
nickjillings@1345 18 </interface>
nickjillings@1345 19 </setup>
nickjillings@1353 20 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-23">
nickjillings@1345 21 <interface>
nickjillings@1345 22 <scales>
nickjillings@1346 23 <scalelabel position="0">(1) Very Annoying</scalelabel>
nickjillings@1346 24 <scalelabel position="25">(2) Annoying</scalelabel>
nickjillings@1346 25 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nickjillings@1346 26 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nickjillings@1346 27 <scalelabel position="100">(5) Inaudible</scalelabel>
nickjillings@1345 28 </scales>
nickjillings@1345 29 </interface>
nickjillings@1345 30 <audioelement url="1.wav" id="track-1"/>
nickjillings@1345 31 <audioelement url="1.wav" id="track-2"/>
nickjillings@1345 32 </page>
nickjillings@1345 33 </waet>