-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·543 lines (513 loc) · 57.6 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
<!DOCTYPE html><html class=''>
<head>
<meta charset='UTF-8'>
<meta name="robots" content="noindex">
<title>The Experiment Factory: Survey</title>
<link rel='stylesheet' type='text/css' href='css/material.blue-red.min.css'>
<link rel='stylesheet' type='text/css' href='css/surveys.css'>
<link rel='stylesheet' type='text/css' href='css/jquery-ui-1.10.4.custom.min.css'>
<link rel='stylesheet' type='text/css' href='css/style.css'>
</head>
<body>
<script src='js/jquery-2.1.1.min.js'></script>
<script src='js/material.min.js'></script>
<script src='js/jquery-ui-1.10.4.custom.min.js'></script>
<script src='js/jquery.wizard.js'></script>
<script src='js/jquery.form-3.50.js'></script>
<script src='js/jquery.validate-1.12.0.min.js'></script>
<div class="experiment-layout mdl-layout mdl-layout--fixed-header mdl-js-layout mdl-color--grey-100">
<div class="experiment-ribbon"></div>
<main class="experiment-main mdl-layout__content">
<div class="experiment-container mdl-grid">
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone">
</div>
<div class="experiment-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col">
<div id="questions">
<form name="questions" action="#", method="POST">
<div class="step">
<h3>Welcome to this survey. Press <strong>Next</strong> to begin.</h3><br><br><br><br></div>
<div class="step">
<h3>Please indicate which of the following scenarios you would prefer.</h3><br><br><br><br></div>
<div class="step">
<p id="sensation-seeking-survey_2_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_2_0">
<input type="radio" id="option-sensation-seeking-survey_2_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_2_options" value="1" meta-options="I like 'wild' uninhibited parties| I prefer quiet parties with good conversation" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I like 'wild' uninhibited parties</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_2_1">
<input type="radio" id="option-sensation-seeking-survey_2_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_2_options" value="0" meta-options="I like 'wild' uninhibited parties| I prefer quiet parties with good conversation" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I prefer quiet parties with good conversation</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_3_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_3_0">
<input type="radio" id="option-sensation-seeking-survey_3_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_3_options" value="0" meta-options="There are some movies I enjoy seeing a second or even a third time| I can't stand watching a movie that I've seen before" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">There are some movies I enjoy seeing a second or even a third time</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_3_1">
<input type="radio" id="option-sensation-seeking-survey_3_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_3_options" value="1" meta-options="There are some movies I enjoy seeing a second or even a third time| I can't stand watching a movie that I've seen before" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I can't stand watching a movie that I've seen before</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_4_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_4_0">
<input type="radio" id="option-sensation-seeking-survey_4_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_4_options" value="1" meta-options="I often wish I could be a mountain climber| I can't understand people who risk their necks climbing mountains" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I often wish I could be a mountain climber</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_4_1">
<input type="radio" id="option-sensation-seeking-survey_4_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_4_options" value="0" meta-options="I often wish I could be a mountain climber| I can't understand people who risk their necks climbing mountains" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I can't understand people who risk their necks climbing mountains</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_5_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_5_0">
<input type="radio" id="option-sensation-seeking-survey_5_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_5_options" value="0" meta-options="I dislike all body odors|I like some of the earthy body smells" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I dislike all body odors</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_5_1">
<input type="radio" id="option-sensation-seeking-survey_5_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_5_options" value="1" meta-options="I dislike all body odors|I like some of the earthy body smells" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I like some of the earthy body smells</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_6_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_6_0">
<input type="radio" id="option-sensation-seeking-survey_6_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_6_options" value="1" meta-options="I get bored seeing the same old faces|I like the comfortable familiarity of everyday friends" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I get bored seeing the same old faces</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_6_1">
<input type="radio" id="option-sensation-seeking-survey_6_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_6_options" value="0" meta-options="I get bored seeing the same old faces|I like the comfortable familiarity of everyday friends" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I like the comfortable familiarity of everyday friends</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_7_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_7_0">
<input type="radio" id="option-sensation-seeking-survey_7_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_7_options" value="1" meta-options="I like to explore a strange city or section of town by myself even if it means getting lost|I prefer a guide when I am in a place I do not know well" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I like to explore a strange city or section of town by myself even if it means getting lost</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_7_1">
<input type="radio" id="option-sensation-seeking-survey_7_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_7_options" value="0" meta-options="I like to explore a strange city or section of town by myself even if it means getting lost|I prefer a guide when I am in a place I do not know well" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I prefer a guide when I am in a place I do not know well</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_8_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_8_0">
<input type="radio" id="option-sensation-seeking-survey_8_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_8_options" value="0" meta-options="I dislike people who do or say things just to shock or upset others| When you can predict almost everything a person will do and say he or she must be a bore" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I dislike people who do or say things just to shock or upset others</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_8_1">
<input type="radio" id="option-sensation-seeking-survey_8_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_8_options" value="1" meta-options="I dislike people who do or say things just to shock or upset others| When you can predict almost everything a person will do and say he or she must be a bore" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> When you can predict almost everything a person will do and say he or she must be a bore</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_9_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_9_0">
<input type="radio" id="option-sensation-seeking-survey_9_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_9_options" value="1" meta-options="I usually don't enjoy a movie or play where I can predict what will happen in advance| I don't mind watching a movie or a play where I can predict what will happen in advance" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I usually don't enjoy a movie or play where I can predict what will happen in advance</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_9_1">
<input type="radio" id="option-sensation-seeking-survey_9_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_9_options" value="0" meta-options="I usually don't enjoy a movie or play where I can predict what will happen in advance| I don't mind watching a movie or a play where I can predict what will happen in advance" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I don't mind watching a movie or a play where I can predict what will happen in advance</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_10_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_10_0">
<input type="radio" id="option-sensation-seeking-survey_10_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_10_options" value="1" meta-options="I have tried marijuana or would like to| I would never smoke marijuana." meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I have tried marijuana or would like to</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_10_1">
<input type="radio" id="option-sensation-seeking-survey_10_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_10_options" value="0" meta-options="I have tried marijuana or would like to| I would never smoke marijuana." meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I would never smoke marijuana.</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_11_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_11_0">
<input type="radio" id="option-sensation-seeking-survey_11_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_11_options" value="0" meta-options="I would not like to try any drug which might produce strange and dangerous effects on me| I would never smoke marijuana." meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I would not like to try any drug which might produce strange and dangerous effects on me</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_11_1">
<input type="radio" id="option-sensation-seeking-survey_11_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_11_options" value="1" meta-options="I would not like to try any drug which might produce strange and dangerous effects on me|I would I would never smoke marijuana." meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I would never smoke marijuana.</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_12_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_12_0">
<input type="radio" id="option-sensation-seeking-survey_12_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_12_options" value="0" meta-options="A sensible person avoids activities that are dangerous| I sometimes like to do things that are a little frightening" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">A sensible person avoids activities that are dangerous</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_12_1">
<input type="radio" id="option-sensation-seeking-survey_12_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_12_options" value="1" meta-options="A sensible person avoids activities that are dangerous| I sometimes like to do things that are a little frightening" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I sometimes like to do things that are a little frightening</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_13_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_13_0">
<input type="radio" id="option-sensation-seeking-survey_13_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_13_options" value="0" meta-options="I dislike 'swingers' (people who are uninhibited and free about sex)| I enjoy the company of real 'swingers'" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I dislike 'swingers' (people who are uninhibited and free about sex)</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_13_1">
<input type="radio" id="option-sensation-seeking-survey_13_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_13_options" value="1" meta-options="I dislike 'swingers' (people who are uninhibited and free about sex)| I enjoy the company of real 'swingers'" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I enjoy the company of real 'swingers'</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_14_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_14_0">
<input type="radio" id="option-sensation-seeking-survey_14_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_14_options" value="0" meta-options="I find that stimulants make me uncomfortable| I often like to get high (drinking liquor or smoking marijuana)" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I find that stimulants make me uncomfortable</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_14_1">
<input type="radio" id="option-sensation-seeking-survey_14_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_14_options" value="1" meta-options="I find that stimulants make me uncomfortable| I often like to get high (drinking liquor or smoking marijuana)" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I often like to get high (drinking liquor or smoking marijuana)</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_15_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_15_0">
<input type="radio" id="option-sensation-seeking-survey_15_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_15_options" value="1" meta-options="I like to try new foods that I have never tasted before| I order the dishes with which I am familiar so as to avoid disappointment and unpleasantness" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I like to try new foods that I have never tasted before</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_15_1">
<input type="radio" id="option-sensation-seeking-survey_15_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_15_options" value="0" meta-options="I like to try new foods that I have never tasted before| I order the dishes with which I am familiar so as to avoid disappointment and unpleasantness" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I order the dishes with which I am familiar so as to avoid disappointment and unpleasantness</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_16_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_16_0">
<input type="radio" id="option-sensation-seeking-survey_16_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_16_options" value="0" meta-options="I enjoy looking at home movies or travel slides| Looking at someone's home movies or travel slides bores me tremendously" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I enjoy looking at home movies or travel slides</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_16_1">
<input type="radio" id="option-sensation-seeking-survey_16_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_16_options" value="1" meta-options="I enjoy looking at home movies or travel slides| Looking at someone's home movies or travel slides bores me tremendously" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> Looking at someone's home movies or travel slides bores me tremendously</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_17_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_17_0">
<input type="radio" id="option-sensation-seeking-survey_17_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_17_options" value="1" meta-options="I would like to take up the sport of water skiing| I would not like to take up water skiing" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I would like to take up the sport of water skiing</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_17_1">
<input type="radio" id="option-sensation-seeking-survey_17_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_17_options" value="0" meta-options="I would like to take up the sport of water skiing| I would not like to take up water skiing" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I would not like to take up water skiing</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_18_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_18_0">
<input type="radio" id="option-sensation-seeking-survey_18_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_18_options" value="1" meta-options="I would like to try surf boarding| I would not like to try surf boarding" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I would like to try surf boarding</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_18_1">
<input type="radio" id="option-sensation-seeking-survey_18_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_18_options" value="0" meta-options="I would like to try surf boarding| I would not like to try surf boarding" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I would not like to try surf boarding</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_19_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_19_0">
<input type="radio" id="option-sensation-seeking-survey_19_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_19_options" value="1" meta-options="I would like to take off on a trip with no preplanned or definite routes or timetable| When I go on a trip I like to plan my route and timetable fairly carefully" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I would like to take off on a trip with no preplanned or definite routes or timetable</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_19_1">
<input type="radio" id="option-sensation-seeking-survey_19_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_19_options" value="0" meta-options="I would like to take off on a trip with no preplanned or definite routes or timetable| When I go on a trip I like to plan my route and timetable fairly carefully" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> When I go on a trip I like to plan my route and timetable fairly carefully</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_20_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_20_0">
<input type="radio" id="option-sensation-seeking-survey_20_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_20_options" value="0" meta-options="I prefer the 'down to earth' kinds of people as friends| I would like to make friends in some of the 'far out' groups like artists or 'punks'" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I prefer the 'down to earth' kinds of people as friends</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_20_1">
<input type="radio" id="option-sensation-seeking-survey_20_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_20_options" value="1" meta-options="I prefer the 'down to earth' kinds of people as friends| I would like to make friends in some of the 'far out' groups like artists or 'punks'" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I would like to make friends in some of the 'far out' groups like artists or 'punks'</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_21_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_21_0">
<input type="radio" id="option-sensation-seeking-survey_21_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_21_options" value="0" meta-options="I would not like to learn to fly an airplane| I would like to learn to fly an airplane" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I would not like to learn to fly an airplane</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_21_1">
<input type="radio" id="option-sensation-seeking-survey_21_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_21_options" value="1" meta-options="I would not like to learn to fly an airplane| I would like to learn to fly an airplane" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I would like to learn to fly an airplane</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_22_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_22_0">
<input type="radio" id="option-sensation-seeking-survey_22_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_22_options" value="0" meta-options="I prefer the surface of the water to the depths| I would like to go scuba diving" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I prefer the surface of the water to the depths</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_22_1">
<input type="radio" id="option-sensation-seeking-survey_22_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_22_options" value="1" meta-options="I prefer the surface of the water to the depths| I would like to go scuba diving" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I would like to go scuba diving</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_23_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_23_0">
<input type="radio" id="option-sensation-seeking-survey_23_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_23_options" value="1" meta-options="I would like to meet some persons who are homosexual (men or women)| I stay away from anyone I suspect of being 'gay or lesbian'" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I would like to meet some persons who are homosexual (men or women)</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_23_1">
<input type="radio" id="option-sensation-seeking-survey_23_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_23_options" value="0" meta-options="I would like to meet some persons who are homosexual (men or women)| I stay away from anyone I suspect of being 'gay or lesbian'" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I stay away from anyone I suspect of being 'gay or lesbian'</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_24_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_24_0">
<input type="radio" id="option-sensation-seeking-survey_24_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_24_options" value="1" meta-options="I would like to try parachute jumping|I would never want to try jumping out of a plane - with or without a parachute" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I would like to try parachute jumping</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_24_1">
<input type="radio" id="option-sensation-seeking-survey_24_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_24_options" value="0" meta-options="I would like to try parachute jumping|I would never want to try jumping out of a plane - with or without a parachute" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I would never want to try jumping out of a plane - with or without a parachute</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_25_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_25_0">
<input type="radio" id="option-sensation-seeking-survey_25_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_25_options" value="1" meta-options="I prefer friends who are excitingly unpredictable| I prefer friends who are reliable and predictable" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I prefer friends who are excitingly unpredictable</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_25_1">
<input type="radio" id="option-sensation-seeking-survey_25_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_25_options" value="0" meta-options="I prefer friends who are excitingly unpredictable| I prefer friends who are reliable and predictable" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I prefer friends who are reliable and predictable</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_26_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_26_0">
<input type="radio" id="option-sensation-seeking-survey_26_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_26_options" value="0" meta-options="I am not interested in experience for its own sake| I like to have new and exciting experiences and sensations even if they are a little frightening / unconventional or illegal" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I am not interested in experience for its own sake</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_26_1">
<input type="radio" id="option-sensation-seeking-survey_26_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_26_options" value="1" meta-options="I am not interested in experience for its own sake| I like to have new and exciting experiences and sensations even if they are a little frightening / unconventional or illegal" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I like to have new and exciting experiences and sensations even if they are a little frightening / unconventional or illegal</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_27_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_27_0">
<input type="radio" id="option-sensation-seeking-survey_27_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_27_options" value="0" meta-options="The essence of good art is in its clarity / symmetry of form and harmony of colors|I often find beauty in the clashing colors and irregular forms of modern paintings" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">The essence of good art is in its clarity / symmetry of form and harmony of colors</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_27_1">
<input type="radio" id="option-sensation-seeking-survey_27_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_27_options" value="1" meta-options="The essence of good art is in its clarity / symmetry of form and harmony of colors|I often find beauty in the clashing colors and irregular forms of modern paintings" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I often find beauty in the clashing colors and irregular forms of modern paintings</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_28_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_28_0">
<input type="radio" id="option-sensation-seeking-survey_28_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_28_options" value="0" meta-options="I enjoy spending time in the familiar surroundings of home| I get very restless if I have to stay around home for any length of time" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I enjoy spending time in the familiar surroundings of home</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_28_1">
<input type="radio" id="option-sensation-seeking-survey_28_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_28_options" value="1" meta-options="I enjoy spending time in the familiar surroundings of home| I get very restless if I have to stay around home for any length of time" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I get very restless if I have to stay around home for any length of time</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_29_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_29_0">
<input type="radio" id="option-sensation-seeking-survey_29_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_29_options" value="1" meta-options="I like to dive off the high board| I don't like the feeling I get standing on the high board (or I don't go near it at all)" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I like to dive off the high board</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_29_1">
<input type="radio" id="option-sensation-seeking-survey_29_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_29_options" value="0" meta-options="I like to dive off the high board| I don't like the feeling I get standing on the high board (or I don't go near it at all)" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I don't like the feeling I get standing on the high board (or I don't go near it at all)</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_30_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_30_0">
<input type="radio" id="option-sensation-seeking-survey_30_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_30_options" value="1" meta-options="I like to date members of the opposite sex who are physically exciting| I like to date members of the opposite sex who share my values" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I like to date members of the opposite sex who are physically exciting</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_30_1">
<input type="radio" id="option-sensation-seeking-survey_30_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_30_options" value="0" meta-options="I like to date members of the opposite sex who are physically exciting| I like to date members of the opposite sex who share my values" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I like to date members of the opposite sex who share my values</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_31_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_31_0">
<input type="radio" id="option-sensation-seeking-survey_31_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_31_options" value="0" meta-options="Heavy drinking usually ruins a party because some people get loud and boisterous| Keeping the drinks full is the key to a good party" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">Heavy drinking usually ruins a party because some people get loud and boisterous</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_31_1">
<input type="radio" id="option-sensation-seeking-survey_31_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_31_options" value="1" meta-options="Heavy drinking usually ruins a party because some people get loud and boisterous| Keeping the drinks full is the key to a good party" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> Keeping the drinks full is the key to a good party</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_32_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_32_0">
<input type="radio" id="option-sensation-seeking-survey_32_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_32_options" value="0" meta-options="The worst social sin is to be rude| The worst social sin is to be a bore" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">The worst social sin is to be rude</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_32_1">
<input type="radio" id="option-sensation-seeking-survey_32_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_32_options" value="1" meta-options="The worst social sin is to be rude| The worst social sin is to be a bore" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> The worst social sin is to be a bore</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_33_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_33_0">
<input type="radio" id="option-sensation-seeking-survey_33_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_33_options" value="1" meta-options="A person should have considerable sexual experience before marriage| It's better if two married persons begin their sexual experience with each other" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">A person should have considerable sexual experience before marriage</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_33_1">
<input type="radio" id="option-sensation-seeking-survey_33_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_33_options" value="0" meta-options="A person should have considerable sexual experience before marriage| It's better if two married persons begin their sexual experience with each other" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> It's better if two married persons begin their sexual experience with each other</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_34_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_34_0">
<input type="radio" id="option-sensation-seeking-survey_34_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_34_options" value="0" meta-options="Even if I had the money I would not care to associate with flight rich persons like those in the 'jet set'| I could conceive of myself seeking pleasures around the world with the 'jet set'" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">Even if I had the money I would not care to associate with flight rich persons like those in the 'jet set'</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_34_1">
<input type="radio" id="option-sensation-seeking-survey_34_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_34_options" value="1" meta-options="Even if I had the money I would not care to associate with flight rich persons like those in the 'jet set'| I could conceive of myself seeking pleasures around the world with the 'jet set'" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I could conceive of myself seeking pleasures around the world with the 'jet set'</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_35_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_35_0">
<input type="radio" id="option-sensation-seeking-survey_35_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_35_options" value="1" meta-options="I like people who are sharp and witty even if they do sometimes insult others| I dislike people who have their fun at the expensive of hurting the feelings of others" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I like people who are sharp and witty even if they do sometimes insult others</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_35_1">
<input type="radio" id="option-sensation-seeking-survey_35_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_35_options" value="0" meta-options="I like people who are sharp and witty even if they do sometimes insult others| I dislike people who have their fun at the expensive of hurting the feelings of others" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I dislike people who have their fun at the expensive of hurting the feelings of others</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_36_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_36_0">
<input type="radio" id="option-sensation-seeking-survey_36_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_36_options" value="0" meta-options="There is altogether too much portrayal of sex in movies| I enjoy watching many of the 'sexy' scenes in movies" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">There is altogether too much portrayal of sex in movies</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_36_1">
<input type="radio" id="option-sensation-seeking-survey_36_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_36_options" value="1" meta-options="There is altogether too much portrayal of sex in movies| I enjoy watching many of the 'sexy' scenes in movies" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I enjoy watching many of the 'sexy' scenes in movies</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_37_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_37_0">
<input type="radio" id="option-sensation-seeking-survey_37_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_37_options" value="1" meta-options="I feel best after taking a couple of drinks| Something is wrong with people who need liquor to feel good" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I feel best after taking a couple of drinks</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_37_1">
<input type="radio" id="option-sensation-seeking-survey_37_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_37_options" value="0" meta-options="I feel best after taking a couple of drinks| Something is wrong with people who need liquor to feel good" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> Something is wrong with people who need liquor to feel good</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_38_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_38_0">
<input type="radio" id="option-sensation-seeking-survey_38_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_38_options" value="0" meta-options="People should dress according to some standard of taste / neatness and style| People should dress in individual ways even if the effects are sometimes strange" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">People should dress according to some standard of taste / neatness and style</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_38_1">
<input type="radio" id="option-sensation-seeking-survey_38_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_38_options" value="1" meta-options="People should dress according to some standard of taste / neatness and style| People should dress in individual ways even if the effects are sometimes strange" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> People should dress in individual ways even if the effects are sometimes strange</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_39_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_39_0">
<input type="radio" id="option-sensation-seeking-survey_39_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_39_options" value="0" meta-options="Sailing long distances in small sailing crafts is foolhardy| I would like to sail a long distance in a small but seaworthy sailing craft" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">Sailing long distances in small sailing crafts is foolhardy</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_39_1">
<input type="radio" id="option-sensation-seeking-survey_39_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_39_options" value="1" meta-options="Sailing long distances in small sailing crafts is foolhardy| I would like to sail a long distance in a small but seaworthy sailing craft" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I would like to sail a long distance in a small but seaworthy sailing craft</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_40_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_40_0">
<input type="radio" id="option-sensation-seeking-survey_40_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_40_options" value="1" meta-options="I have no patience with dull or boring persons| I find something interesting in almost every person I talk to" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">I have no patience with dull or boring persons</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_40_1">
<input type="radio" id="option-sensation-seeking-survey_40_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_40_options" value="0" meta-options="I have no patience with dull or boring persons| I find something interesting in almost every person I talk to" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I find something interesting in almost every person I talk to</span>
</label><br><br><br><br>
<p id="sensation-seeking-survey_41_options">Please indicate which of the following scenarios you would prefer.</p>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_41_0">
<input type="radio" id="option-sensation-seeking-survey_41_0" class="mdl-radio__button required page3" name="sensation-seeking-survey_41_options" value="0" meta-options="Skiing down a high mountain slope is a good way to end up on crutches| I think I would enjoy the sensations of skiing very fast down a high mountain slope" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label">Skiing down a high mountain slope is a good way to end up on crutches</span>
</label>
<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="option-sensation-seeking-survey_41_1">
<input type="radio" id="option-sensation-seeking-survey_41_1" class="mdl-radio__button required page3" name="sensation-seeking-survey_41_options" value="1" meta-options="Skiing down a high mountain slope is a good way to end up on crutches| I think I would enjoy the sensations of skiing very fast down a high mountain slope" meta-text="Please indicate which of the following scenarios you would prefer.">
<span class="mdl-radio__label"> I think I would enjoy the sensations of skiing very fast down a high mountain slope</span>
</label><br><br><br><br></div>
<div class="step">
<h3>Congratulations for completing this survey! Press <strong>finish</strong> to continue.</h3><br><br><br><br></div>
<div class="navigation">
<ul class="clearfix">
<li><button type="button"
name="backward"
class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent backward">Previous</button></li>
<li><button type="button"
name="forward"
class="forward mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent">Next</button></li>
<li><button type="submit"
name="process"
class="submit mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent">Finish</button></li>
</ul>
</div>
<div class="pad">
<div id="progressbar"></div>
</div>
</form>
</div>
<script>
$( document ).ready(function() {
expfactory_finished = false;
// Basic wizard with progress bar
$( "#progressbar" ).progressbar();
$( "#questions" ).wizard({
stepsWrapper: "#wrapped",
submit: ".submit",
beforeForward: function( event, state ) {
// Function to add message that answer is required
function is_required(elements){
var missing = false;
elements.each(function(index,element){
var pid = "#" + $(element).attr("name")
$(pid).css("color","red")
missing = true;
});
if (missing == true){
alert("Please answer all required questions in red.");
}
}
if ( state.stepIndex === 3 ) {
if (($.unique($(`.page3.required[type=number],.page3.required:text`).map(function(){return $(this).attr(`meta-text`)})).map(function() {return $(`[meta-text*="` + this + `"].required[type=number], [meta-text*="` + this + `"].required:text`).filter(function() { return $(this).val();}).length > 0}).get().indexOf(false) != -1) || ($.unique($(`.page3.required:not([type=number]):not(:text)`).map(function(){return $(this).attr(`meta-text`)})).map(function() {return $(`[meta-text*="` + this + `"].required:checked`).length > 0}).get().indexOf(false) != -1)){
is_required($(`.page3.required:not(checked)`));
return false;
} else {
expfactory_finished=true;
}}
return !!$( this ).wizard( "form" ).valid();
},
afterSelect: function( event, state ) {
$( "#progressbar" ).progressbar( "value", state.percentComplete );
if (expfactory_finished == true){
$(".submit").enable();
}
}
// Form submission
}).wizard( "form" ).submit(function( event ) {
event.preventDefault();
var $inputs = $("input:checked");
var $text = $("input:text")
var $number = $("input[type = number]")
var $elements = $inputs.add($text).add($number)
// Prepare data results
var results = []
$elements.each(function(index, element) {
var result = {}
if ($.inArray( $(element).attr("name"), [ "forward", "backward", "process"] ) == -1) {
result.name = $(element).attr("name");
if ($(element).attr("value") == undefined) {
result.value = $(element).val();
} else {
result.value = $(element).attr("value");
}
result.options = $(element).attr("meta-options");
result.text = $(element).attr("meta-text");
results.push(result);
}
})
$.ajax({
type: 'POST',
url: '/save',
data: {'data': results},
success: function() {
console.log('success');
document.location = '/next'
},
// Endpoint not running, local save
error: function(err) {
if (err.status == 200) {
document.location = '/next'
}
console.log("Error with POST" + err.status + ", downloading to local file.")
// Save data to browser
var data = "text/json;charset=utf-8," + JSON.stringify(results);
var a = document.createElement('a');
a.title = "Download"
a.id = "download"
a.type = "button"
a.download = 'sensation-seeking-survey_result.json';
a.href = 'data:' + data;
$(".submit").html("Download")
$(".submit").click(function(){
$("body").append(a)
a.click()
})
}
});
// Validation
}).validate({
errorPlacement: function( error, element ) {
if ( element.is( ":radio" ) || element.is( ":checkbox" ) ) {
error.insertBefore( element.next() );
} else {
error.insertAfter( element );
}
}
});
});
</script>
</body>
</html>