annotate test_create/interface-specs.xml @ 1899:66f3212a1fb1

Add PDFs to repository, remove from .hgignore
author Brecht De Man <b.deman@qmul.ac.uk>
date Sun, 20 Mar 2016 11:01:26 +0100
parents 37c5e99ef828
children 795fe4edf2c1
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@1895 178 <interface name="ABX">
nickjillings@1895 179 <metrics>
nickjillings@1895 180 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1895 181 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1895 182 <entry name="elementInitialPosition" support="none"/>
nickjillings@1895 183 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1895 184 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1895 185 <entry name="elementFlagMoved" support="none"/>
nickjillings@1895 186 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1895 187 </metrics>
nickjillings@1895 188 <checks>
nickjillings@1895 189 <entry name="fragmentMoved" support="none"/>
nickjillings@1895 190 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1895 191 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1895 192 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1895 193 <entry name="scalerange" support="none"/>
nickjillings@1895 194 </checks>
nickjillings@1895 195 <show>
nickjillings@1895 196 <entry name="volume" support="optional" default="off"/>
nickjillings@1895 197 <entry name="page-count" support="optional" default="off"/>
nickjillings@1895 198 <entry name="playhead" support="optional" default="off"/>
nickjillings@1895 199 <entry name="comments" support="optional" default="off"/>
nickjillings@1895 200 </show>
nickjillings@1895 201 <elements>
nickjillings@1895 202 <number min="2" max="2"/>
nickjillings@1895 203 <anchor min="0" max="0"/>
nickjillings@1895 204 <reference min="0" max="0"/>
nickjillings@1895 205 <outsidereference min="0" max="0"/>
nickjillings@1895 206 </elements>
nickjillings@1895 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>
nickjillings@1289 265 <test name="APE" interface="APE"/>
nickjillings@1289 266 <test name="vertical-sliders" interface="MUSHRA"/>
nickjillings@1289 267 <test name="horizontal-sliders" interface="horizontal"/>
nickjillings@1289 268 <test name="discrete" interface="discrete"/>
nickjillings@1289 269 <test name="Comparison" interface="AB"/>
nickjillings@1289 270 <test name="MUSHRA" interface="MUSHRA">
nickjillings@1289 271 <checks>
nickjillings@1289 272 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 273 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 274 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 275 <entry name="fragmentComments" support="none"/>
nickjillings@1289 276 <entry name="scalerange" support="none"/>
nickjillings@1289 277 </checks>
nickjillings@1289 278 <show>
nickjillings@1289 279 <entry name="volume" support="none"/>
nickjillings@1289 280 <entry name="page-count" support="none"/>
nickjillings@1289 281 <entry name="playhead" support="none"/>
nickjillings@1289 282 <entry name="comments" support="none"/>
nickjillings@1289 283 </show>
nickjillings@1289 284 <elements>
nickjillings@1289 285 <anchor min="1" max="undefined"/>
nickjillings@1289 286 <reference min="1" max="undefined"/>
nickjillings@1289 287 <outsidereference min="1" max="1"/>
nickjillings@1289 288 </elements>
nickjillings@1289 289 <scale name="ACR"/>
nickjillings@1289 290 </test>
nickjillings@1289 291 <test name="Rank" interface="discrete">
nickjillings@1289 292 <checks>
nickjillings@1289 293 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 294 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 295 <entry name="fragmentComments" support="none"/>
nickjillings@1289 296 </checks>
nickjillings@1289 297 <show>
nickjillings@1289 298 <entry name="volume" support="none"/>
nickjillings@1289 299 <entry name="page-count" support="none"/>
nickjillings@1289 300 <entry name="playhead" support="none"/>
nickjillings@1289 301 <entry name="comments" support="none"/>
nickjillings@1289 302 </show>
nickjillings@1289 303 <scale name="undefined"/>
nickjillings@1289 304 </test>
nickjillings@1289 305 <test name="Likert" interface="discrete">
nickjillings@1289 306 <checks>
nickjillings@1289 307 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 308 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 309 <entry name="fragmentComments" support="none"/>
nickjillings@1289 310 </checks>
nickjillings@1289 311 <show>
nickjillings@1289 312 <entry name="volume" support="none"/>
nickjillings@1289 313 <entry name="page-count" support="none"/>
nickjillings@1289 314 <entry name="playhead" support="none"/>
nickjillings@1289 315 <entry name="comments" support="none"/>
nickjillings@1289 316 </show>
nickjillings@1289 317 <scale name="Likert"/>
nickjillings@1289 318 </test>
nickjillings@1289 319 <test name="ABC/HR" interface="MUSHRA">
nickjillings@1289 320 <checks>
nickjillings@1289 321 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 322 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 323 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 324 <entry name="fragmentComments" support="none"/>
nickjillings@1289 325 </checks>
nickjillings@1289 326 <show>
nickjillings@1289 327 <entry name="volume" support="none"/>
nickjillings@1289 328 <entry name="page-count" support="none"/>
nickjillings@1289 329 <entry name="playhead" support="none"/>
nickjillings@1289 330 <entry name="comments" support="none"/>
nickjillings@1289 331 </show>
nickjillings@1289 332 <scale name="ABC"/>
nickjillings@1289 333 </test>
nickjillings@1289 334 <test name="Bipolar" interface="horizontal">
nickjillings@1289 335 <checks>
nickjillings@1289 336 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1289 337 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 338 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 339 <entry name="fragmentComments" support="none"/>
nickjillings@1289 340 </checks>
nickjillings@1289 341 <show>
nickjillings@1289 342 <entry name="volume" support="none"/>
nickjillings@1289 343 <entry name="page-count" support="none"/>
nickjillings@1289 344 <entry name="playhead" support="none"/>
nickjillings@1289 345 <entry name="comments" support="none"/>
nickjillings@1289 346 </show>
nickjillings@1289 347 <elements>
nickjillings@1289 348 <outsidereference min="1" max="1"/>
nickjillings@1289 349 </elements>
nickjillings@1289 350 <scale name="Bipolar"/>
nickjillings@1289 351 </test>
nickjillings@1289 352 <test name="ACR" interface="discrete">
nickjillings@1289 353 <checks>
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="ACR"/>
nickjillings@1289 365 </test>
nickjillings@1289 366 <test name="DCR" interface="discrete">
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="DCR"/>
nickjillings@1289 379 </test>
nickjillings@1289 380 <test name="CCR" interface="discrete">
nickjillings@1289 381 <checks>
nickjillings@1289 382 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 383 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 384 <entry name="fragmentComments" support="none"/>
nickjillings@1289 385 </checks>
nickjillings@1289 386 <show>
nickjillings@1289 387 <entry name="volume" support="none"/>
nickjillings@1289 388 <entry name="page-count" support="none"/>
nickjillings@1289 389 <entry name="playhead" support="none"/>
nickjillings@1289 390 <entry name="comments" support="none"/>
nickjillings@1289 391 </show>
nickjillings@1289 392 <scale name="CCR"/>
nickjillings@1289 393 </test>
nickjillings@1289 394 <test name="HCRS" interface="MUSHRA">
nickjillings@1289 395 <checks>
nickjillings@1289 396 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1289 397 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 398 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 399 <entry name="fragmentComments" support="none"/>
nickjillings@1289 400 </checks>
nickjillings@1289 401 <show>
nickjillings@1289 402 <entry name="volume" support="none"/>
nickjillings@1289 403 <entry name="page-count" support="none"/>
nickjillings@1289 404 <entry name="playhead" support="none"/>
nickjillings@1289 405 <entry name="comments" support="none"/>
nickjillings@1289 406 </show>
nickjillings@1289 407 <elements>
nickjillings@1289 408 <outsidereference min="1" max="1"/>
nickjillings@1289 409 </elements>
nickjillings@1289 410 <scale name="HCRS"/>
nickjillings@1289 411 </test>
nickjillings@1289 412 <test name="ITUR5PCIS" interface="MUSHRA">
nickjillings@1289 413 <checks>
nickjillings@1289 414 <entry name="fragmentMoved" support="none"/>
nickjillings@1289 415 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 416 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 417 <entry name="fragmentComments" support="none"/>
nickjillings@1289 418 </checks>
nickjillings@1289 419 <show>
nickjillings@1289 420 <entry name="volume" support="none"/>
nickjillings@1289 421 <entry name="page-count" support="none"/>
nickjillings@1289 422 <entry name="playhead" support="none"/>
nickjillings@1289 423 <entry name="comments" support="none"/>
nickjillings@1289 424 </show>
nickjillings@1289 425 <elements>
nickjillings@1289 426 <outsidereference min="1" max="1"/>
nickjillings@1289 427 </elements>
nickjillings@1289 428 <scale name="ABC"/>
nickjillings@1289 429 </test>
nickjillings@1289 430 <test name="AB" interface="AB">
nickjillings@1289 431 <checks>
nickjillings@1289 432 <entry name="fragmentPlayed" support="none"/>
nickjillings@1289 433 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1289 434 <entry name="fragmentComments" support="none"/>
nickjillings@1289 435 </checks>
nickjillings@1289 436 <show>
nickjillings@1289 437 <entry name="volume" support="none"/>
nickjillings@1289 438 <entry name="page-count" support="none"/>
nickjillings@1289 439 <entry name="playhead" support="none"/>
nickjillings@1289 440 <entry name="comments" support="none"/>
nickjillings@1289 441 </show>
nickjillings@1289 442 <elements>
nickjillings@1289 443 <number min="2" max="2"/>
nickjillings@1289 444 <outsidereference min="0" max="0"/>
nickjillings@1289 445 </elements>
nickjillings@1289 446 </test>
nickjillings@1895 447 <test name="ABX" interface="ABX"/>
nickjillings@1289 448 </tests>
nickjillings@1289 449 </root>