-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfinal2.0.html
193 lines (166 loc) · 6.76 KB
/
final2.0.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Testing</title>
<script src="script2.0.js"></script>
<link rel="stylesheet" href="css2.0.css">
<link href="https://fonts.googleapis.com/css?family=Encode+Sans+Condensed|Lobster|Play:700|Righteous" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li><a href="file:///C:/Users/GWC2017/Desktop/new_design/newweb.html">Home</li></a>
<li><a href="">Quiz</li></a>
<li><a href="">Colleges</li></a>
<li><a href="file:///C:/Users/GWC2017/Desktop/new_design/stress_relief.html">Stress Relief</li></a>
<li><a href="">WingMan</li></a>
<li><a href="">About Us</li></a>
</ul>
</nav>
<header>
<img src="logo3.png" alt="logo" class="logo_c">
<h1>MyCollegeWingMan<h1>
<p class="motto"> Created By Students, For Students</p>
</header>
<section>
</section>
<div class="dsc">
<div class="center">
<h2>PLEASE ONLY CLICK ON THE BUTTONS, NOT THE BOX</h2>
</div>
<div class="center">
<h2>REFRESH TO START QUIZ OVER</h2>
</div>
<div class="center">
<h2>ONLY CLICK ON A BUTTON ONE TIME OTHERWISE YOU MAY NEED TO REFRESH</h2>
</div>
<div class="center">
<h2>OUR ALGORITHM IS VERY SENSITIVE SO PLEASE FOLLOW OUR INSTRUCTIONS CAREFULLY</h2>
</div>
<div class="center">
<h1>Regions:</h1>
<div class="space">
<input type="checkbox" id="option1Q1">
<button onclick=checkQ("option1Q1","Midwest")>Midwest</button>
</div>
<div class="space">
<input type="checkbox" id="option2Q1">
<button onclick=checkQ("option2Q1","Northeast")>Northeast</button>
</div>
<div class="space">
<input type="checkbox" id="option3Q1">
<button onclick=checkQ("option3Q1","WestCoast")>West Coast</button>
</div>
<div class="space">
<input type="checkbox" id="option4Q1">
<button onclick=checkQ("option4Q1","Southwest")>Southwest</button>
</div>
<div class="space">
<input type="checkbox" id="option5Q1">
<button onclick=checkQ("option5Q1","Southeast")>Southeast</button>
</div>
<div class="space">
<button onclick=submitQ1()>NEXT QUESTION</button>
</div>
</div>
<div class="space" id="DIV1st&2ndQ" style="display:none;">
<div class="center">
<h1>Setting:</h1>
<div class="space">
<input type="checkbox" id="option1Q2">
<button onclick = checkQ("option1Q2","Suburban") >Suburban</button>
</div>
<div class="space">
<input type="checkbox" id="option2Q2">
<button onclick=checkQ("option2Q2","Urban")>Urban</button>
</div>
<div class="space">
<input type="checkbox" id="option3Q2">
<button onclick=checkQ("option3Q2","Rural")>Rural</button>
</div>
<div class="space">
<button onclick=submitQ2()>NEXT QUESTION</button>
</div>
</div>
</div>
<div class="space" id="DIV2nd&3rdQ" style="display:none;">
<div class="center">
<h1>School Type:</h1>
<div class="space">
<input type="checkbox" id="option1Q3">
<button onclick = checkQ("option1Q3","Private") >Private</button>
</div>
<div class="space">
<input type="checkbox" id="option2Q3">
<button onclick=checkQ("option2Q3","Public")>Public</button>
</div>
<div class="space">
<button onclick=submitQ3()>NEXT QUESTION</button>
</div>
</div>
</div>
<div class="space" id="DIV3rd&4thQ" style="display:none;">
<div class="center">
<h1>Undergraduate Student Population:</h1>
<div class="space">
<input type="checkbox" id="option1Q4">
<button onclick = checkQ("option1Q4","0-2,000")>(0-2,000] Students</button>
</div>
<div class="space">
<input type="checkbox" id="option2Q4">
<button onclick=checkQ("option2Q4","2,000-8,000")>(2,000-8,000] Students</button>
</div>
<div class="space">
<input type="checkbox" id="option3Q4">
<button onclick=checkQ("option3Q4","8,000-15,000")>(8,000-15,000] Students</button>
</div>
<div class="space">
<input type="checkbox" id="option4Q4">
<button onclick=checkQ("option4Q4","15,000+")>15,000 + Students</button>
</div>
<div class="space">
<button onclick=submitQ4()>NEXT QUESTION</button>
</div>
</div>
</div>
<div class="space" id="DIV4th&5thQ" style="display:none;">
<div class="center">
<h1>Tuition Cost:</h1>
<div class="space">
<input type="checkbox" id="option1Q5">
<button onclick = checkQ("option1Q5","0-10,000")>($0-$10,000] </button>
</div>
<div class="space">
<input type="checkbox" id="option2Q5">
<button onclick=checkQ("option2Q5","10,000-30,000")>($10,000-$30,000] </button>
</div>
<div class="space">
<input type="checkbox" id="option3Q5">
<button onclick=checkQ("option3Q5","30,000-50,000")>($30,000-$50,000]</button>
</div>
<div class="space">
<input type="checkbox" id="option4Q5">
<button onclick=checkQ("option4Q5","50,000+")>$50,000 + </button>
</div>
<div class="space">
<button onclick=submitQ5()>SUBMIT</button>
</div>
</div>
</div>
<div class="spaceForResults" id="RESULTS" style="display:none;">
<div class="center" >
<h3>HERE ARE YOUR RESULTS:</h3>
(Notice: Our algorithm may print out the same school more than once. It shows you all the schools we have information on that match 1, 2, 3, 4, or all of your preferences)
<p id="placeHolderForResults">
</p>
</div>
</div>
</div>
<section>
</section>
<div class="gr">
<h5>©2018 by MyCollegeWingMan</h5>
</div>
</body>
</html>