annotate test_create/interface-specs.xml @ 2473:72c741b27cc6

Update README.md Add info about browser compatibility (not worth a separate wiki page)
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 02 Aug 2016 16:00:34 +0200
parents c3b1be14aca5
children 51191d791e7e
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>
nickjillings@1289 208 </interfaces>
nickjillings@1289 209 <scaledefinitions>
b@2367 210 <scale name="(Blank)">
b@2367 211 </scale>
nickjillings@1289 212 <scale name="Likert">
nickjillings@1289 213 <scalelabel position="0">Strongly Disagree</scalelabel>
nickjillings@1289 214 <scalelabel position="25">Disagree</scalelabel>
nickjillings@1289 215 <scalelabel position="50">Neutral</scalelabel>
nickjillings@1289 216 <scalelabel position="75">Agree</scalelabel>
nickjillings@1289 217 <scalelabel position="100">Strongly Agree</scalelabel>
nickjillings@1289 218 </scale>
nickjillings@1289 219 <scale name="ABC">
nickjillings@1289 220 <scalelabel position="100">Imperceptible</scalelabel>
nickjillings@1289 221 <scalelabel position="75">Perceptible but not annoying</scalelabel>
nickjillings@1289 222 <scalelabel position="50">Slightly annoying</scalelabel>
nickjillings@1289 223 <scalelabel position="25">Annoying</scalelabel>
nickjillings@1289 224 <scalelabel position="0">Very annoying</scalelabel>
nickjillings@1289 225 </scale>
nickjillings@1289 226 <scale name="Bipolar">
nickjillings@1289 227 <scalelabel position="0">-50</scalelabel>
nickjillings@1289 228 <scalelabel position="50">0</scalelabel>
nickjillings@1289 229 <scalelabel position="100">50</scalelabel>
nickjillings@1289 230 </scale>
nickjillings@1289 231 <scale name="ACR">
nickjillings@1289 232 <scalelabel position="0">Bad</scalelabel>
nickjillings@1289 233 <scalelabel position="25">Poor</scalelabel>
nickjillings@1289 234 <scalelabel position="50">Fair</scalelabel>
nickjillings@1289 235 <scalelabel position="75">Good</scalelabel>
nickjillings@1289 236 <scalelabel position="100">Excellent</scalelabel>
nickjillings@1289 237 </scale>
nickjillings@1289 238 <scale name="DCR">
nickjillings@1289 239 <scalelabel position="0">(1) Very Annoying</scalelabel>
nickjillings@1289 240 <scalelabel position="25">(2) Annoying</scalelabel>
nickjillings@1289 241 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nickjillings@1289 242 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nickjillings@1289 243 <scalelabel position="100">(5) Inaudible</scalelabel>
nickjillings@1289 244 </scale>
nickjillings@1289 245 <scale name="CCR">
nickjillings@1289 246 <scalelabel position="12">Much Worse</scalelabel>
nickjillings@1289 247 <scalelabel position="25">Worse</scalelabel>
nickjillings@1289 248 <scalelabel position="38">Slightly Worse</scalelabel>
nickjillings@1289 249 <scalelabel position="50">About the same</scalelabel>
nickjillings@1289 250 <scalelabel position="62">Slightly Better</scalelabel>
nickjillings@1289 251 <scalelabel position="75">Better</scalelabel>
nickjillings@1289 252 <scalelabel position="88">Much Better</scalelabel>
nickjillings@1289 253 </scale>
nickjillings@1289 254 <scale name="HCRS">
nickjillings@1289 255 <scalelabel position="10">Dislike Extremely</scalelabel>
nickjillings@1289 256 <scalelabel position="20">Dislike Very Much</scalelabel>
nickjillings@1289 257 <scalelabel position="30">Dislike Moderate</scalelabel>
nickjillings@1289 258 <scalelabel position="40">Dislike Slightly</scalelabel>
nickjillings@1289 259 <scalelabel position="50">Neither Like nor Dislike</scalelabel>
nickjillings@1289 260 <scalelabel position="60">Like Slightly</scalelabel>
nickjillings@1289 261 <scalelabel position="70">Like Moderate</scalelabel>
nickjillings@1289 262 <scalelabel position="80">Like Very Much</scalelabel>
nickjillings@1289 263 <scalelabel position="90">Like Extremely</scalelabel>
nickjillings@1289 264 </scale>
nickjillings@1289 265 </scaledefinitions>
nickjillings@1289 266 <tests>
nicholas@2353 267 <test name="APE" interface="APE">
nicholas@2353 268 <descriptions>
nicholas@2353 269 <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 270 </descriptions>
nicholas@2353 271 </test>
nicholas@2353 272 <test name="vertical-sliders" interface="MUSHRA">
nicholas@2353 273 <descriptions>
nicholas@2353 274 <description lang="en">Each element is given its own vertical slider with user defined scale markers.</description>
nicholas@2353 275 </descriptions>
nicholas@2353 276 </test>
nicholas@2353 277 <test name="horizontal-sliders" interface="horizontal">
nicholas@2353 278 <descriptions>
nicholas@2353 279 <description lang="en">Each element is given its own horizontal slider with user defined scale markers.</description>
nicholas@2353 280 </descriptions>
nicholas@2353 281 </test>
nicholas@2353 282 <test name="discrete" interface="discrete">
nicholas@2353 283 <descriptions>
nicholas@2353 284 <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 285 </descriptions>
nicholas@2353 286 </test>
nicholas@2353 287 <test name="Comparison" interface="AB">
nicholas@2353 288 <descriptions>
nicholas@2353 289 <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 290 </descriptions>
nicholas@2353 291 </test>
nickjillings@1289 292 <test name="MUSHRA" interface="MUSHRA">
nicholas@2353 293 <descriptions>
nicholas@2353 294 <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 295 </descriptions>
nickjillings@1289 296 <checks>
nickjillings@1289 297 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 298 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 299 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 300 <entry name="fragmentComments" support="none"/>
nickjillings@1289 301 <entry name="scalerange" support="none"/>
nickjillings@1289 302 </checks>
nickjillings@1289 303 <show>
nickjillings@1289 304 <entry name="volume" support="none"/>
nickjillings@1289 305 <entry name="page-count" support="none"/>
nickjillings@1289 306 <entry name="playhead" support="none"/>
nickjillings@1289 307 <entry name="comments" support="none"/>
nickjillings@1289 308 </show>
nickjillings@1289 309 <elements>
nickjillings@1289 310 <anchor min="1" max="undefined"/>
nickjillings@1289 311 <reference min="1" max="undefined"/>
nickjillings@1289 312 <outsidereference min="1" max="1"/>
nickjillings@1289 313 </elements>
nickjillings@1289 314 <scale name="ACR"/>
nickjillings@1289 315 </test>
nickjillings@1289 316 <test name="Rank" interface="discrete">
nicholas@2353 317 <descriptions>
nicholas@2353 318 <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 319 </descriptions>
nickjillings@1289 320 <checks>
nickjillings@1289 321 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 322 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 323 <entry name="fragmentComments" support="none"/>
nickjillings@1289 324 </checks>
nickjillings@1289 325 <show>
nickjillings@1289 326 <entry name="volume" support="none"/>
nickjillings@1289 327 <entry name="page-count" support="none"/>
nickjillings@1289 328 <entry name="playhead" support="none"/>
nickjillings@1289 329 <entry name="comments" support="none"/>
nickjillings@1289 330 </show>
nickjillings@1289 331 <scale name="undefined"/>
nickjillings@1289 332 </test>
nickjillings@1289 333 <test name="Likert" interface="discrete">
nicholas@2353 334 <descriptions>
nicholas@2353 335 <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 336 </descriptions>
nickjillings@1289 337 <checks>
nickjillings@1289 338 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 339 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 340 <entry name="fragmentComments" support="none"/>
nickjillings@1289 341 </checks>
nickjillings@1289 342 <show>
nickjillings@1289 343 <entry name="volume" support="none"/>
nickjillings@1289 344 <entry name="page-count" support="none"/>
nickjillings@1289 345 <entry name="playhead" support="none"/>
nickjillings@1289 346 <entry name="comments" support="none"/>
nickjillings@1289 347 </show>
nickjillings@1289 348 <scale name="Likert"/>
nickjillings@1289 349 </test>
nickjillings@1289 350 <test name="ABC/HR" interface="MUSHRA">
nicholas@2353 351 <descriptions>
nicholas@2353 352 <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 353 </descriptions>
nickjillings@1289 354 <checks>
nickjillings@1289 355 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 356 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 357 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 358 <entry name="fragmentComments" support="none"/>
nickjillings@1289 359 </checks>
nickjillings@1289 360 <show>
nickjillings@1289 361 <entry name="volume" support="none"/>
nickjillings@1289 362 <entry name="page-count" support="none"/>
nickjillings@1289 363 <entry name="playhead" support="none"/>
nickjillings@1289 364 <entry name="comments" support="none"/>
nickjillings@1289 365 </show>
nickjillings@1289 366 <scale name="ABC"/>
nickjillings@1289 367 </test>
nickjillings@1289 368 <test name="Bipolar" interface="horizontal">
nicholas@2353 369 <descriptions>
nicholas@2353 370 <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 371 </descriptions>
nickjillings@1289 372 <checks>
nickjillings@1289 373 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1289 374 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 375 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 376 <entry name="fragmentComments" support="none"/>
nickjillings@1289 377 </checks>
nickjillings@1289 378 <show>
nickjillings@1289 379 <entry name="volume" support="none"/>
nickjillings@1289 380 <entry name="page-count" support="none"/>
nickjillings@1289 381 <entry name="playhead" support="none"/>
nickjillings@1289 382 <entry name="comments" support="none"/>
nickjillings@1289 383 </show>
nickjillings@1289 384 <elements>
nickjillings@1289 385 <outsidereference min="1" max="1"/>
nickjillings@1289 386 </elements>
nickjillings@1289 387 <scale name="Bipolar"/>
nickjillings@1289 388 </test>
nickjillings@1289 389 <test name="ACR" interface="discrete">
nicholas@2353 390 <descriptions>
nicholas@2353 391 <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 392 </descriptions>
nickjillings@1289 393 <checks>
nicholas@2353 394 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1289 395 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 396 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 397 <entry name="fragmentComments" support="none"/>
nickjillings@1289 398 </checks>
nickjillings@1289 399 <show>
nickjillings@1289 400 <entry name="volume" support="none"/>
nickjillings@1289 401 <entry name="page-count" support="none"/>
nickjillings@1289 402 <entry name="playhead" support="none"/>
nickjillings@1289 403 <entry name="comments" support="none"/>
nickjillings@1289 404 </show>
nickjillings@1289 405 <scale name="ACR"/>
nickjillings@1289 406 </test>
nickjillings@1289 407 <test name="DCR" interface="discrete">
nickjillings@1289 408 <checks>
nickjillings@1289 409 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 410 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 411 <entry name="fragmentComments" support="none"/>
nickjillings@1289 412 </checks>
nickjillings@1289 413 <show>
nickjillings@1289 414 <entry name="volume" support="none"/>
nickjillings@1289 415 <entry name="page-count" support="none"/>
nickjillings@1289 416 <entry name="playhead" support="none"/>
nickjillings@1289 417 <entry name="comments" support="none"/>
nickjillings@1289 418 </show>
nickjillings@1289 419 <scale name="DCR"/>
nickjillings@1289 420 </test>
nickjillings@1289 421 <test name="CCR" interface="discrete">
nickjillings@1289 422 <checks>
nickjillings@1289 423 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 424 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 425 <entry name="fragmentComments" support="none"/>
nickjillings@1289 426 </checks>
nickjillings@1289 427 <show>
nickjillings@1289 428 <entry name="volume" support="none"/>
nickjillings@1289 429 <entry name="page-count" support="none"/>
nickjillings@1289 430 <entry name="playhead" support="none"/>
nickjillings@1289 431 <entry name="comments" support="none"/>
nickjillings@1289 432 </show>
nickjillings@1289 433 <scale name="CCR"/>
nickjillings@1289 434 </test>
nickjillings@1289 435 <test name="HCRS" interface="MUSHRA">
nickjillings@1289 436 <checks>
nickjillings@1289 437 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1289 438 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 439 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 440 <entry name="fragmentComments" support="none"/>
nickjillings@1289 441 </checks>
nickjillings@1289 442 <show>
nickjillings@1289 443 <entry name="volume" support="none"/>
nickjillings@1289 444 <entry name="page-count" support="none"/>
nickjillings@1289 445 <entry name="playhead" support="none"/>
nickjillings@1289 446 <entry name="comments" support="none"/>
nickjillings@1289 447 </show>
nickjillings@1289 448 <elements>
nickjillings@1289 449 <outsidereference min="1" max="1"/>
nickjillings@1289 450 </elements>
nickjillings@1289 451 <scale name="HCRS"/>
nickjillings@1289 452 </test>
nickjillings@1289 453 <test name="ITUR5PCIS" interface="MUSHRA">
nickjillings@1289 454 <checks>
nickjillings@1289 455 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 456 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 457 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 458 <entry name="fragmentComments" support="none"/>
nickjillings@1289 459 </checks>
nickjillings@1289 460 <show>
nickjillings@1289 461 <entry name="volume" support="none"/>
nickjillings@1289 462 <entry name="page-count" support="none"/>
nickjillings@1289 463 <entry name="playhead" support="none"/>
nickjillings@1289 464 <entry name="comments" support="none"/>
nickjillings@1289 465 </show>
nickjillings@1289 466 <elements>
nickjillings@1289 467 <outsidereference min="1" max="1"/>
nickjillings@1289 468 </elements>
nickjillings@1289 469 <scale name="ABC"/>
nickjillings@1289 470 </test>
nickjillings@1289 471 <test name="AB" interface="AB">
nicholas@2353 472 <descriptions>
nicholas@2353 473 <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 474 </descriptions>
nickjillings@1289 475 <checks>
nickjillings@1289 476 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 477 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 478 <entry name="fragmentComments" support="none"/>
nickjillings@1289 479 </checks>
nickjillings@1289 480 <show>
nickjillings@1289 481 <entry name="volume" support="none"/>
nickjillings@1289 482 <entry name="page-count" support="none"/>
nickjillings@1289 483 <entry name="playhead" support="none"/>
nickjillings@1289 484 <entry name="comments" support="none"/>
nickjillings@1289 485 </show>
nickjillings@1289 486 <elements>
nickjillings@1289 487 <number min="2" max="2"/>
nicholas@2353 488 <outsidereference min="0" max="1"/>
nickjillings@1289 489 </elements>
nickjillings@1289 490 </test>
nickjillings@2162 491 <test name="ABX" interface="ABX"/>
nickjillings@1289 492 </tests>
nickjillings@1289 493 </root>