-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuestionnaire.html
881 lines (866 loc) · 44 KB
/
Questionnaire.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
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Questionnaire-YEMENGXIA</title>
<style>
a {
text-decoration: none;
}
div img {
cursor: zoom-in;
}
body {
background-color: #FBFBFB;
}
ul li {
list-style-type: none
}
</style>
<link rel="icon" href="images/logo/披萨.png" />
<style type="text/css">
a:link {
color: #FFFFFF;
}
.questionbox {
border: 1px solid rgba(0, 0, 0, 0.5);
padding: 10px;
border-radius: 10px;
display: block;
overflow: hidden;
margin: 5px;
font-family: "等线";
}
span {
height: 20px;
}
.上腾娱乐 {
font-size: 36px;
}
.上腾娱乐 {
font-size: 24px;
color: #FFF;
}
</style>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d = document;
if (d.images) {
if (!d.MM_p) d.MM_p = new Array();
var i, j = d.MM_p.length,
a = MM_preloadImages.arguments;
for (i = 0; i < a.length; i++)
if (a[i].indexOf("#") != 0) {
d.MM_p[j] = new Image;
d.MM_p[j++].src = a[i];
}
}
}
function MM_swapImgRestore() { //v3.0
var i, x, a = document.MM_sr;
for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) x.src = x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p, i, x;
if (!d) d = document;
if ((p = n.indexOf("?")) > 0 && parent.frames.length) {
d = parent.frames[n.substring(p + 1)].document;
n = n.substring(0, p);
}
if (!(x = d[n]) && d.all) x = d.all[n];
for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n];
for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document);
if (!x && d.getElementById) x = d.getElementById(n);
return x;
}
function MM_swapImage() { //v3.0
var i, j = 0,
x, a = MM_swapImage.arguments;
document.MM_sr = new Array;
for (i = 0; i < (a.length - 2); i += 3)
if ((x = MM_findObj(a[i])) != null) {
document.MM_sr[j++] = x;
if (!x.oSrc) x.oSrc = x.src;
x.src = a[i + 2];
}
}
</script>
</head>
<body onload="MM_preloadImages('images/logo/github (1).png')">
<table width="100%" border="0" cellspacing="1" cellpadding="10">
<tr>
<td><img src="images/Font/Ye Mengxia.png" width="207" height="33" /></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td colspan="4" align="right" nowrap="nowrap" bgcolor="#FBFBFB">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li class="MenuBarHorizontal"><a href="Home.html">Home</a></li>
<li><a href="#" class="MenuBarItemSubmenu">+About</a>
<ul>
<li><a href="Hometown.html">Hometown</a></li>
<li><a href="Experience.html">Experience</a></li>
</ul>
</li>
<li><a class="MenuBarItemSubmenu" href="#"> +Works</a>
<ul>
<li><a href="Poster.html">Poster</a></li>
<li><a href="Rhino.html">Rhino</a></li>
<li><a href="Questionnaire.html">Questionnaire</a></li>
</ul>
</li>
<li><a href="Mathematical Modeling.html">Mode</a></li>
<li><a href="#" class="MenuBarItemSubmenu">+Media</a>
<ul>
<li><a href="Life photos.html">Life photos</a></li>
<li><a href="ZhuiGuangZhe,2021.10.29.html">ZhuiGuangZhe,2021.10.29</a></li>
</ul>
</li>
<li><a href="#" class="MenuBarItemSubmenu">+Study</a>
<ul>
<li><a href="Calligraphy.html">Calligraphy</a></li>
<li><a href="Paint.html">Paint</a></li>
</ul>
</li>
<li><a href="Books.html">Books</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</td>
</tr>
<tr>
<td><img src="images/Font/CHINA JILIANG UNIVERSITY.png" width="286" height="15" /></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td colspan="4" align="right" nowrap="nowrap" bgcolor="#FBFBFB"> </td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle" bgcolor="#867057"><img src="images/Questionnaire/顶图1.jpg" width="1381" height="228" /></td>
</tr>
</table>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你更喜欢破晓还是黄昏? </th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze1" value="xvanze1" />
<label for="xvanze1"></label> 破晓
<a href="images/Questionnaire/破晓.jpg"><img src="images/Questionnaire/破晓.jpg" width="105" height="74" /></a>
</p>
<p>
<input type="radio" name="radio" id="xvanze2" value="xvanze1" />
<label for="xvanze2"></label> 黄昏
<a href="images/Questionnaire/黄昏.jpg"><img src="images/Questionnaire/黄昏.jpg" width="105" height="74" /></a>
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你更喜欢森林还是河流?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze3" value="xvanze1" />
<label for="xvanze1"></label> 森林
<a href="images/Questionnaire/森林.jpg"><img src="images/Questionnaire/森林.jpg" width="105" height="74" /></a>
</p>
<p>
<input type="radio" name="radio" id="xvanze4" value="xvanze1" />
<label for="xvanze2"></label> 河流
<a href="images/Questionnaire/河流.jpg"><img src="images/Questionnaire/河流.jpg" width="105" height="74" /></a>
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你更喜欢月亮还是星辰?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze5" value="xvanze1" />
<label for="xvanze1"></label> 月亮
<a href="images/Questionnaire/月亮.jpg"><img src="images/Questionnaire/月亮.jpg" width="105" height="74" /></a>
</p>
<p>
<input type="radio" name="radio" id="xvanze6" value="xvanze1" />
<label for="xvanze2"></label> 星辰
<a href="images/Questionnaire/星辰.jpg"><img src="images/Questionnaire/星辰.jpg" width="105" height="74" /></a>
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你最讨厌人们称你:</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" />
<label for="xvanze1"></label> 平凡
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" />
<label for="xvanze2"></label> 无知
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 胆小
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" />
<label for="xvanze6"></label> 自私
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">在你死后,你希望别人在听到你的名字时作何反应?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" />
<label for="xvanze1"></label> 带着笑容缅怀你。
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 询问更多关于你奇遇的故事。
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 想起你令人钦佩的成就。
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" />
<label for="xvanze6"></label> 我才不介意去世后人们如何评价我,我活着的时候他们怎么评价我才重要。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你想在让后人认为你是个?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" />
<label for="xvanze1"></label> 智者
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 好人
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 伟人
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" />
<label for="xvanze6"></label> 勇者
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">如果可以,你希望发明能让你获得以下哪一点的魔药?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" />
<label for="xvanze1"></label> 爱
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 荣誉
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 智慧
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" />
<label for="xvanze6"></label> 权力
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你面前有四个高脚杯。你会选择喝?</th>
<th width="50%" align="left" scope="col">
<form id="form2" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze27" value="xvanze1" /> 泡沫绵密,像含有碎钻石般闪耀着的银色液体。
</p>
<p>
<input type="radio" name="radio" id="xvanze28" value="xvanze1" /> 香滑浓稠,闻着像巧克力和李子口味的紫色饮料。
</p>
<p>
<input type="radio" name="radio" id="xvanze29" value="xvanze1" />
<label for="xvanze3"></label> 耀眼的金色液体,令房间里充满了跳动的光斑。
</p>
<p>
<input type="radio" name="radio" id="xvanze30" value="xvanze1" /> 像墨水般闪烁的神秘黑色液体,散发出的烟雾令你眼前浮现出奇怪的幻象。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">振翅灌木每个世纪盛开一次,用花朵变幻的气味引诱粗心者。如果它要引诱你,你闻到的的味道会是?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" />
<label for="xvanze1"></label> 燃烧得滋滋作响的木头
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 大海
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 崭新的羊皮纸
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 家
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">听到哪一种乐器的声音最能令你感到愉快?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 小提琴
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 小号
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 钢琴
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 鼓
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你进入了一个魔法花园。最令你好奇,让你忍不住立即前去仔细观察的是?</th>
<th width="50%" align="left" scope="col">
<form id="form3" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze31" value="xvanze1" /> 一棵长着银叶子金苹果的树。
</p>
<p>
<input type="radio" name="radio" id="xvanze32" value="xvanze1" /> 一堆厚厚的红色毒蕈,似乎正在相互交谈。
</p>
<p>
<input type="radio" name="radio" id="xvanze33" value="xvanze1" />
<label for="xvanze4"></label> 冒着泡泡的池塘,里面好像有什么发光的东西在旋转。
</p>
<p>
<input type="radio" name="radio" id="xvanze34" value="xvanze1" /> 一名年纪很大的巫师的塑像,奇怪地眨着一只眼睛。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">一只巨怪在霍格沃茨校长办公室里疯狂乱砸。它马上要毁掉几个不可替代的物件和珍宝。如果可以,你会以下面哪种顺序从巨怪的棍子下抢救这些东西?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 首先,接近完美的龙痘治疗方案,然后,一千年以来的学生记录,最后,一本神秘的满是奇怪符文的手写书籍。
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 首先,一千年以来的学生记录,然后,一本神秘的满是奇怪符文的手写书籍,最后,接近完美的龙痘治疗方案。
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 首先,一本神秘的满是奇怪符文的手写书籍,然后,接近完美的龙痘治疗方案,最后,一千年以来的学生记录。
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 首先,接近完美的龙痘治疗方案,然后,一本神秘的满是奇怪符文的手写书籍,最后,一千年以来的学生记录。
</p>
<p>
<input type="radio" name="radio" id="xvanze11" value="xvanze1" /> 首先,一千年以来的学生记录,然后,接近完美的龙痘治疗方案,最后,一本神秘的满是奇怪符文的手写书籍。
</p>
<p>
<input type="radio" name="radio" id="xvanze12" value="xvanze1" /> 首先,一本神秘的满是奇怪符文的手写书籍,然后,一千年以来的学生记录,最后,接近完美的龙痘治疗方案。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你认为以下哪种情况最难应对?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 饥饿
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 寒冷
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 孤单
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 无聊
</p>
<p>
<input type="radio" name="radio" id="xvanze13" value="xvanze1" /> 被忽略
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你最希望别人:</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 嫉妒你
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 模仿你
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 信任你
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 表扬你
</p>
<p>
<input type="radio" name="radio" id="xvanze13" value="xvanze1" /> 喜爱你
</p>
<p>
<input type="radio" name="radio" id="xvanze14" value="xvanze1" /> 畏惧你
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">如果你可以拥有任何能力,你想选以下哪种?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 读心术
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 隐形术
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 超越常人的力量
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 与动物交流的能力
</p>
<p>
<input type="radio" name="radio" id="xvanze13" value="xvanze1" /> 改变过去的能力
</p>
<p>
<input type="radio" name="radio" id="xvanze14" value="xvanze1" /> 随意改变样貌的能力
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你最期待在霍格沃茨学什么?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 幻影显形(从一个地方变去另一个地方)。
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 变形术(把一种物体变成另一种物体)。
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" /> 骑飞天扫帚飞行。
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 恶毒的咒语。
</p>
<p>
<input type="radio" name="radio" id="xvanze13" value="xvanze1" /> 神奇动物和如何与它们交朋友或照顾它们。
</p>
<p>
<input type="radio" name="radio" id="xvanze14" value="xvanze1" /> 霍格沃茨城堡的秘密。
</p>
<p>
<input type="radio" name="radio" id="xvanze15" value="xvanze1" /> 我所能学的所有魔法领域。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你最想研究以下哪种生物?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 马人
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 妖精
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" /> 人鱼
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 鬼魂
</p>
<p>
<input type="radio" name="radio" id="xvanze13" value="xvanze1" /> 吸血鬼
</p>
<p>
<input type="radio" name="radio" id="xvanze14" value="xvanze1" /> 狼人
</p>
<p>
<input type="radio" name="radio" id="xvanze15" value="xvanze1" /> 巨怪
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你和两个朋友要通过一座河流巨怪看守着的桥,河怪坚持你们中必须有一人需要战胜它,才能让你们三人通行,你会怎么做?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 尝试把河流巨怪搞糊涂,让它允许你和朋友们不用跟它打,直接通过。
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 建议大家抽签决定谁来上。
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> (瞒着巨怪)提议你们三人一同战斗。
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 自告奋勇,你行你上?
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">有一位与你在同一个学院的同学在霍格沃茨考试中作弊,使用了自动拼写羽毛笔。现在他在魔咒课上成了第一名,第二名是你。弗立维教授怀疑事情的真相,并在课后让你留下,问你这个同学有没有用不合规定的羽毛笔。你会怎么做?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 撒谎,说你不知道(不过希望有其他人告诉弗立维教授真相)。
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 告诉弗立维教授他应该去问这个同学(然后决心告诉这个同学,如果他不说实话,你会对教授说出实情)。
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 对弗立维教授说出真相。如果你的同学觉得自己能通过作弊取胜,被曝光也是罪有应得。另外,你们属于同一个学院,所以你取代他获得第一会弥补他失去的学院分。
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 不用等弗立维教授提出疑问,你发现时就会说出实情。如果你知道有人用作弊羽毛笔,在考试开始前你就会告诉老师。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">一个麻瓜向你对峙,说他确定你是个巫师,你会怎么做?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 问他为什么有这种想法。
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 承认,并问他要不要免费体验一下恶咒。
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 承认,然后走开,让他自己琢磨你是不是在吹牛。
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 告诉他你怀疑他精神方面有问题,并提出帮忙给医生打电话。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">你最害怕哪种噩梦?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 站在某处的最高点,突然发现四周没有任何你的手脚能够着的地方,也没有护栏。
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 被关在四周漆黑,没有窗户的房间里,发现门锁眼中有一只眼睛看着你。
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 一觉醒来发现你的家人朋友都不认识你了。
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 被迫用一种愚蠢的声音讲话,几乎没人听能得懂你说的话,大家都嘲笑你。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">那条路对你最有吸引力?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 阳光明媚的宽阔草地。
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 黑暗狭窄,点着灯笼的小巷。
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 森林中洒满落叶的曲折小径。
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 两边都是古老建筑的鹅卵石街道。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">夜晚,在街上独自行走的时候听到一声你认为有魔法踪迹的古怪的哭叫声,你会怎么做?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 小心走过去,一只手偷偷握着魔杖,谨慎防备着任何潜在的危险。
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 抽出魔杖,尝试找出噪音的来源。
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 抽出魔杖,坚守阵地。
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 躲在阴影中观察事情的进展,并在脑海里演练合适的攻击和防御咒语,时刻准备着。
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">如果你要到霍格沃茨上学,你想带哪种宠物?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze7" value="xvanze1" /> 虎斑猫
</p>
<p>
<input type="radio" name="radio" id="xvanze8" value="xvanze1" /> 暹罗猫
</p>
<p>
<input type="radio" name="radio" id="xvanze9" value="xvanze1" />
<label for="xvanze5"></label> 姜黄色猫
</p>
<p>
<input type="radio" name="radio" id="xvanze10" value="xvanze1" /> 黑猫
</p>
<p>
<input type="radio" name="radio" id="xvanze16" value="xvanze1" /> 白猫
</p>
<p>
<input type="radio" name="radio" id="xvanze17" value="xvanze1" /> 灰林鸮
</p>
<p>
<input type="radio" name="radio" id="xvanze18" value="xvanze1" /> 长耳猫头鹰
</p>
<p>
<input type="radio" name="radio" id="xvanze19" value="xvanze1" /> 褐色猫头鹰
</p>
<p>
<input type="radio" name="radio" id="xvanze20" value="xvanze1" /> 雪鸮
</p>
<p>
<input type="radio" name="radio" id="xvanze21" value="xvanze1" /> 仓鸮
</p>
<p>
<input type="radio" name="radio" id="xvanze22" value="xvanze1" /> 大蟾蜍
</p>
<p>
<input type="radio" name="radio" id="xvanze23" value="xvanze1" /> 黄条背蟾蜍
</p>
<p>
<input type="radio" name="radio" id="xvanze24" value="xvanze1" /> 龙蟾蜍
</p>
<p>
<input type="radio" name="radio" id="xvanze25" value="xvanze1" /> 彩蟾蜍
</p>
<p>
<input type="radio" name="radio" id="xvanze26" value="xvanze1" /> 三趾蟾蜍
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">黑色还是白色?</th>
<th width="50%" align="left" scope="col">
<form id="form4" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze35" value="xvanze1" />
<label for="xvanze35"></label> 黑色
</p>
<p>
<input type="radio" name="radio" id="xvanze36" value="xvanze1" />
<label for="xvanze36"></label> 白色
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">抛硬币的时候你觉得是正面向上还是反面向上?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze1" value="xvanze1" />
<label for="xvanze1"></label> 正面
</p>
<p>
<input type="radio" name="radio" id="xvanze2" value="xvanze1" />
<label for="xvanze2"></label> 反面
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<th width="50%" align="left" scope="col">左边还是右边?</th>
<th width="50%" align="left" scope="col">
<form id="form1" name="form1" method="post" action="">
<p>
<input type="radio" name="radio" id="xvanze1" value="xvanze1" />
<label for="xvanze1"></label> 左边
</p>
<p>
<input type="radio" name="radio" id="xvanze2" value="xvanze1" />
<label for="xvanze2"></label> 右边
</p>
</form>
</th>
</tr>
</table>
</div>
<div class="questionbox">
<table width="12%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th align="center" valign="middle" bgcolor="#000000" class="上腾娱乐" scope="col"><a href="#">显示结果</a></th>
</tr>
</table>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {
imgDown: "SpryAssets/SpryMenuBarDownHover.gif",
imgRight: "SpryAssets/SpryMenuBarRightHover.gif"
});
</script>
</body>
</html>