-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage3.html
139 lines (136 loc) · 6.21 KB
/
page3.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="stylebasis.css">
<link rel="stylesheet" href="css/magnify.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="js/barba.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/soundjs.min.js"></script>
<script type="text/javascript" src="js/functions.js"></script>
<script type="text/javascript" src="js/anime.min.js"></script>
<script type="text/javascript" src="js/jquery.magnify.js"></script>
</head>
<div id="barba-wrapper">
<div class="barba-container">
<header class="header_top">
<nav class="nav_top">
<a href="index.html"><button class="nav_button--context nav_button--featured" data-button-type="home" ontouchstart=""><img src='assets/icons/home.svg'></button></a>
<button class="nav_button--standard quiz_open" data-button-type="quiz" ontouchstart=""><span>Quiz</span></button>
<div class="nav_segmented" data-button-type="navigation">
<a class="nav_link--back"><button class="nav_segmented_item"><span>Back</span></button></a>
<a class="nav_link--forward"><button class="nav_segmented_item"><span>Forward</span></button></a>
</div>
<button class="nav_button--context sound_settings" data-button-type="sound" ontouchstart=""><img src='assets/icons/volume.svg'><span>Sound</span></button>
</nav>
</header>
<body onload="loadSound();">
<main class="main_content">
<div class="overlay"></div>
<section class="quiz_module">
<h2>Quiz<button class="nav_button nav_button--context quiz_close" ontouchstart=""><img src='assets/icons/crossRed.svg'><span>Clear</span></button></h2>
<article class="question" id="question_1">
<p><strong>Question 1.</strong>Light is a form of...?</p>
<label>
<input type="radio" name="question_1_options" correct="true">
<span class="inner_check"></span><span class="outer_check"></span>
Energy
</label>
<label>
<input type="radio" name="question_1_options">
<span class="inner_check"></span><span class="outer_check"></span>
Force
</label>
<label>
<input type="radio" name="question_1_options">
<span class="inner_check"></span><span class="outer_check"></span>
Colour
</label>
</article>
<article class="question" id="question_2">
<p><strong>Question 2.</strong>The colour of light is dependent on the light's...</p>
<label>
<input type="radio" name="question_2_options">
<span class="inner_check"></span><span class="outer_check"></span>
Strength
</label>
<label>
<input type="radio" name="question_2_options">
<span class="inner_check"></span><span class="outer_check"></span>
Diameter
</label>
<label>
<input type="radio" name="question_2_options" correct="true">
<span class="inner_check"></span><span class="outer_check"></span>
Wavelength
</label>
</article>
<article class="question" id="question_3">
<p><strong>Question 2.</strong>If you were painting, what form of color mixing would you be using?</p>
<label>
<input type="radio" name="question_3_options" correct="true">
<span class="inner_check"></span><span class="outer_check"></span>
Subtractive Color Mixing
</label>
<label>
<input type="radio" name="question_3_options">
<span class="inner_check"></span><span class="outer_check"></span>
Additive Color Mixing
</label>
<label>
<input type="radio" name="question_3_options">
<span class="inner_check"></span><span class="outer_check"></span>
Attractive Colour Mixing
</label>
</article>
<article class="question" id="question_4">
<p><strong>Question 2.</strong>If you were mixing colours on a screen, this would be an example of...?</p>
<label>
<input type="radio" name="question_4_options">
<span class="inner_check"></span><span class="outer_check"></span>
Aggressive Color Mixing
</label>
<label>
<input type="radio" name="question_4_options" correct="true">
<span class="inner_check"></span><span class="outer_check"></span>
Additive Color Mixing
</label>
<label>
<input type="radio" name="question_4_options">
<span class="inner_check"></span><span class="outer_check"></span>
Supportive Color Mixing
</label>
</article>
<div class="feedback_container"></div>
<button class="nav_button nav_button--standard nav_button--validate" ontouchstart=""><span>Submit</span></button>
</section>
<section id="color_mix--subtractive" class="page color_module">
<h1>Subtractive Color Mixing</h1>
<aside>
<h2>What is Subtractive Color?</h2>
<p>Subtractive color mixing is the kind of mixing you get if you illuminate colored filters with white light from behind. The commonly used subtractive primary colors are cyan, magenta and yellow, and if you overlap all three in effectively equal mixture, all the light is subtracted giving black.
<br><br>
<strong>Have a play around with mixing colour by pressing the plus button below!</strong></p>
</aside>
<div class="box">
<div class="box_wrapper"></div>
</div>
</section>
</main>
</body>
<div class="context_menu">
<button class="nav_button nav_button--context color_add" ontouchstart="">
<img src='assets/icons/plus.svg'><span>Add</span></button>
<button class="nav_button nav_button--context color_clear" ontouchstart="">
<img src='assets/icons/cross.svg'><span>Clear</span></button>
<button class="nav_button nav_button--context color_arrange" ontouchstart="">
<img src='assets/icons/shuffle.svg'><span>Shuffle</span></button>
<button class="nav_button nav_button--context color_smaller" ontouchstart="">
<img src='assets/icons/small.svg'><span>Small</span></button>
<button class="nav_button nav_button--context color_larger" ontouchstart="">
<img src='assets/icons/large.svg'><span>Large</span></button>
</div>
</div>
</div>
</html>