-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
552 lines (530 loc) · 25.5 KB
/
index.html
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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!-- You must include this JavaScript file -->
<script src="https://assets.crowd.aws/crowd-html-elements.js"></script>
<!-- For the full list of available Crowd HTML Elements and their input/output documentation,
please refer to https://docs.aws.amazon.com/sagemaker/latest/dg/sms-ui-template-reference.html -->
<!-- You must include crowd-form so that your task submits answers to MTurk -->
<crowd-form answer-format="flatten-objects">
<!--
<crowd-instructions link-text="View instructions" link-type="button">
<short-summary>
<p>Provide a brief instruction here</p>
</short-summary>
<detailed-instructions>
<h3>Provide more detailed instructions here</h3>
<p>Include additional information</p>
</detailed-instructions>
<positive-example>
<p>Provide an example of a good answer here</p>
<p>Explain why it's a good answer</p>
</positive-example>
<negative-example>
<p>Provide an example of a bad answer here</p>
<p>Explain why it's a bad answer</p>
</negative-example>
</crowd-instructions>
-->
<fieldset>
<legend>Section 1 of 3</legend>
<!-- Select Basic -->
<div class="form-group">
<label class="col-md-4 control-label" for="gender">Select your gender</label>
<div class="col-md-4">
<select id="gender" name="gender" class="form-control">
<option value="Female">Female</option>
<option value="Male">Male</option>
<option value="Prefer not to say">Prefer not to say</option>
<option value="Other">Other</option>
</select>
</div>
</div>
<br>
<!-- Select Basic -->
<div class="form-group">
<label class="col-md-4 control-label" for="age">Select your age</label>
<div class="col-md-4">
<select id="age" name="age" class="form-control">
<option value="18-">18 or below</option>
<option value="19-25">19-25</option>
<option value="26-35">26-35</option>
<option value="36-45">36-45</option>
<option value="46+">46 or above</option>
</select>
</div>
</div>
<br>
<!-- Select Basic -->
<div class="form-group">
<label class="col-md-4 control-label" for="occupation">Select your occupation</label>
<div class="col-md-4">
<select id="occupation" name="occupation" class="form-control">
<option value="Student">Student</option>
<option value="Business owner">Business owner</option>
<option value="Federal employee">Federal employee</option>
<option value="Self employed">Self employed</option>
<option value="Searching for employement">Searching for employement</option>
</select>
</div>
</div>
<br>
<!-- Select Basic -->
<div class="form-group">
<label class="col-md-4 control-label" for="marital">Select your marital status</label>
<div class="col-md-4">
<select id="marital" name="marital" class="form-control">
<option value="Single">Single</option>
<option value="Engaged">Engaged</option>
<option value="Engaged with children">Engaged with children</option>
<option value="Separated">Separated</option>
<option value="Divorced">Divorced</option>
<option value="Living with a partner">Living with a partner</option>
</select>
</div>
</div>
<br>
<!-- Select Basic -->
<div class="form-group">
<label class="col-md-4 control-label" for="ethnicity">Select your ethnicity</label>
<div class="col-md-4">
<select id="ethnicity" name="ethnicity" class="form-control">
<option value="African">African</option>
<option value="North-American">North-American</option>
<option value="South-American">South-American</option>
<option value="European">European</option>
<option value="Asian">Asian</option>
<option value="Oceanian">Oceanian</option>
</select>
</div>
</div>
</fieldset>
<fieldset>
<legend>Section 2 of 3</legend>
<!-- Multiple Radios (inline) -->
<div class="form-group">
<label class="col-md-4 control-label" for="quest 1">I am the life of the party</label>
<div class="col-md-4">
<label class="radio-inline" for="quest 1-0">
<input type="radio" name="quest 1" id="quest 1-0" value="1">
1 (Totally disagree)
</label>
<label class="radio-inline" for="quest 1-1">
<input type="radio" name="quest 1" id="quest 1-1" value="2">
2
</label>
<label class="radio-inline" for="quest 1-2">
<input type="radio" name="quest 1" id="quest 1-2" value="3">
3
</label>
<label class="radio-inline" for="quest 1-3">
<input type="radio" name="quest 1" id="quest 1-3" value="4">
4
</label>
<label class="radio-inline" for="quest 1-4">
<input type="radio" name="quest 1" id="quest 1-4" value="5">
5 (Totally agree)
</label>
</div>
</div>
<br>
<!-- Multiple Radios (inline) -->
<div class="form-group">
<label class="col-md-4 control-label" for="quest 2">I leave my belongings around.</label>
<div class="col-md-4">
<label class="radio-inline" for="quest 2-0">
<input type="radio" name="quest 2" id="quest 2-0" value="1">
1 (Totally disagree)
</label>
<label class="radio-inline" for="quest 2-1">
<input type="radio" name="quest 2" id="quest 2-1" value="2">
2
</label>
<label class="radio-inline" for="quest 2-2">
<input type="radio" name="quest 2" id="quest 2-2" value="3">
3
</label>
<label class="radio-inline" for="quest 2-3">
<input type="radio" name="quest 2" id="quest 2-3" value="4">
4
</label>
<label class="radio-inline" for="quest 2-4">
<input type="radio" name="quest 2" id="quest 2-4" value="5">
5 (Totally agree)
</label>
</div>
</div>
<br>
<!-- Multiple Radios (inline) -->
<div class="form-group">
<label class="col-md-4 control-label" for="quest 3">I feel little concern for the others.</label>
<div class="col-md-4">
<label class="radio-inline" for="quest 3-0">
<input type="radio" name="quest 3" id="quest 3-0" value="1">
1 (Totally disagree)
</label>
<label class="radio-inline" for="quest 3-1">
<input type="radio" name="quest 3" id="quest 3-1" value="2">
2
</label>
<label class="radio-inline" for="quest 3-2">
<input type="radio" name="quest 3" id="quest 3-2" value="3">
3
</label>
<label class="radio-inline" for="quest 3-3">
<input type="radio" name="quest 3" id="quest 3-3" value="4">
4
</label>
<label class="radio-inline" for="quest 3-4">
<input type="radio" name="quest 3" id="quest 3-4" value="5">
5 (Totally agree)
</label>
</div>
</div>
<br>
<!-- Multiple Radios (inline) -->
<div class="form-group">
<label class="col-md-4 control-label" for="quest 4">I get stressed out easily.</label>
<div class="col-md-4">
<label class="radio-inline" for="quest 4-0">
<input type="radio" name="quest 4" id="quest 4-0" value="1">
1 (Totally disagree)
</label>
<label class="radio-inline" for="quest 4-1">
<input type="radio" name="quest 4" id="quest 4-1" value="2">
2
</label>
<label class="radio-inline" for="quest 4-2">
<input type="radio" name="quest 4" id="quest 4-2" value="3">
3
</label>
<label class="radio-inline" for="quest 4-3">
<input type="radio" name="quest 4" id="quest 4-3" value="4">
4
</label>
<label class="radio-inline" for="quest 4-4">
<input type="radio" name="quest 4" id="quest 4-4" value="5">
5 (Totally agree)
</label>
</div>
</div>
<br>
<!-- Multiple Radios (inline) -->
<div class="form-group">
<label class="col-md-4 control-label" for="quest 5">I have vivid immagination.</label>
<div class="col-md-4">
<label class="radio-inline" for="quest 5-0">
<input type="radio" name="quest 5" id="quest 5-0" value="1">
1 (Totally disagree)
</label>
<label class="radio-inline" for="quest 5-1">
<input type="radio" name="quest 5" id="quest 5-1" value="2">
2
</label>
<label class="radio-inline" for="quest 5-2">
<input type="radio" name="quest 5" id="quest 5-2" value="3">
3
</label>
<label class="radio-inline" for="quest 5-3">
<input type="radio" name="quest 5" id="quest 5-3" value="4">
4
</label>
<label class="radio-inline" for="quest 5-4">
<input type="radio" name="quest 5" id="quest 5-4" value="5">
5 (Totally agree)
</label>
</div>
</div>
</fieldset>
<fieldset>
<legend>Section 3 of 3</legend>
<!-- Multiple Radios -->
<div class="form-group">
<label class="col-md-4 control-label" for="question1">
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/373947/_2.jpg" alt="Silver Jacket" width="300" height="300"><br>
Which one is the best recommendation for this top?
</label>
<div class="col-md-4">
<div class="radio">
<label for="question1-0">
<input type="radio" name="question1" id="question1-0" value="1">
Option 1<br>
<img src="https://github.com/f4shionrecommendation/fashion_reccom/blob/master/img/373947/6.jpg?raw=true" alt="Golden Trousers">
</label>
</div>
<div class="radio">
<label for="question1-1">
<input type="radio" name="question1" id="question1-1" value="2">
Option 2<br>
<img src="https://github.com/f4shionrecommendation/fashion_reccom/blob/master/img/436320/4.jpg?raw=true" alt="Fuchsia Skirt">
</label>
</div>
<div class="radio">
<label for="question1-2">
<input type="radio" name="question1" id="question1-2" value="3">
Option 3<br>
<img src="https://github.com/f4shionrecommendation/fashion_reccom/blob/master/img/460313/2.jpg?raw=true" alt="Fuchsia Sporty Trousers">
</label>
</div>
<div class="radio">
<label for="question1-3">
<input type="radio" name="question1" id="question1-3" value="4">
Option 4<br>
<img src="https://github.com/f4shionrecommendation/fashion_reccom/blob/master/img/2005891/1.jpg?raw=true" alt="Black Shorts">
</label>
</div>
<div class="radio">
<label for="question1-4">
<input type="radio" name="question1" id="question1-4" value="5">
Option 5<br>
<img src="https://github.com/f4shionrecommendation/fashion_reccom/blob/master/img/2079880/2.jpg?raw=true" alt="Blue Jeans">
</label>
</div>
</div>
</div>
<br>
<!-- Multiple Radios -->
<div class="form-group">
<label class="col-md-4 control-label" for="question2">Which one is the best recommendation for this bottom?</label>
<br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/373947/6.jpg" alt="Golden Trousers">
<div class="col-md-4">
<div class="radio">
<label for="question2-0">
<input type="radio" name="question2" id="question2-0" value="1">
Option 1<br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/373947/5.jpg" alt="Silver Shoes">
</label>
</div>
<div class="radio">
<label for="question2-1">
<input type="radio" name="question2" id="question2-1" value="2">
Option 2 <br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/436320/9.jpg" alt="pearly shoes with heels">
</label>
</div>
<div class="radio">
<label for="question2-2">
<input type="radio" name="question2" id="question2-2" value="3">
Option 3 <br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/460313/_4.jpg" alt="american eagle boots">
</label>
</div>
<div class="radio">
<label for="question2-3">
<input type="radio" name="question2" id="question2-3" value="4">
Option 4 <br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/2078412/5.jpg" alt="black sneakers">
</label>
</div>
<div class="radio">
<label for="question2-4">
<input type="radio" name="question2" id="question2-4" value="5">
Option 5 <br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/2079880/8.jpg" alt="shoes with golden heels">
</label>
</div>
</div>
</div>
<br>
<!-- Multiple Radios -->
<div class="form-group">
<label class="col-md-4 control-label" for="question3">Which one is the best recommendation for this for this pair of shoes?</label>
<br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/2333598/7.jpg" alt="long brown velvet boots">
<div class="col-md-4">
<div class="radio">
<label for="question3-0">
<input type="radio" name="question3" id="question3-0" value="1">
Option 1 <br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/2333598/6.jpg" alt="white blouse">
</label>
</div>
<div class="radio">
<label for="question3-1">
<input type="radio" name="question3" id="question3-1" value="2">
Option 2 <br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/2078412/112.jpg" alt="active tank">
</label>
</div>
<div class="radio">
<label for="question3-2">
<input type="radio" name="question3" id="question3-2" value="3">
Option 3 <br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/373947/_1.jpg" alt="fuchsia blouse">
</label>
</div>
<div class="radio">
<label for="question3-3">
<input type="radio" name="question3" id="question3-3" value="4">
Option 4 <br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/460313/11.jpg" alt="green hoodie">
</label>
</div>
<div class="radio">
<label for="question3-4">
<input type="radio" name="question3" id="question3-4" value="5">
Option 5 <br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/373947/4.jpg" alt="top with rhinestones">
</label>
</div>
</div>
</div>
<br>
<!-- Multiple Checkboxes -->
<div class="form-group">
<label class="col-md-4 control-label" for="question4">Would you recommend this pair of shoes to a teenager, an adult or an elder?</label><br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/2078412/5.jpg" alt="black sneakers">
<div class="col-md-4">
<div class="checkbox">
<label for="question4-0">
<input type="checkbox" name="question4" id="question4-0" value="Teenager">
Teenager
</label>
</div>
<div class="checkbox">
<label for="question4-1">
<input type="checkbox" name="question4" id="question4-1" value="Adult">
Adult
</label>
</div>
<div class="checkbox">
<label for="question4-2">
<input type="checkbox" name="question4" id="question4-2" value="Elder">
Elder
</label>
</div>
</div>
</div>
<br>
<!-- Multiple Checkboxes -->
<div class="form-group">
<label class="col-md-4 control-label" for="question5">Which adjectives describe, in your opinion, this pair of shoes?</label><br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/460313/_4.jpg" alt="american eagle boots">
<div class="col-md-4">
<div class="checkbox">
<label for="question5-0">
<input type="checkbox" name="question5" id="question5-0" value="Comfortable">
Comfortable
</label>
</div>
<div class="checkbox">
<label for="question5-1">
<input type="checkbox" name="question5" id="question5-1" value="Hot">
Hot
</label>
</div>
<div class="checkbox">
<label for="question5-2">
<input type="checkbox" name="question5" id="question5-2" value="Cold">
Cold
</label>
</div>
<div class="checkbox">
<label for="question5-3">
<input type="checkbox" name="question5" id="question5-3" value="Elegant">
Elegant
</label>
</div>
<div class="checkbox">
<label for="question5-4">
<input type="checkbox" name="question5" id="question5-4" value="Classical">
Classical
</label>
</div>
<div class="checkbox">
<label for="question5-5">
<input type="checkbox" name="question5" id="question5-5" value="Sporty">
Sporty
</label>
</div>
</div>
</div>
<br>
<!-- Multiple Checkboxes -->
<div class="form-group">
<label class="col-md-4 control-label" for="question6">Which adjectives describe, in your opinion, this bottom clothing?</label><br>
<img src="https://github.com/f4shionrecommendation/fashion_reccom/blob/master/img/460313/2.jpg?raw=true" alt="Fuchsia Sporty Trousers">
<div class="col-md-4">
<div class="checkbox">
<label for="question6-0">
<input type="checkbox" name="question6" id="question6-0" value="Hot">
Hot
</label>
</div>
<div class="checkbox">
<label for="question6-1">
<input type="checkbox" name="question6" id="question6-1" value="Cold">
Cold
</label>
</div>
<div class="checkbox">
<label for="question6-2">
<input type="checkbox" name="question6" id="question6-2" value="Comfortable">
Comfortable
</label>
</div>
<div class="checkbox">
<label for="question6-3">
<input type="checkbox" name="question6" id="question6-3" value="Elegant">
Elegant
</label>
</div>
<div class="checkbox">
<label for="question6-4">
<input type="checkbox" name="question6" id="question6-4" value="Sporty">
Sporty
</label>
</div>
<div class="checkbox">
<label for="question6-5">
<input type="checkbox" name="question6" id="question6-5" value="Classical">
Classical
</label>
</div>
</div>
</div>
<br>
<!-- Multiple Checkboxes -->
<div class="form-group">
<label class="col-md-4 control-label" for="question7">Which adjectives describe, in your opinion, this top clothing?</label>
<br>
<img src="https://raw.githubusercontent.com/f4shionrecommendation/fashion_reccom/master/img/2079880/1.jpg" alt="white sweater">
<div class="col-md-4">
<div class="checkbox">
<label for="question7-0">
<input type="checkbox" name="question7" id="question7-0" value="Hot">
Hot
</label>
</div>
<div class="checkbox">
<label for="question7-1">
<input type="checkbox" name="question7" id="question7-1" value="Cold">
Cold
</label>
</div>
<div class="checkbox">
<label for="question7-2">
<input type="checkbox" name="question7" id="question7-2" value="Comfortable">
Comfortable
</label>
</div>
<div class="checkbox">
<label for="question7-3">
<input type="checkbox" name="question7" id="question7-3" value="Classical">
Classical
</label>
</div>
<div class="checkbox">
<label for="question7-4">
<input type="checkbox" name="question7" id="question7-4" value="Elegant">
Elegant
</label>
</div>
<div class="checkbox">
<label for="question7-5">
<input type="checkbox" name="question7" id="question7-5" value="Sporty">
Sporty
</label>
</div>
</div>
</div>
</fieldset>
</crowd-form>