annotate test_create/interface-specs.xml @ 2354:ce406455f25b

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