annotate example_eval/project.xml @ 1823:d52eef362e00

Edits to DMRN Poster
author Dave <djmoffat@users.noreply.github.com>
date Wed, 16 Dec 2015 11:25:04 +0000
parents 65b97da472dc
children f9c9a40f33bd
rev   line source
nickjillings@1692 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@1685 2 <BrowserEvalProjectDocument>
nickjillings@1522 3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2">
nickjillings@1646 4 <PreTest>
nickjillings@1763 5 <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
nickjillings@1588 6 <checkbox id="experience">
nickjillings@1588 7 <statement>Check options which are relevant to you</statement>
nickjillings@1588 8 <option id="digital">Digital Consoles</option>
nickjillings@1588 9 <option id="analog">Analog Consoles</option>
nickjillings@1588 10 <option id="live">Live Mixing</option>
nickjillings@1588 11 <option id="studio">Studio Mixing</option>
nickjillings@1588 12 <option id="player">Play an instrument</option>
nickjillings@1588 13 </checkbox>
nickjillings@1574 14 <number id="age" min="0">Please enter your age</number>
b@1770 15 <statement>Please listen to all fragments</statement>
nickjillings@1573 16 </PreTest>
nickjillings@1573 17 <PostTest>
nickjillings@1573 18 <question id="SessionID" mandatory="true">Please enter your name.</question>
nickjillings@1589 19 <radio id="rating">
nickjillings@1589 20 <statement>Please rate this interface</statement>
nickjillings@1589 21 <option name="bad">Bad</option>
nickjillings@1589 22 <option name="OK">OK</option>
nickjillings@1589 23 <option name="Good">Good</option>
nickjillings@1589 24 <option name="Great">Great</option>
nickjillings@1589 25 </radio>
nickjillings@1646 26 <statement>Thank you for taking this listening test.</statement>
nickjillings@1646 27 </PostTest>
nickjillings@1646 28 <Metric>
nickjillings@1646 29 <metricEnable>testTimer</metricEnable>
nickjillings@1646 30 <metricEnable>elementTimer</metricEnable>
nickjillings@1758 31 <metricEnable>elementInitialPosition</metricEnable>
nickjillings@1646 32 <metricEnable>elementTracker</metricEnable>
nickjillings@1646 33 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1646 34 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@1752 35 <metricEnable>elementListenTracker</metricEnable>
nickjillings@1646 36 </Metric>
nickjillings@1556 37 <interface>
nickjillings@1557 38 <check name="fragmentMoved"/>
nickjillings@1778 39 <check name="scalerange" min="25" max="75"/>
nickjillings@1794 40 <option name='playhead'/>
nickjillings@1537 41 <option name="page-count"/>
nickjillings@1556 42 </interface>
nickjillings@1646 43 </setup>
b@1770 44 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
nickjillings@1657 45 <interface>
nickjillings@1657 46 <title>Example Test Question</title>
nickjillings@1657 47 <scale position="0">Min</scale>
nickjillings@1657 48 <scale position="100">Max</scale>
nickjillings@1657 49 <scale position="50">Middle</scale>
nickjillings@1657 50 <scale position="20">20</scale>
nickjillings@1761 51 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1657 52 </interface>
nickjillings@1783 53 <audioElements url="0.wav" id="0" type="anchor"/>
nickjillings@1655 54 <audioElements url="1.wav" id="1"/>
nickjillings@1655 55 <audioElements url="2.wav" id="2"/>
nickjillings@1655 56 <audioElements url="3.wav" id="3"/>
nickjillings@1517 57 <audioElements url="4.wav" id="4"/>
nickjillings@1765 58 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
nickjillings@1765 59 <CommentQuestion id="preference" type="radio">
nickjillings@1765 60 <statement>Please enter your ranking preference on this song</statement>
nickjillings@1765 61 <option name="worst">Very Bad</option>
nickjillings@1765 62 <option name="bad"></option>
nickjillings@1765 63 <option name="OK">OK</option>
nickjillings@1765 64 <option name="Good"></option>
nickjillings@1765 65 <option name="Great">Great</option>
nickjillings@1765 66 </CommentQuestion>
nickjillings@1572 67 <CommentQuestion id="preference" type="checkbox">
nickjillings@1572 68 <statement>Describe this song</statement>
nickjillings@1572 69 <option name="bright">Bright</option>
nickjillings@1572 70 <option name="punchy">Punchy</option>
nickjillings@1572 71 <option name="dark">Dark</option>
b@1770 72 <option name="muddy">Muddy</option>
b@1770 73 <option name="thin">Thin</option>
nickjillings@1572 74 </CommentQuestion>
nickjillings@1589 75 <PreTest/>
nickjillings@1645 76 <PostTest>
b@1770 77 <question id="genre" mandatory="true">Please enter the genre.</question>
nickjillings@1620 78 </PostTest>
nickjillings@1696 79 </audioHolder>
nickjillings@1530 80 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
b@1770 81 <interface>
b@1770 82 <title>Example Test Question</title>
b@1770 83 <scale position="0">Min</scale>
b@1770 84 <scale position="100">Max</scale>
b@1770 85 <scale position="50">Middle</scale>
b@1770 86 <scale position="75">75</scale>
nickjillings@1778 87 <scalerange min="25" max="75"/>
b@1770 88 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
b@1770 89 </interface>
nickjillings@1782 90 <audioElements url="0.wav" id="0" type="reference" marker="80"/>
nickjillings@1782 91 <audioElements url="1.wav" id="1" type="anchor" marker="20"/>
b@1770 92 <audioElements url="2.wav" id="2"/>
b@1770 93 <audioElements url="3.wav" id="3"/>
b@1770 94 <audioElements url="4.wav" id="4"/>
b@1770 95 <audioElements url="5.wav" id="5"/>
nickjillings@1517 96 <audioElements url="6.wav" id="6" type="outsidereference"/>
b@1770 97 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
b@1770 98 <CommentQuestion id="preference" type="radio">
b@1770 99 <statement>Please enter your ranking preference on this song.</statement>
b@1770 100 <option name="worst">Very Bad</option>
b@1770 101 <option name="bad"></option>
b@1770 102 <option name="OK">OK</option>
b@1770 103 <option name="Good"></option>
b@1770 104 <option name="Great">Great</option>
b@1770 105 </CommentQuestion>
b@1770 106 <CommentQuestion id="preference" type="checkbox">
b@1770 107 <statement>Describe this song</statement>
b@1770 108 <option name="funky">Funky</option>
b@1770 109 <option name="mellow">Mellow</option>
b@1770 110 <option name="laidback">Laid back</option>
b@1770 111 <option name="heavy">Heavy</option>
b@1770 112 </CommentQuestion>
b@1770 113 <PreTest/>
b@1770 114 <PostTest>
b@1770 115 <question id="genre" mandatory="true">Please enter the genre.</question>
b@1770 116 </PostTest>
b@1770 117 </audioHolder>
nickjillings@1695 118 </BrowserEvalProjectDocument>