Mercurial > hg > webaudioevaluationtool
diff test_create.html @ 3108:1ae8c03dd6a6
Merge branch 'master' into vnext
# Conflicts:
# test_create.html
# test_create/test_core.js
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 10 Apr 2018 10:22:34 +0100 |
parents | 998e05c5769a f99b888f57e9 |
children | 3dcdada1058f |
line wrap: on
line diff
--- a/test_create.html Sun Feb 04 11:16:45 2018 +0000 +++ b/test_create.html Tue Apr 10 10:22:34 2018 +0100 @@ -1112,13 +1112,18 @@ <div class="modal-body" ng-switch="state"> <div ng-switch-when="0"> <div> + <h3>Please wait while assets load...</h3> + </div> + </div> + <div ng-switch-when="1"> + <div> <span>Welcome to the WAET test creator tool. This will allow you to create a new test from scratch to suit your testing needs. If you wish to update a test file, please drag and drop the XML document into the area below for processing, otherwise press 'Next' to start a new test. This tool generates files for the WAET 1.2.3 version.</span> </div> <div> <input type="file" id="files" ng-model="files" onchange="handleFiles(event)" /> </div> </div> - <div ng-switch-when="1"> + <div ng-switch-when="2"> <div> <span>Please select the interface you would like to use below. Selecting an interface will give a brief description of the interface type.</span> </div> @@ -1135,7 +1140,7 @@ </div> </div> </div> - <div ng-switch-when="2" dropzone> + <div ng-switch-when="3" dropzone> <div> <h4>Audio Files</h4> <p>{{selected}} is a pairwise test with only two fragments per page. To make it easy to add a lot of fragments (and therefore pages) you can automatically drop your fragments onto here, set a name for each and we will populate your page elements for you!</p>