-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmTurk_Mapping_example.html
More file actions
392 lines (350 loc) · 27.7 KB
/
Copy pathmTurk_Mapping_example.html
File metadata and controls
392 lines (350 loc) · 27.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Titel</title>
</head>
<body>
<form name="mturk_form" method="post" id="mturk_form" action="http://localhost:8000/">
<!-- HIT template: Survey-v3.0 --><!-- The following snippet enables the 'responsive' behavior on smaller screens -->
<meta content="width=device-width,initial-scale=1" name="viewport" />
<section class="container" id="Survey"><!-- Instructions -->
<div class="row">
<div class="col-xs-12 col-md-12">
<div class="panel panel-primary"><!-- WARNING: the ids "collapseTrigger" and "instructionBody" are being used to enable expand/collapse feature --><a class="panel-heading" href="javascript:void(0);" id="collapseTrigger"><strong>Survey Instructions</strong> <span class="collapse-text">(Click to expand)</span> </a>
<div class="panel-body" id="instructionBody">
<p>Hello, <br/>
thank you for participating in our survey.<br/>
It is about finding a corresponding wiki page of one wiki in two different but similar wikis.<br/>
You can use the search functionality of the wiki itself, using google or any other search strategy.<br/>
Please note that the page can be named in a different way (<i>USA</i> can be also matched to <i>United States</i> or <i>America</i>).<br/>
Use a recent version of Chrome, Firefox, Internet Explorer or Opera for this survey and have javascript enabled.</br>
You have 40 minutes at maximum for this survey which means for each wikipage 2 minutes.</br>
<br/>
Following a small <b>example</b>:
<br/>
<br/>
Find a similar page (given below) from wiki "<a target="_blank" href="http://battlefront.wikia.com">Battlefront</a>"to the similar wikis:</br>
<ol type="a">
<li><a target="_blank" href="http://starwars.wikia.com">Starwars</a></li>
<li><a target="_blank" href="http://clonewars.wikia.com">The Clone Wars</a></li>
</ol>
All answers have to start with "<b>http://starwars.wikia.com/wiki/</b>" respectively "<b>http://clonewars.wikia.com/wiki/</b>" or the "<b>No matching article</b>" option should be selected.</br>
<!--
304
691244
1267847
-->
<ol>
<li>
<p><a target="_blank" href="http://battlefront.wikia.com/wiki/X-Wing">http://battlefront.wikia.com/wiki/X-Wing</a> with title "X-Wing"</p>
Find it in <a target="_blank" href="http://starwars.wikia.com">Starwars</a>:
<div class="input-group">
<input type="text" class="form-control" name="example_mapping" value="http://starwars.wikia.com/wiki/X-wing_starfighter" disabled>
<span class="input-group-addon"><label><input type="checkbox" value="" disabled> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://starwars.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://starwars.wikia.com/wiki/Special:Search?query=X-Wing">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://starwars.wikia.com+X-Wing">search with Google</a>
</p>
Find it in <a target="_blank" href="http://clonewars.wikia.com">The Clone Wars</a>:
<div class="input-group">
<input type="text" class="form-control" name="example_mapping2" value="" disabled>
<span class="input-group-addon"><label><input type="checkbox" value="" disabled checked> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://clonewars.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://clonewars.wikia.com/wiki/Special:Search?query=X-Wing">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://clonewars.wikia.com+X-Wing">search with Google</a>
</li>
</ol>
</p>
</div>
</div>
</div>
</div>
<!-- End Instructions --><!-- Survey Layout -->
<div class="row" id="workContent">
<div class="col-xs-12 col-md-12">
<div class="panel panel-default">
<div class="panel-body">
Find a similar page (given below) from wiki "<a target="_blank" href="http://runescape.wikia.com">The RuneScape Wiki</a>" to the similar wikis:</br>
<ol type="a">
<li><a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a></li>
<li><a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a></li>
</ol>
All answers have to start with "<b>http://oldschoolrunescape.wikia.com/wiki/</b>" respectively "<b>http://darkscape.wikia.com/wiki/</b>" or the "<b>No matching article</b>" option should be selected.</br>
</br>
<ol>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/Goliath_gloves">http://runescape.wikia.com/wiki/Goliath_gloves</a> with title "Goliath gloves" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="0_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=Goliath+gloves">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+Goliath+gloves">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="0_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=Goliath+gloves">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+Goliath+gloves">search with Google</a>
</li>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/Griffin_Outfit">http://runescape.wikia.com/wiki/Griffin_Outfit</a> with title "Griffin Outfit" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="1_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=Griffin+Outfit">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+Griffin+Outfit">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="1_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=Griffin+Outfit">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+Griffin+Outfit">search with Google</a>
</li>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/Fragile_runecrafting_urn_(full)">http://runescape.wikia.com/wiki/Fragile_runecrafting_urn_(full)</a> with title "Fragile runecrafting urn (full)" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="2_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=Fragile+runecrafting+urn+(full)">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+Fragile+runecrafting+urn+(full)">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="2_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=Fragile+runecrafting+urn+(full)">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+Fragile+runecrafting+urn+(full)">search with Google</a>
</li>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/Seers'_Village_achievements">http://runescape.wikia.com/wiki/Seers'_Village_achievements</a> with title "Seers' Village achievements" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="3_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=Seers'+Village+achievements">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+Seers'+Village+achievements">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="3_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=Seers'+Village+achievements">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+Seers'+Village+achievements">search with Google</a>
</li>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/The_Black_Hole">http://runescape.wikia.com/wiki/The_Black_Hole</a> with title "The Black Hole" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="4_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=The+Black+Hole">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+The+Black+Hole">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="4_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=The+Black+Hole">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+The+Black+Hole">search with Google</a>
</li>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/Greater_sharpshooter_aura">http://runescape.wikia.com/wiki/Greater_sharpshooter_aura</a> with title "Greater sharpshooter aura" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="5_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=Greater+sharpshooter+aura">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+Greater+sharpshooter+aura">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="5_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=Greater+sharpshooter+aura">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+Greater+sharpshooter+aura">search with Google</a>
</li>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/Artisan's_potion">http://runescape.wikia.com/wiki/Artisan's_potion</a> with title "Artisan's potion" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="6_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=Artisan's+potion">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+Artisan's+potion">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="6_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=Artisan's+potion">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+Artisan's+potion">search with Google</a>
</li>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/Alchemist's_amulet">http://runescape.wikia.com/wiki/Alchemist's_amulet</a> with title "Alchemist's amulet" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="7_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=Alchemist's+amulet">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+Alchemist's+amulet">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="7_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=Alchemist's+amulet">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+Alchemist's+amulet">search with Google</a>
</li>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/Trader_Stan">http://runescape.wikia.com/wiki/Trader_Stan</a> with title "Trader Stan" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="8_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=Trader+Stan">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+Trader+Stan">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="8_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=Trader+Stan">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+Trader+Stan">search with Google</a>
</li>
<li style="margin-bottom:40px;">
<p><a target="_blank" href="http://runescape.wikia.com/wiki/Dark_Wizard_Elijah">http://runescape.wikia.com/wiki/Dark_Wizard_Elijah</a> with title "Dark Wizard Elijah" </p>
Find it in <a target="_blank" href="http://oldschoolrunescape.wikia.com">Old School RuneScape Wiki</a>:
<div class="input-group">
<input type="text" class="form-control" name="9_mapping_dst1" value="http://oldschoolrunescape.wikia.com/wiki/..." required pattern="http://oldschoolrunescape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<p>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://oldschoolrunescape.wikia.com/wiki/Special:Search?query=Dark+Wizard+Elijah">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://oldschoolrunescape.wikia.com+Dark+Wizard+Elijah">search with Google</a>
</p>
Find it in <a target="_blank" href="http://darkscape.wikia.com">DarkScape Wikia</a>:
<div class="input-group">
<input type="text" class="form-control" name="9_mapping_dst2" value="http://darkscape.wikia.com/wiki/..." required pattern="http://darkscape.wikia.com/wiki/[^.].*">
<span class="input-group-addon"><label><input class="matching_article" type="checkbox" value=""> No matching article</label></span>
</div>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:AllPages">list all pages</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://darkscape.wikia.com/wiki/Special:Search?query=Dark+Wizard+Elijah">search with wiki</a>
<a class="btn btn-primary btn-sm" target="_blank" href="http://www.google.com/search?q=site:http://darkscape.wikia.com+Dark+Wizard+Elijah">search with Google</a>
</li>
</ol>
</div>
</div>
</div>
</div>
<!-- End Survey Layout --></section>
<!-- Please note that Bootstrap CSS/JS and JQuery are 3rd party libraries that may update their url/code at any time. Amazon Mechanical Turk (MTurk) is including these libraries as a default option for you, but is not responsible for any changes to the external libraries --><!-- External CSS references -->
<link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" rel="stylesheet" /><!-- Open internal style sheet -->
<style type="text/css">
#collapseTrigger{
color:#fff;
display: block;
text-decoration: none;
}
#submitButton{
white-space: normal;
}
.form-horizontal .control-label{
text-align: left
}
</style>
<!-- Close internal style sheet -->
<!-- External JS references -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Open internal javascript --><script>
$(document).ready(function() {
// Instructions expand/collapse
var content = $('#instructionBody');
var trigger = $('#collapseTrigger');
content.hide();
$('.collapse-text').text('(Click to expand)');
trigger.click(function(){
content.toggle();
var isVisible = content.is(':visible');
if(isVisible){
$('.collapse-text').text('(Click to collapse)');
}else{
$('.collapse-text').text('(Click to expand)');
}
});
// end expand/collapse
//$('#mturk_form').validator();
$('.matching_article').change(function(){
if ($(this).is(':checked')){
$(this).closest( ".input-group" ).find(".form-control").val('no match').prop('readonly', true);
} else {
var form_control = $(this).closest( ".input-group" ).find(".form-control");
if(form_control.attr("name").endsWith('dst1')){
form_control.val('http://oldschoolrunescape.wikia.com/wiki/...').prop('readonly', false);
}else {
form_control.val('http://darkscape.wikia.com/wiki/...').prop('readonly', false);
}
}
});//console.log(
});
</script><!-- CLose internal javascript -->
<input type="submit" id="submitButton" class="btn btn-primary" value="Submit">
</form>
</body>
</html>