Skip to content

Commit d49a49e

Browse files
committed
Rename mapping screens
1 parent da7b5a3 commit d49a49e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

www/index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
<div class="inline" id="steps">
4343
<i>Or jump to...</i> <br><br>
4444
<button class="stepButtons" id="btn-practice" type="button">Practice </button><br>
45-
<button class="stepButtons" id="btn-instructions-drivers" type="button">Instructions Drivers </button><br>
46-
<button class="stepButtons" id="btn-mapping-drivers" type="button">Mapping Drivers </button><br>
47-
<button class="stepButtons" id="btn-instructions-consequences" type="button">Instructions Consequences </button><br>
48-
<button class="stepButtons" id="btn-mapping-consequences" type="button">Mapping Consequences </button><br>
45+
<button class="stepButtons" id="btn-instructions-drivers" type="button">Instructions 1 </button><br>
46+
<button class="stepButtons" id="btn-mapping-drivers" type="button">Mapping 1 </button><br>
47+
<button class="stepButtons" id="btn-instructions-consequences" type="button">Instructions 2 </button><br>
48+
<button class="stepButtons" id="btn-mapping-consequences" type="button">Mapping 2 </button><br>
4949
<br>
5050
</div>
5151

@@ -87,7 +87,7 @@
8787
<h2 align="center">Settings</h2>
8888
<div class="box">
8989
<p class="explanation">Here you can use the files you have uploaded to populate the tool. Select the audio or video file from the dropdown box for the respective M-TOOL parts.</p>
90-
<p class="explanation">Select the factors you would like to use for the drivers mapping and consequences mapping by selecting the image and audio file for each factor and select if you would like these factors to show on the drivers mapping screen or the consequences mapping screen.</p>
90+
<p class="explanation">Select the factors you would like to use for the mappings by selecting the image and audio file for each factor and select if you would like these factors to show on the first or the second mapping screen.</p>
9191
</div>
9292

9393
<table>
@@ -96,9 +96,9 @@ <h2 align="center">Settings</h2>
9696
<td>
9797
<table id="mappingTypesTable">
9898
<tr>
99-
<td><label for="driverMapping"> Drivers </label> </td>
100-
<td><label for="consequenceMapping">Consequences</label> </td>
101-
<td><label for="bothMappings"> Both </label> </td>
99+
<td><label for="driverMapping"> Mapping Screen 1 </label> </td>
100+
<td><label for="consequenceMapping">Mapping Screen 2 </label> </td>
101+
<td><label for="bothMappings"> Both </label> </td>
102102
</tr>
103103
<tr>
104104
<td><input id="driverMapping" class="hCentered" name="mappingTypes" value="drivers" type="radio"></td>
@@ -125,18 +125,18 @@ <h2 align="center">Settings</h2>
125125
</td>
126126
</tr>
127127
<tr>
128-
<td><label for="instructionVideoDrivers">Instruction video for drivers:</label></td>
128+
<td><label for="instructionVideoDrivers">Instruction video for mapping screen 1:</label></td>
129129
<td><select id="instructionVideoDrivers" class="videoChooser"></select>
130130
<div class="toolTip">?
131-
<span class="toolTipText">This video introduces the driver factors to the participant.</span>
131+
<span class="toolTipText">This video introduces the factors on the first screen to the participant.</span>
132132
</div>
133133
</td>
134134
</tr>
135135
<tr>
136-
<td><label for="instructionVideoConsequences">Instruction video for consequences:</label></td>
136+
<td><label for="instructionVideoConsequences">Instruction video for mapping screen 2:</label></td>
137137
<td><select id="instructionVideoConsequences" class="videoChooser"></select>
138138
<div class="toolTip">?
139-
<span class="toolTipText">This video introduces the consequence factors to the participant.</span>
139+
<span class="toolTipText">This video introduces the factors on the second screen to the participant.</span>
140140
</div>
141141
</td>
142142
</tr>
@@ -149,18 +149,18 @@ <h2 align="center">Settings</h2>
149149
</td>
150150
</tr>
151151
<tr>
152-
<td><label for="mappingAudioDrivers">Mapping drivers audio:</label></td>
152+
<td><label for="mappingAudioDrivers">Mapping screen 1 audio:</label></td>
153153
<td><select id="mappingAudioDrivers" class="audioChooser"><option value="">None</option></select>
154154
<div class="toolTip">?
155-
<span class="toolTipText">This is the audio file played during the mapping drivers task.</span>
155+
<span class="toolTipText">This is the audio file played during the first mapping task.</span>
156156
</div>
157157
</td>
158158
</tr>
159159
<tr>
160-
<td><label for="mappingAudioConsequences">Mapping consequences audio:</label></td>
160+
<td><label for="mappingAudioConsequences">Mapping screen 2 audio:</label></td>
161161
<td><select id="mappingAudioConsequences" class="audioChooser"><option value="">None</option></select>
162162
<div class="toolTip">?
163-
<span class="toolTipText">This is the audio file played during the mapping consequences task.</span>
163+
<span class="toolTipText">This is the audio file played during the second mapping task.</span>
164164
</div>
165165
</td>
166166
</tr>
@@ -185,8 +185,8 @@ <h2 align="center">Settings</h2>
185185
<h4>Factors: </h4>
186186

187187
<div class="tab">
188-
<button id="tab-drivers" class="tabLink">Drivers</button>
189-
<button id="tab-consequences" class="tabLink">Consequences</button>
188+
<button id="tab-drivers" class="tabLink">Mapping screen 1</button>
189+
<button id="tab-consequences" class="tabLink">Mapping screen 2</button>
190190
</div>
191191

192192
<div id="drivers" class="tabContent">

0 commit comments

Comments
 (0)