-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestion2.html
50 lines (48 loc) · 1.16 KB
/
question2.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<header>
<img src="images/logo.png">
<p>Coding101</p>
</header>
</head>
<body>
<h3>I am a Secondary School Graduate</h3>
<div>
<p>What do you prefer as a hobby?What do you do with your free time?</p>
<hr>
<ul>
<li>Doodling/Drawing (Design)</li>
<li>Writing (Design)</li>
<li>Reading Pictureless novels - books (Analytic)</li>
<li>Reading Picture novels - comics (Design)</li>
<li>Playing games (Analytic, Optimize)</li>
<li>Watching Movies (Design)</li>
</ul>
</div>
<div>
<p>What class are you in?</p>
<hr>
<ul>
<li>Science Class</li>
<li>Art Class</li>
<li>Commercial class</li>
</ul>
</div>
<section>
<p>When given something to do, what will you do first?</p>
<hr>
<ul>
<li>Think through the whole task (Analytic, Optimize)</li>
<li>Think about the first part and work through it, while you think of the rest(Design, Optimize)</li>
<li>Visualize it (Design)</li>
<li>Break it down into steps (Analytic, Optimize)</li>
</ul>
<div>
<button>Back</button>
<button>Next</button>
</div>
</section>
</body>
</html>