Mercurial > hg > webaudioevaluationtool
annotate example_eval/ABshort.xml @ 608:0256f3748b27 multiple-tests-concatenation
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sat, 12 Mar 2016 15:32:30 +0000 |
parents | 328f24798462 |
children |
rev | line source |
---|---|
giuliomoro@607 | 1 <?xml version="1.0" encoding="utf-8"?> |
giuliomoro@607 | 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> |
giuliomoro@607 | 3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' testPages="1" loudness="-23" sampleRate="44100"> |
giuliomoro@607 | 4 <metric> |
giuliomoro@607 | 5 <metricenable>testTimer</metricenable> |
giuliomoro@607 | 6 <metricenable>elementTimer</metricenable> |
giuliomoro@607 | 7 <metricenable>elementInitialPosition</metricenable> |
giuliomoro@607 | 8 <metricenable>elementTracker</metricenable> |
giuliomoro@607 | 9 <metricenable>elementFlagListenedTo</metricenable> |
giuliomoro@607 | 10 <metricenable>elementFlagMoved</metricenable> |
giuliomoro@607 | 11 <metricenable>elementListenTracker</metricenable> |
giuliomoro@607 | 12 </metric> |
giuliomoro@607 | 13 <interface> |
giuliomoro@607 | 14 <interfaceoption type="check" name="fragmentMoved"/> |
giuliomoro@607 | 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/> |
giuliomoro@607 | 16 <interfaceoption type="check" name="fragmentPlayed" /> |
giuliomoro@607 | 17 <interfaceoption type="show" name='playhead'/> |
giuliomoro@607 | 18 <interfaceoption type="show" name="page-count"/> |
giuliomoro@607 | 19 <interfaceoption type="show" name='volume'/> |
giuliomoro@607 | 20 </interface> |
giuliomoro@607 | 21 </setup> |
giuliomoro@607 | 22 <page id="test-0" hostURL="example_eval/" randomiseOrder="true" repeatCount="0" loop="false" showElementComments="true" loudness="-12"> |
giuliomoro@607 | 23 <commentboxprefix>Comment on fragment</commentboxprefix> |
giuliomoro@607 | 24 <interface> |
giuliomoro@607 | 25 <title>Which of these do you prefer</title> |
giuliomoro@607 | 26 </interface> |
giuliomoro@607 | 27 <audioelement url="3.wav" id="track-0"/> |
giuliomoro@607 | 28 <audioelement url="5.wav" id="track-1"/> |
giuliomoro@607 | 29 </page> |
giuliomoro@607 | 30 </waet> |