Mercurial > hg > webaudioevaluationtool
diff tests/templates/itur1116.xml @ 2908:9c26e579e64d
Test create supports template XMLs. Added ITU-R BS.1116 template.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 01 Aug 2017 09:13:57 +0100 |
parents | |
children | e2b241c88b74 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/templates/itur1116.xml Tue Aug 01 09:13:57 2017 +0100 @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> + <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> + <setup interface="MUSHRA" projectReturn="save.php" randomiseOrder="true" loudness="-23"> + <exitText>Thank you for participating in this listening test. You may now exit the test environment</exitText> + <metric> + <metricenable>testTimer</metricenable> + <metricenable>elementTimer</metricenable> + <metricenable>elementInitialPosition</metricenable> + <metricenable>elementTracker</metricenable> + <metricenable>elementFlagListenedTo</metricenable> + <metricenable>elementFlagMoved</metricenable> + <metricenable>elementListenTracker</metricenable> + </metric> + <interface> + <interfaceoption type="check" name="fragmentMoved" /> + <scales> + <scalelabel position="100">Imperceptible</scalelabel> + <scalelabel position="75">Perceptible but not annoying</scalelabel> + <scalelabel position="50">Slightly annoying</scalelabel> + <scalelabel position="25">Annoying</scalelabel> + <scalelabel position="0">Very annoying</scalelabel> + </scales> + </interface> + </setup> + <page id="training" randomiseOrder="true" repeatCount="0" loop="true" synchronous="true" position="0"> + <interface> + <title>Quality</title> + </interface> + <audioelement url="0.wav" id="training-A" type="reference" label="A" position="0" /> + <audioelement url="1.wav" id="training-1" /> + <audioelement url="0.wav" id="training-2" /> + </page> + <page id="test-0" randomiseOrder="true" repeatCount="0" loop="true" synchronous="true" position="0"> + <interface> + <title>Quality</title> + </interface> + <audioelement url="0.wav" id="test-0-A" type="reference" label="A" position="0" /> + <audioelement url="1.wav" id="test-0-1" /> + <audioelement url="0.wav" id="test-0-2" /> + </page> + </waet>