42
42
< div class ="inline " id ="steps ">
43
43
< i > Or jump to...</ i > < br > < br >
44
44
< 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 >
49
49
< br >
50
50
</ div >
51
51
87
87
< h2 align ="center "> Settings</ h2 >
88
88
< div class ="box ">
89
89
< 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 >
91
91
</ div >
92
92
93
93
< table >
@@ -96,9 +96,9 @@ <h2 align="center">Settings</h2>
96
96
< td >
97
97
< table id ="mappingTypesTable ">
98
98
< 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 >
102
102
</ tr >
103
103
< tr >
104
104
< td > < input id ="driverMapping " class ="hCentered " name ="mappingTypes " value ="drivers " type ="radio "> </ td >
@@ -125,18 +125,18 @@ <h2 align="center">Settings</h2>
125
125
</ td >
126
126
</ tr >
127
127
< 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 >
129
129
< td > < select id ="instructionVideoDrivers " class ="videoChooser "> </ select >
130
130
< 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 >
132
132
</ div >
133
133
</ td >
134
134
</ tr >
135
135
< 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 >
137
137
< td > < select id ="instructionVideoConsequences " class ="videoChooser "> </ select >
138
138
< 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 >
140
140
</ div >
141
141
</ td >
142
142
</ tr >
@@ -149,18 +149,18 @@ <h2 align="center">Settings</h2>
149
149
</ td >
150
150
</ tr >
151
151
< tr >
152
- < td > < label for ="mappingAudioDrivers "> Mapping drivers audio:</ label > </ td >
152
+ < td > < label for ="mappingAudioDrivers "> Mapping screen 1 audio:</ label > </ td >
153
153
< td > < select id ="mappingAudioDrivers " class ="audioChooser "> < option value =""> None</ option > </ select >
154
154
< 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 >
156
156
</ div >
157
157
</ td >
158
158
</ tr >
159
159
< tr >
160
- < td > < label for ="mappingAudioConsequences "> Mapping consequences audio:</ label > </ td >
160
+ < td > < label for ="mappingAudioConsequences "> Mapping screen 2 audio:</ label > </ td >
161
161
< td > < select id ="mappingAudioConsequences " class ="audioChooser "> < option value =""> None</ option > </ select >
162
162
< 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 >
164
164
</ div >
165
165
</ td >
166
166
</ tr >
@@ -185,8 +185,8 @@ <h2 align="center">Settings</h2>
185
185
< h4 > Factors: </ h4 >
186
186
187
187
< 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 >
190
190
</ div >
191
191
192
192
< div id ="drivers " class ="tabContent ">
0 commit comments