Mercurial > hg > webaudioevaluationtool
comparison test_create.html @ 3109:63086deafdf4
Merge branch 'vnext' into Dev_main
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 10 Apr 2018 10:23:08 +0100 |
parents | 1ae8c03dd6a6 |
children | 3dcdada1058f |
comparison
equal
deleted
inserted
replaced
3107:fc25720c1a01 | 3109:63086deafdf4 |
---|---|
1110 <h3 class="label label-primary">v1.2.3</h3> | 1110 <h3 class="label label-primary">v1.2.3</h3> |
1111 </div> | 1111 </div> |
1112 <div class="modal-body" ng-switch="state"> | 1112 <div class="modal-body" ng-switch="state"> |
1113 <div ng-switch-when="0"> | 1113 <div ng-switch-when="0"> |
1114 <div> | 1114 <div> |
1115 <h3>Please wait while assets load...</h3> | |
1116 </div> | |
1117 </div> | |
1118 <div ng-switch-when="1"> | |
1119 <div> | |
1115 <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> | 1120 <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> |
1116 </div> | 1121 </div> |
1117 <div> | 1122 <div> |
1118 <input type="file" id="files" ng-model="files" onchange="handleFiles(event)" /> | 1123 <input type="file" id="files" ng-model="files" onchange="handleFiles(event)" /> |
1119 </div> | 1124 </div> |
1120 </div> | 1125 </div> |
1121 <div ng-switch-when="1"> | 1126 <div ng-switch-when="2"> |
1122 <div> | 1127 <div> |
1123 <span>Please select the interface you would like to use below. Selecting an interface will give a brief description of the interface type.</span> | 1128 <span>Please select the interface you would like to use below. Selecting an interface will give a brief description of the interface type.</span> |
1124 </div> | 1129 </div> |
1125 <div class="row"> | 1130 <div class="row"> |
1126 <div class="col-md-6"> | 1131 <div class="col-md-6"> |
1133 <div class="col-md-6"> | 1138 <div class="col-md-6"> |
1134 <span>{{description}}</span> | 1139 <span>{{description}}</span> |
1135 </div> | 1140 </div> |
1136 </div> | 1141 </div> |
1137 </div> | 1142 </div> |
1138 <div ng-switch-when="2" dropzone> | 1143 <div ng-switch-when="3" dropzone> |
1139 <div> | 1144 <div> |
1140 <h4>Audio Files</h4> | 1145 <h4>Audio Files</h4> |
1141 <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> | 1146 <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> |
1142 </div> | 1147 </div> |
1143 <table class="table table-bordered"> | 1148 <table class="table table-bordered"> |