annotate test_create/interface-specs.xml @ 2514:fb8f43204ae0

Fix for #158
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Mon, 24 Oct 2016 11:01:55 +0100
parents 51191d791e7e
children 464c6c6692d6
rev   line source
nickjillings@1289 1 <?xml version="1.0" encoding="UTF-8" ?>
nickjillings@1289 2 <root>
nickjillings@1289 3 <global>
nickjillings@1289 4 <metrics>
nickjillings@1289 5 <list name="testTimer">Test Timer</list>
nickjillings@1289 6 <list name="elementTimer">Element Playback Timer</list>
b@2374 7 <list name="elementInitialPosition">Element Initial Position</list>
nickjillings@1289 8 <list name="elementTracker">Element Movement Tracker</list>
nickjillings@1289 9 <list name="elementFlagListenedTo">Element Listened to Flag</list>
nickjillings@1289 10 <list name="elementFlagMoved">Element Moved Flag</list>
nickjillings@1289 11 <list name="elementListenTracker">Element Listen Tracker</list>
nickjillings@1289 12 </metrics>
nickjillings@1289 13 <checks>
nickjillings@1289 14 <list name="fragmentMoved">Check all moved</list>
nickjillings@1289 15 <list name="fragmentPlayed">Check all played</list>
nickjillings@1289 16 <list name="fragmentFullPlayback">Check all fully played (non-loop only)</list>
nickjillings@1289 17 <list name="fragmentComments">Check comments entered</list>
nickjillings@1289 18 <list name="scalerange">Enforce scale usage range</list>
nickjillings@1289 19 </checks>
nickjillings@1289 20 <show>
nickjillings@1289 21 <list name="volume">Show master volume control</list>
nickjillings@1289 22 <list name="page-count">Show test page count</list>
nickjillings@1289 23 <list name="playhead">Show playhead</list>
b@2364 24 <list name="comments">Show element comment boxes</list>
nickjillings@1289 25 </show>
nickjillings@1289 26 </global>
nickjillings@1289 27 <interfaces>
nickjillings@1289 28 <interface name="APE">
nickjillings@1289 29 <metrics>
nickjillings@1289 30 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1289 31 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1289 32 <entry name="elementInitialPosition" support="optional" default="on"/>
nickjillings@1289 33 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1289 34 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1289 35 <entry name="elementFlagMoved" support="optional" default="on"/>
nickjillings@1289 36 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1289 37 </metrics>
nickjillings@1289 38 <checks>
nickjillings@1289 39 <entry name="fragmentMoved" support="optional" default="off"/>
nickjillings@1289 40 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1289 41 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1289 42 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1289 43 <entry name="scalerange" support="optional" default="off"/>
nickjillings@1289 44 </checks>
nickjillings@1289 45 <show>
nickjillings@1289 46 <entry name="volume" support="optional" default="off"/>
nickjillings@1289 47 <entry name="page-count" support="optional" default="off"/>
nickjillings@1289 48 <entry name="playhead" support="optional" default="off"/>
nickjillings@1289 49 <entry name="comments" support="optional" default="on"/>
nickjillings@1289 50 </show>
nickjillings@1289 51 <elements>
nickjillings@1289 52 <number min="1" max="undefined"/>
nickjillings@1289 53 <anchor min="0" max="undefined"/>
nickjillings@1289 54 <reference min="0" max="undefined"/>
nickjillings@1289 55 <outsidereference min="0" max="1"/>
nickjillings@1289 56 </elements>
nickjillings@1289 57 </interface>
nickjillings@1289 58 <interface name="MUSHRA">
nickjillings@1289 59 <metrics>
nickjillings@1289 60 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1289 61 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1289 62 <entry name="elementInitialPosition" support="optional" default="on"/>
nickjillings@1289 63 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1289 64 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1289 65 <entry name="elementFlagMoved" support="optional" default="on"/>
nickjillings@1289 66 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1289 67 </metrics>
nickjillings@1289 68 <checks>
nickjillings@1289 69 <entry name="fragmentMoved" support="optional" default="off"/>
nickjillings@1289 70 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1289 71 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1289 72 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1289 73 <entry name="scalerange" support="optional" default="off"/>
nickjillings@1289 74 </checks>
nickjillings@1289 75 <show>
nickjillings@1289 76 <entry name="volume" support="optional" default="off"/>
nickjillings@1289 77 <entry name="page-count" support="optional" default="off"/>
nickjillings@1289 78 <entry name="playhead" support="optional" default="off"/>
nickjillings@1289 79 <entry name="comments" support="optional" default="off"/>
nickjillings@1289 80 </show>
nickjillings@1289 81 <elements>
nickjillings@1289 82 <number min="1" max="undefined"/>
nickjillings@1289 83 <anchor min="0" max="undefined"/>
nickjillings@1289 84 <reference min="0" max="undefined"/>
nickjillings@1289 85 <outsidereference min="0" max="1"/>
nickjillings@1289 86 </elements>
nickjillings@1289 87 </interface>
nickjillings@1289 88 <interface name="horizontal">
nickjillings@1289 89 <metrics>
nickjillings@1289 90 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1289 91 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1289 92 <entry name="elementInitialPosition" support="optional" default="on"/>
nickjillings@1289 93 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1289 94 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1289 95 <entry name="elementFlagMoved" support="optional" default="on"/>
nickjillings@1289 96 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1289 97 </metrics>
nickjillings@1289 98 <checks>
nickjillings@1289 99 <entry name="fragmentMoved" support="optional" default="off"/>
nickjillings@1289 100 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1289 101 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1289 102 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1289 103 <entry name="scalerange" support="optional" default="off"/>
nickjillings@1289 104 </checks>
nickjillings@1289 105 <show>
nickjillings@1289 106 <entry name="volume" support="optional" default="off"/>
nickjillings@1289 107 <entry name="page-count" support="optional" default="off"/>
nickjillings@1289 108 <entry name="playhead" support="optional" default="off"/>
nickjillings@1289 109 <entry name="comments" support="optional" default="off"/>
nickjillings@1289 110 </show>
nickjillings@1289 111 <elements>
nickjillings@1289 112 <number min="1" max="undefined"/>
nickjillings@1289 113 <anchor min="0" max="undefined"/>
nickjillings@1289 114 <reference min="0" max="undefined"/>
nickjillings@1289 115 <outsidereference min="0" max="1"/>
nickjillings@1289 116 </elements>
nickjillings@1289 117 </interface>
nickjillings@1289 118 <interface name="discrete">
nickjillings@1289 119 <metrics>
nickjillings@1289 120 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1289 121 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1289 122 <entry name="elementInitialPosition" support="none"/>
nickjillings@1289 123 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1289 124 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1289 125 <entry name="elementFlagMoved" support="optional" default="on"/>
nickjillings@1289 126 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1289 127 </metrics>
nickjillings@1289 128 <checks>
nickjillings@1289 129 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1289 130 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1289 131 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1289 132 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1289 133 <entry name="scalerange" support="none"/>
nickjillings@1289 134 </checks>
nickjillings@1289 135 <show>
nickjillings@1289 136 <entry name="volume" support="optional" default="off"/>
nickjillings@1289 137 <entry name="page-count" support="optional" default="off"/>
nickjillings@1289 138 <entry name="playhead" support="optional" default="off"/>
nickjillings@1289 139 <entry name="comments" support="optional" default="off"/>
nickjillings@1289 140 </show>
nickjillings@1289 141 <elements>
nickjillings@1289 142 <number min="1" max="undefined"/>
nickjillings@1289 143 <anchor min="0" max="undefined"/>
nickjillings@1289 144 <reference min="0" max="undefined"/>
nickjillings@1289 145 <outsidereference min="0" max="1"/>
nickjillings@1289 146 </elements>
nickjillings@1289 147 </interface>
nickjillings@1289 148 <interface name="AB">
nickjillings@1289 149 <metrics>
nickjillings@1289 150 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1289 151 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1289 152 <entry name="elementInitialPosition" support="none"/>
nickjillings@1289 153 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1289 154 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1289 155 <entry name="elementFlagMoved" support="none"/>
nickjillings@1289 156 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1289 157 </metrics>
nickjillings@1289 158 <checks>
nickjillings@1289 159 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 160 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1289 161 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1289 162 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1289 163 <entry name="scalerange" support="none"/>
nickjillings@1289 164 </checks>
nickjillings@1289 165 <show>
nickjillings@1289 166 <entry name="volume" support="optional" default="off"/>
nickjillings@1289 167 <entry name="page-count" support="optional" default="off"/>
nickjillings@1289 168 <entry name="playhead" support="optional" default="off"/>
nickjillings@1289 169 <entry name="comments" support="optional" default="off"/>
nickjillings@1289 170 </show>
nickjillings@1289 171 <elements>
nickjillings@1289 172 <number min="2" max="undefined"/>
nickjillings@1289 173 <anchor min="0" max="undefined"/>
nickjillings@1289 174 <reference min="0" max="undefined"/>
nickjillings@1289 175 <outsidereference min="0" max="1"/>
nickjillings@1289 176 </elements>
nickjillings@1289 177 </interface>
nickjillings@2162 178 <interface name="ABX">
nickjillings@2162 179 <metrics>
nickjillings@2162 180 <entry name="testTimer" support="optional" default="on"/>
nickjillings@2162 181 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@2162 182 <entry name="elementInitialPosition" support="none"/>
nickjillings@2162 183 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@2162 184 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@2162 185 <entry name="elementFlagMoved" support="none"/>
nickjillings@2162 186 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@2162 187 </metrics>
nickjillings@2162 188 <checks>
nickjillings@2162 189 <entry name="fragmentMoved" support="none"/>
nickjillings@2162 190 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@2162 191 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@2162 192 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@2162 193 <entry name="scalerange" support="none"/>
nickjillings@2162 194 </checks>
nickjillings@2162 195 <show>
nickjillings@2162 196 <entry name="volume" support="optional" default="off"/>
nickjillings@2162 197 <entry name="page-count" support="optional" default="off"/>
nickjillings@2162 198 <entry name="playhead" support="optional" default="off"/>
nickjillings@2162 199 <entry name="comments" support="optional" default="off"/>
nickjillings@2162 200 </show>
nickjillings@2162 201 <elements>
nickjillings@2162 202 <number min="2" max="2"/>
nickjillings@2162 203 <anchor min="0" max="0"/>
nickjillings@2162 204 <reference min="0" max="0"/>
nickjillings@2162 205 <outsidereference min="0" max="0"/>
nickjillings@2162 206 </elements>
nickjillings@2162 207 </interface>
nicholas@2483 208 <interface name="timeline">
nicholas@2483 209 <metrics>
nicholas@2483 210 <entry name="testTimer" support="optional" default="on"/>
nicholas@2483 211 <entry name="elementTimer" support="optional" default="on"/>
nicholas@2483 212 <entry name="elementInitialPosition" support="none"/>
nicholas@2483 213 <entry name="elementTracker" support="none" default="off"/>
nicholas@2483 214 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nicholas@2483 215 <entry name="elementFlagMoved" support="none"/>
nicholas@2483 216 <entry name="elementListenTracker" support="optional" default="on"/>
nicholas@2483 217 </metrics>
nicholas@2483 218 <checks>
nicholas@2483 219 <entry name="fragmentMoved" support="none"/>
nicholas@2483 220 <entry name="fragmentPlayed" support="optional" default="off"/>
nicholas@2483 221 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nicholas@2483 222 <entry name="fragmentComments" support="optional" default="off"/>
nicholas@2483 223 <entry name="scalerange" support="none"/>
nicholas@2483 224 </checks>
nicholas@2483 225 <show>
nicholas@2483 226 <entry name="volume" support="optional" default="off"/>
nicholas@2483 227 <entry name="page-count" support="optional" default="off"/>
nicholas@2483 228 <entry name="playhead" support="none"/>
nicholas@2483 229 <entry name="comments" support="optional" default="off"/>
nicholas@2483 230 </show>
nicholas@2483 231 <elements>
nicholas@2483 232 <number min="1" max="undefined"/>
nicholas@2483 233 <anchor min="0" max="0"/>
nicholas@2483 234 <reference min="0" max="0"/>
nicholas@2483 235 <outsidereference min="0" max="undefined"/>
nicholas@2483 236 </elements>
nicholas@2483 237 </interface>
nickjillings@1289 238 </interfaces>
nickjillings@1289 239 <scaledefinitions>
b@2367 240 <scale name="(Blank)">
b@2367 241 </scale>
nickjillings@1289 242 <scale name="Likert">
nickjillings@1289 243 <scalelabel position="0">Strongly Disagree</scalelabel>
nickjillings@1289 244 <scalelabel position="25">Disagree</scalelabel>
nickjillings@1289 245 <scalelabel position="50">Neutral</scalelabel>
nickjillings@1289 246 <scalelabel position="75">Agree</scalelabel>
nickjillings@1289 247 <scalelabel position="100">Strongly Agree</scalelabel>
nickjillings@1289 248 </scale>
nickjillings@1289 249 <scale name="ABC">
nickjillings@1289 250 <scalelabel position="100">Imperceptible</scalelabel>
nickjillings@1289 251 <scalelabel position="75">Perceptible but not annoying</scalelabel>
nickjillings@1289 252 <scalelabel position="50">Slightly annoying</scalelabel>
nickjillings@1289 253 <scalelabel position="25">Annoying</scalelabel>
nickjillings@1289 254 <scalelabel position="0">Very annoying</scalelabel>
nickjillings@1289 255 </scale>
nickjillings@1289 256 <scale name="Bipolar">
nickjillings@1289 257 <scalelabel position="0">-50</scalelabel>
nickjillings@1289 258 <scalelabel position="50">0</scalelabel>
nickjillings@1289 259 <scalelabel position="100">50</scalelabel>
nickjillings@1289 260 </scale>
nickjillings@1289 261 <scale name="ACR">
nickjillings@1289 262 <scalelabel position="0">Bad</scalelabel>
nickjillings@1289 263 <scalelabel position="25">Poor</scalelabel>
nickjillings@1289 264 <scalelabel position="50">Fair</scalelabel>
nickjillings@1289 265 <scalelabel position="75">Good</scalelabel>
nickjillings@1289 266 <scalelabel position="100">Excellent</scalelabel>
nickjillings@1289 267 </scale>
nickjillings@1289 268 <scale name="DCR">
nickjillings@1289 269 <scalelabel position="0">(1) Very Annoying</scalelabel>
nickjillings@1289 270 <scalelabel position="25">(2) Annoying</scalelabel>
nickjillings@1289 271 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nickjillings@1289 272 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nickjillings@1289 273 <scalelabel position="100">(5) Inaudible</scalelabel>
nickjillings@1289 274 </scale>
nickjillings@1289 275 <scale name="CCR">
nickjillings@1289 276 <scalelabel position="12">Much Worse</scalelabel>
nickjillings@1289 277 <scalelabel position="25">Worse</scalelabel>
nickjillings@1289 278 <scalelabel position="38">Slightly Worse</scalelabel>
nickjillings@1289 279 <scalelabel position="50">About the same</scalelabel>
nickjillings@1289 280 <scalelabel position="62">Slightly Better</scalelabel>
nickjillings@1289 281 <scalelabel position="75">Better</scalelabel>
nickjillings@1289 282 <scalelabel position="88">Much Better</scalelabel>
nickjillings@1289 283 </scale>
nickjillings@1289 284 <scale name="HCRS">
nickjillings@1289 285 <scalelabel position="10">Dislike Extremely</scalelabel>
nickjillings@1289 286 <scalelabel position="20">Dislike Very Much</scalelabel>
nickjillings@1289 287 <scalelabel position="30">Dislike Moderate</scalelabel>
nickjillings@1289 288 <scalelabel position="40">Dislike Slightly</scalelabel>
nickjillings@1289 289 <scalelabel position="50">Neither Like nor Dislike</scalelabel>
nickjillings@1289 290 <scalelabel position="60">Like Slightly</scalelabel>
nickjillings@1289 291 <scalelabel position="70">Like Moderate</scalelabel>
nickjillings@1289 292 <scalelabel position="80">Like Very Much</scalelabel>
nickjillings@1289 293 <scalelabel position="90">Like Extremely</scalelabel>
nickjillings@1289 294 </scale>
nickjillings@1289 295 </scaledefinitions>
nickjillings@1289 296 <tests>
nicholas@2353 297 <test name="APE" interface="APE">
nicholas@2353 298 <descriptions>
nicholas@2353 299 <description lang="en">Audio Perceptual Evaluation. A multi-stimulus test where each audio fragment is shown on one continuous slider. Fragments are randomnly positioned along the slider. The user clicks a fragment to play and drags to move.</description>
nicholas@2353 300 </descriptions>
nicholas@2353 301 </test>
nicholas@2353 302 <test name="vertical-sliders" interface="MUSHRA">
nicholas@2353 303 <descriptions>
nicholas@2353 304 <description lang="en">Each element is given its own vertical slider with user defined scale markers.</description>
nicholas@2353 305 </descriptions>
nicholas@2353 306 </test>
nicholas@2353 307 <test name="horizontal-sliders" interface="horizontal">
nicholas@2353 308 <descriptions>
nicholas@2353 309 <description lang="en">Each element is given its own horizontal slider with user defined scale markers.</description>
nicholas@2353 310 </descriptions>
nicholas@2353 311 </test>
nicholas@2353 312 <test name="discrete" interface="discrete">
nicholas@2353 313 <descriptions>
nicholas@2353 314 <description lang="en">Each element is given a horizontal scale broken into a number of discrete choices. The number of choices is defined by the scale markers.</description>
nicholas@2353 315 </descriptions>
nicholas@2353 316 </test>
nicholas@2353 317 <test name="Comparison" interface="AB">
nicholas@2353 318 <descriptions>
nicholas@2353 319 <description lang="en">An N-way comparison test. Each element is given its own selector box. The user can select one element per page for submission.</description>
nicholas@2353 320 </descriptions>
nicholas@2353 321 </test>
nickjillings@1289 322 <test name="MUSHRA" interface="MUSHRA">
nicholas@2353 323 <descriptions>
nicholas@2353 324 <description lang="en">Multi-stimulus with hidden reference and anchor. Each fragment is shown on its own vertical slider. One fragment must be labelled as a reference and another labelled as an anchor. One external reference must also be shown.</description>
nicholas@2353 325 </descriptions>
nickjillings@1289 326 <checks>
nickjillings@1289 327 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 328 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 329 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 330 <entry name="fragmentComments" support="none"/>
nickjillings@1289 331 <entry name="scalerange" support="none"/>
nickjillings@1289 332 </checks>
nickjillings@1289 333 <show>
nickjillings@1289 334 <entry name="volume" support="none"/>
nickjillings@1289 335 <entry name="page-count" support="none"/>
nickjillings@1289 336 <entry name="playhead" support="none"/>
nickjillings@1289 337 <entry name="comments" support="none"/>
nickjillings@1289 338 </show>
nickjillings@1289 339 <elements>
nickjillings@1289 340 <anchor min="1" max="undefined"/>
nickjillings@1289 341 <reference min="1" max="undefined"/>
nickjillings@1289 342 <outsidereference min="1" max="1"/>
nickjillings@1289 343 </elements>
nickjillings@1289 344 <scale name="ACR"/>
nickjillings@1289 345 </test>
nickjillings@1289 346 <test name="Rank" interface="discrete">
nicholas@2353 347 <descriptions>
nicholas@2353 348 <description lang="en">Each stimulus is placed on a discrete scale equalling the number of fragments. The fragments are then ranked based on the question posed. Only one element can occupy a rank position</description>
nicholas@2353 349 </descriptions>
nickjillings@1289 350 <checks>
nickjillings@1289 351 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 352 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 353 <entry name="fragmentComments" support="none"/>
nickjillings@1289 354 </checks>
nickjillings@1289 355 <show>
nickjillings@1289 356 <entry name="volume" support="none"/>
nickjillings@1289 357 <entry name="page-count" support="none"/>
nickjillings@1289 358 <entry name="playhead" support="none"/>
nickjillings@1289 359 <entry name="comments" support="none"/>
nickjillings@1289 360 </show>
nickjillings@1289 361 <scale name="undefined"/>
nickjillings@1289 362 </test>
nickjillings@1289 363 <test name="Likert" interface="discrete">
nicholas@2353 364 <descriptions>
nicholas@2353 365 <description lang="en">Each stimulus is placed on a discrete scale. The scale is fixed to the Likert scale options of 'Strongly Disagree', 'Disagree', 'Neutral', 'Agree' and 'Strongly Agree'</description>
nicholas@2353 366 </descriptions>
nickjillings@1289 367 <checks>
nickjillings@1289 368 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 369 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 370 <entry name="fragmentComments" support="none"/>
nickjillings@1289 371 </checks>
nickjillings@1289 372 <show>
nickjillings@1289 373 <entry name="volume" support="none"/>
nickjillings@1289 374 <entry name="page-count" support="none"/>
nickjillings@1289 375 <entry name="playhead" support="none"/>
nickjillings@1289 376 <entry name="comments" support="none"/>
nickjillings@1289 377 </show>
nickjillings@1289 378 <scale name="Likert"/>
nickjillings@1289 379 </test>
nickjillings@1289 380 <test name="ABC/HR" interface="MUSHRA">
nicholas@2353 381 <descriptions>
nicholas@2353 382 <description lang="en">Each stimulus is placed on a vertical slider. The scale is fixed with the labels 'Imperceptible' to 'Very Annoying'</description>
nicholas@2353 383 </descriptions>
nickjillings@1289 384 <checks>
nickjillings@1289 385 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 386 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 387 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 388 <entry name="fragmentComments" support="none"/>
nickjillings@1289 389 </checks>
nickjillings@1289 390 <show>
nickjillings@1289 391 <entry name="volume" support="none"/>
nickjillings@1289 392 <entry name="page-count" support="none"/>
nickjillings@1289 393 <entry name="playhead" support="none"/>
nickjillings@1289 394 <entry name="comments" support="none"/>
nickjillings@1289 395 </show>
nickjillings@1289 396 <scale name="ABC"/>
nickjillings@1289 397 </test>
nickjillings@1289 398 <test name="Bipolar" interface="horizontal">
nicholas@2353 399 <descriptions>
nicholas@2353 400 <description lang="en">Each stimulus is placed on a horizontal slider and initialised to the value '0'. The scale operates from -50 to +5-. In the results this is normalised, like all other interfaces, from 0 (-50) to 1 (+50).</description>
nicholas@2353 401 </descriptions>
nickjillings@1289 402 <checks>
nickjillings@1289 403 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1289 404 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 405 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 406 <entry name="fragmentComments" support="none"/>
nickjillings@1289 407 </checks>
nickjillings@1289 408 <show>
nickjillings@1289 409 <entry name="volume" support="none"/>
nickjillings@1289 410 <entry name="page-count" support="none"/>
nickjillings@1289 411 <entry name="playhead" support="none"/>
nickjillings@1289 412 <entry name="comments" support="none"/>
nickjillings@1289 413 </show>
nickjillings@1289 414 <elements>
nickjillings@1289 415 <outsidereference min="1" max="1"/>
nickjillings@1289 416 </elements>
nickjillings@1289 417 <scale name="Bipolar"/>
nickjillings@1289 418 </test>
nickjillings@1289 419 <test name="ACR" interface="discrete">
nicholas@2353 420 <descriptions>
nicholas@2353 421 <description lang="en">Absolute Category Rating. Each element is on a discrete scale of 'Bad', 'Poor', 'Fair', 'Good' and 'Excellent'. Each element must be given a rating.</description>
nicholas@2353 422 </descriptions>
nickjillings@1289 423 <checks>
nicholas@2353 424 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1289 425 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 426 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 427 <entry name="fragmentComments" support="none"/>
nickjillings@1289 428 </checks>
nickjillings@1289 429 <show>
nickjillings@1289 430 <entry name="volume" support="none"/>
nickjillings@1289 431 <entry name="page-count" support="none"/>
nickjillings@1289 432 <entry name="playhead" support="none"/>
nickjillings@1289 433 <entry name="comments" support="none"/>
nickjillings@1289 434 </show>
nickjillings@1289 435 <scale name="ACR"/>
nickjillings@1289 436 </test>
nickjillings@1289 437 <test name="DCR" interface="discrete">
nickjillings@1289 438 <checks>
nickjillings@1289 439 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 440 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 441 <entry name="fragmentComments" support="none"/>
nickjillings@1289 442 </checks>
nickjillings@1289 443 <show>
nickjillings@1289 444 <entry name="volume" support="none"/>
nickjillings@1289 445 <entry name="page-count" support="none"/>
nickjillings@1289 446 <entry name="playhead" support="none"/>
nickjillings@1289 447 <entry name="comments" support="none"/>
nickjillings@1289 448 </show>
nickjillings@1289 449 <scale name="DCR"/>
nickjillings@1289 450 </test>
nickjillings@1289 451 <test name="CCR" interface="discrete">
nickjillings@1289 452 <checks>
nickjillings@1289 453 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 454 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 455 <entry name="fragmentComments" support="none"/>
nickjillings@1289 456 </checks>
nickjillings@1289 457 <show>
nickjillings@1289 458 <entry name="volume" support="none"/>
nickjillings@1289 459 <entry name="page-count" support="none"/>
nickjillings@1289 460 <entry name="playhead" support="none"/>
nickjillings@1289 461 <entry name="comments" support="none"/>
nickjillings@1289 462 </show>
nickjillings@1289 463 <scale name="CCR"/>
nickjillings@1289 464 </test>
nickjillings@1289 465 <test name="HCRS" interface="MUSHRA">
nickjillings@1289 466 <checks>
nickjillings@1289 467 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1289 468 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 469 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 470 <entry name="fragmentComments" support="none"/>
nickjillings@1289 471 </checks>
nickjillings@1289 472 <show>
nickjillings@1289 473 <entry name="volume" support="none"/>
nickjillings@1289 474 <entry name="page-count" support="none"/>
nickjillings@1289 475 <entry name="playhead" support="none"/>
nickjillings@1289 476 <entry name="comments" support="none"/>
nickjillings@1289 477 </show>
nickjillings@1289 478 <elements>
nickjillings@1289 479 <outsidereference min="1" max="1"/>
nickjillings@1289 480 </elements>
nickjillings@1289 481 <scale name="HCRS"/>
nickjillings@1289 482 </test>
nickjillings@1289 483 <test name="ITUR5PCIS" interface="MUSHRA">
nickjillings@1289 484 <checks>
nickjillings@1289 485 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 486 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 487 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 488 <entry name="fragmentComments" support="none"/>
nickjillings@1289 489 </checks>
nickjillings@1289 490 <show>
nickjillings@1289 491 <entry name="volume" support="none"/>
nickjillings@1289 492 <entry name="page-count" support="none"/>
nickjillings@1289 493 <entry name="playhead" support="none"/>
nickjillings@1289 494 <entry name="comments" support="none"/>
nickjillings@1289 495 </show>
nickjillings@1289 496 <elements>
nickjillings@1289 497 <outsidereference min="1" max="1"/>
nickjillings@1289 498 </elements>
nickjillings@1289 499 <scale name="ABC"/>
nickjillings@1289 500 </test>
nickjillings@1289 501 <test name="AB" interface="AB">
nicholas@2353 502 <descriptions>
nicholas@2353 503 <description lang="en">Each page has only two audio fragments. The user must select one of the two fragments to proceed. There can be one hidden reference.</description>
nicholas@2353 504 </descriptions>
nickjillings@1289 505 <checks>
nickjillings@1289 506 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 507 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 508 <entry name="fragmentComments" support="none"/>
nickjillings@1289 509 </checks>
nickjillings@1289 510 <show>
nickjillings@1289 511 <entry name="volume" support="none"/>
nickjillings@1289 512 <entry name="page-count" support="none"/>
nickjillings@1289 513 <entry name="playhead" support="none"/>
nickjillings@1289 514 <entry name="comments" support="none"/>
nickjillings@1289 515 </show>
nickjillings@1289 516 <elements>
nickjillings@1289 517 <number min="2" max="2"/>
nicholas@2353 518 <outsidereference min="0" max="1"/>
nickjillings@1289 519 </elements>
nickjillings@1289 520 </test>
nicholas@2483 521 <test name="ABX" interface="ABX">
nicholas@2483 522 <descriptions>
nicholas@2483 523 <description lang="en">Each page has two audio fragments presented as A and B. The test duplicates one of the fragments and presents it as X. The user must choose which, out of A or B, is closest to X.</description>
nicholas@2483 524 </descriptions>
nicholas@2483 525 </test>
nicholas@2483 526 <test name="timeline" interface="timeline">
nicholas@2483 527 <descriptions>
nicholas@2483 528 <description lang="en">Each fragment is displayed with a clickable waveform of itself. The user must click on the waveform at the location that a specific event occured. Users can then enter in information about this event. This test is unit-/value-less.</description>
nicholas@2483 529 </descriptions>
nicholas@2483 530 </test>
nickjillings@1289 531 </tests>
nickjillings@1289 532 </root>