-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwentyQuestions.xml
More file actions
177 lines (125 loc) · 4.75 KB
/
TwentyQuestions.xml
File metadata and controls
177 lines (125 loc) · 4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!--This is my root question-->
<expr type="binary">
<question value="Are you a marvel super hero?"/>
<!--No to the root question of marvel super heroes-->
<expr type ="binary">
<question value ="Are you apart of the Justice League?" />
<!--No to the justice leauge question start-->
<expr type = "binary">
<question value ="Are you able to morph into an animal?"/>
<!--No to the morph animal question start-->
<expr type ="binary">
<question value ="Do you wear a supersuit?" />
<!--No the super suit question start-->
<expr type ="binary">
<question value ="Are you half demon?" />
<!--No to the half-demon question start-->
<expr type="answer">
<answer value ="Static"/>
</expr><!--End of atom is Static-->
<!--Yes to the half-demon question start-->
<expr type ="answer">
<answer value ="Raven"/>
</expr><!--End of atom is Raven-->
</expr><!--No to the super suit question ends-->
<!--Yes to the super suit question starts-->
<expr type ="answer">
<anser value = "BumbleBee" />
</expr><!--End of atom is BumbleBee-->
</expr><!--No the morph animal question ends-->
<!--Yes to the morph animal question start-->
<expr type ="answer">
<answer value = "Beast Boy" />
</expr><!--End of atom is Beast Boy-->
</expr><!--No the justice league question ends-->
<!--Yes to justice league -->
<!--Yes to the justice league question -->
<expr type="binary">
<question value ="Are you able to fly?" />
<!--No to the Flight question-->
<expr type ="binary">
<question value ="Are you the protector of Gotham City?" />
<!--No to the Gotham City?"-->
<expr type ="answer">
<answer value = "Flash" />
</expr><!--End of atom Flash-->
<!--Yes to the Gotham City?"-->
<expr type = "answer">
<answer value = "Batman" />
</expr><!--End of atom Batman-->
</expr><!--No to Flight question ends-->
<!--Yes to Flight question starts-->
<expr type ="binary">
<question value = "Do you possess a power ring" />
<!--No to Power Ring starts-->
<expr type ="answer">
<answer value = "Wonder Woman" />
</expr><!--End of atom Wonder Woman-->
<!--Yes to Power Ring starts-->
<expr type ="answer">
<answer value = "Green Latern" />
</expr><!--End of atom Green Latern-->
</expr><!--Yes to Flight questions ends-->
</expr><!--Yes to justice league question ends-->
</expr><!--No to the root question ends-->
<!--Yes to the root question-->
<expr type="binary">
<question value ="Are you wearing a mask?" />
<!--No to Mask question-->
<expr type ="binary">
<question value = "Are you an agent of S.H.I.E.L.D?" />
<!--No to S.H.I.E.L.D?-->
<expr type = "answer">
<answer value = "Monica Rambeau" />
</expr><!--End of atom Monica Rambeau-->
<!--Yes to S.H.I.E.L.D-->
<expr type = "answer">
<answer value = "Nick Fury" />
</expr><!--End of atom Nick Fury-->
</expr><!--No to Mask question ends-->
<!--Yes to Mask question starts-->
<expr type = "binary">
<question value = "Are you one of the X-men?" />
<!--No to X-Men Question starts-->
<expr type = "binary">
<question value = "Are you a super genius?" />
<!--No to Super Genius Question-->
<expr type = "binary">
<question value = "Are you from the African Nation of Wakanda?" />
<!--No to Wakanda Question-->
<expr type = "answer">
<answer value = "Spider Man" />
</expr><!--End of atom Spider Man-->
<!--Yes to Wakanda Question-->
<expr type = "answer">
<answer value = "Black Panther" />
</expr><!--End of atom Black Panther -->
</expr><!--No to Super Genius Question ends-->
<!--Yes to Super Genius Question starts-->
<expr type = "binary">
<question value = "Are you a billionare playboy?" />
<!--No to Billionare question starts-->
<expr type = "answer">
<answer value = "Hulk" />
</expr><!--End of atom Hulk-->
<!--Yes to Billionare question starts-->
<expr type = "answer">
<answer value = "Iron Man" />
</expr><!--End of atom Iron Man-->
</expr><!--Yes to Super Genius Question Ends-->
</expr><!--No to X-Men Question ends-->
<!--Yes to X-Men Question starts-->
<expr type = "binary">
<question value = "Do you have telekinetic powers?" />
<!--No to manipulate weather?"-->
<expr type = "answer">
<answer value = "Wolverine" />
</expr><!--End of atom Wolverine-->
<!--Yes to manipuate weather-->
<expr type = "answer">
<answer value = "Jean Grey" />
</expr><!--End of atom Storm-->
</expr><!--Yes to X-Men Question ends-->
</expr><!--Yes to mask question ends-->
</expr><!--Yes to the root question ends-->
</expr><!--Root ends-->