Mercurial > hg > webaudioevaluationtool
comparison test_create.html @ 2855:6625f4ad24f4
Finished <survey> interpretation for test_creator.html
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Wed, 26 Apr 2017 17:43:52 +0100 |
parents | f75db4482006 |
children | 5591d01adf1c |
comparison
equal
deleted
inserted
replaced
2854:aed359997687 | 2855:6625f4ad24f4 |
---|---|
288 </div> | 288 </div> |
289 </div> | 289 </div> |
290 </div> | 290 </div> |
291 </div> | 291 </div> |
292 </div> | 292 </div> |
293 <div id="globalinterface" class="node" ng-controller="interfaceNode" ng-init="interface = specification.interfaces"> | |
294 <h2>Interface (Globals)</h2> | |
295 <div class="node interfaceOptions"> | |
296 <div class="attributes"> | |
297 <div class="attribute" name="fragmentPlayed" type="check"> | |
298 <span>Check all fragments played: </span> | |
299 <input type="checkbox" ng-click="enableInterfaceOption($event)" /> | |
300 </div> | |
301 <div class="attribute" name="fragmentFullPlayback" type="check"> | |
302 <span>Check all fragments fully played: </span> | |
303 <input type="checkbox" ng-click="enableInterfaceOption($event)" /> | |
304 </div> | |
305 <div class="attribute" name="fragmentMoved" type="check"> | |
306 <span>Check all fragments have been moved: </span> | |
307 <input type="checkbox" ng-click="enableInterfaceOption($event)" /> | |
308 </div> | |
309 <div class="attribute" name="fragmentComments" type="check"> | |
310 <span>Check all fragments have comments: </span> | |
311 <input type="checkbox" ng-click="enableInterfaceOption($event)" /> | |
312 </div> | |
313 <div class="attribute" name="scalerange" type="check"> | |
314 <span>Enforce a scale usage: </span> | |
315 <input type="checkbox" ng-click="enableInterfaceOption($event)" /> | |
316 <span>Minimum:</span> | |
317 <input type="number" min="0" max="100" name="min" /> | |
318 <span>Maximum:</span> | |
319 <input type="number" min="0" max="100" name="max" /> | |
320 </div> | |
321 <div class="attribute" name="volume" type="show"> | |
322 <span>Show master volume control: </span> | |
323 <input type="checkbox" ng-click="enableInterfaceOption($event)" /> | |
324 </div> | |
325 <div class="attribute" name="playhead" type="show"> | |
326 <span>Show playhead: </span> | |
327 <input type="checkbox" ng-click="enableInterfaceOption($event)" /> | |
328 </div> | |
329 <div class="attribute" name="page-count" type="show"> | |
330 <span>Show Page Count: </span> | |
331 <input type="checkbox" ng-click="enableInterfaceOption($event)" /> | |
332 </div> | |
333 <div class="attribute" name="comments" type="show"> | |
334 <span>Show Fragment Comments: </span> | |
335 <input type="checkbox" ng-click="enableInterfaceOption($event)" /> | |
336 </div> | |
337 </div> | |
338 </div> | |
339 </div> | |
293 </div> | 340 </div> |
294 <div id="popupHolder" ng-show="popupVisible"> | 341 <div id="popupHolder" ng-show="popupVisible"> |
295 <div ng-controller="introduction" class="popup" ng-show="popupVisible"> | 342 <div ng-controller="introduction" class="popup" ng-show="popupVisible"> |
296 <div class="popupTitle" ng-switch="state"> | 343 <div class="popupTitle" ng-switch="state"> |
297 <span ng-switch-when="0">Test Creator</span> | 344 <span ng-switch-when="0">Test Creator</span> |