This repository was archived by the owner on Dec 1, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject-page.html
More file actions
271 lines (230 loc) · 9.79 KB
/
project-page.html
File metadata and controls
271 lines (230 loc) · 9.79 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
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
<!doctype html>
<html>
<style>
body {background-color: #ccffcc;}
table, th, td {
border: 0px solid black;
border-collapse: collapse;
}
th, td {
padding: 10px;
text-align: left;
}
div {
display: none
}
a:hover {
background-color:blue
}
a:visited{
color:"dark blue"
}
</style>
<body>
<h2 style = "color:#0077e6; text-align:center"> <b> TMSCA Science</b> Practice</h2>
<h4>This site gives you practice problems for one of the TMSCA science tests.This way you can get your feet wet with the TMSCA and learn more about how the science test works.</h4> Click <a href = "https://www.tmsca.org/" style = "color:tomato">here</a> to learn more about the <span style = "color:blue">T</span>exas <span style = "color:blue">M</span>ath and <span style = "color:blue">S</span>cience <span style = "color:blue">C</span>oaches <span style = "color:blue">A</span>ssociation.
<!-----------------------------------------------Question 1---------------------------------------------------------------->
<form>
<table style="width:100%">
<tr>
<td colspan ="2">1) A new species of fish that eats Bass Minnows is introduced to Town Lake in Austin, TX. The population level of the fish will likely ________.</td>
<tr>
<td><input type = "radio" id = q1a>A) Increase</input> </td>
<td><input type = "radio" id = q1b>B) Decrease</input> </td>
</tr>
<tr>
<td><input type = "radio" id = q1c>C) Stay the same </td>
<td><input type = "radio" id = q1bd>D) Decrease, then increase </td>
</tr>
</table>
</form>
<button onclick="answer1Function()">Answer</button>
<!---replace the word answer with the answer letter, and change the number after the "answer" id to the problem number--->
<script>
function answer1Function() {
alert ("A, the species of fish will likely increase in population")
}
</script>
<!------------------------------------------------------/Question 1------------------------------------------------------>
<!-------------------------------------------------------Question 2----------------------------------------------------------------->
<table style="width:100%; background-color:#c2edc2">
<tr>
<td colspan ="2">2) After going from a standing position to running, your heart rate is likely to _____ after a few minutes.</td>
<tr>
<td><input type = "radio" id = q2a>A) Increase </td>
<td><input type = "radio" id = q2b>B) Decrease </td>
</tr>
<tr>
<td><input type = "radio" id = q2c>C) Stay the same </td>
<td><input type = "radio" id = q2d>D) Decrease, then increase</input> </td>
</tr>
</table>
<button onclick="answer2Function()">Answer</button>
<script>
function answer2Function() {
alert ("A, your heart rate will increase after a few minutes")
}
</script>
<!------------------------------------------------------/Question 2--------------------------------------------------------------------->
<!-----------------------------------------------------------Question 3------------------------------------------------------------->
<table style="width:100%">
<tr>
<td colspan ="2">3) After many trials, scientists crossed wild mustard plant that had clusters of small flowers to create broccoli and cauliflower. This is an example of _________</td>
<tr>
<td><input type = "radio" id = q3a>A) Selective breeding </input></td>
<td><input type = "radio" id = q3b>B) Genetic engineering </input></td>
</tr>
<tr>
<td><input type = "radio" id = q3c>C) Natural selection</input></td>
<td><input type = "radio" id = q3d>D) Cloning </input></td>
</tr>
</table>
<button onclick="answer3Function()">Answer</button>
<script>
function answer3Function() {
alert ("A, this is an example of selective breeding")
}
</script>
<!------------------------------------------------------/Question 3--------------------------------------------------------------------->
<!------------------------------------------------Question 4-------------------------------------------------------------->
<table style="width:100%; background-color:#c2edc2">
<tr>
<td colspan ="2">4) Of these, ______ is an activity in soil formation.</td>
<tr>
<td><input type = "radio" id = q4a>A) Carbonation </input></td>
<td><input type = "radio" id = q4b>B) Abrasion </input></td>
</tr>
<tr>
<td><input type = "radio" id = q4c>C) Root-pry </input></td>
<td><input type = "radio" id = q4d>D) Exfoliation </input></td>
</tr>
</table>
<button onclick="answer4Function()">Answer</button>
<script>
function answer4Function() {
alert ("C, root-pry is an activity in soil formation")
}
</script>
<!-----------------------------------------------------/Question 4----------------------------------------------------------->
<!------------------------------------------------Question 5-------------------------------------------------------------->
<table style="width:100%">
<tr>
<td colspan ="2">5) Plants and animals both have _______ tissue.</td>
<tr>
<td><input type = "radio" id = q5a>A) Protective </input></td>
<td><input type = "radio" id = q5b>B) Connective </input></td>
</tr>
<tr>
<td><input type = "radio" id = q5c>C) Nerve </input></td>
<td><input type = "radio" id = q5d>D) Unexplained </input></td>
</tr>
</table>
<button onclick="answer5Function()">Answer</button>
<script>
function answer5Function() {
alert ("A, both plants, and animals have connective tissue")
}
</script>
<!-----------------------------------------------------/Question 5----------------------------------------------------------->
<!------------------------------------------------Question 6-------------------------------------------------------------->
<table style="width:100%; background-color:#c2edc2">
<tr>
<td colspan ="2">6) _______ are a group of plants represented by only 15 species</td>
<tr>
<td><input type = "radio" id = q6a>A) Liverworts </input></td>
<td><input type = "radio" id = q6b>B) Ferns </input></td>
</tr>
<tr>
<td><input type = "radio" id = q6c>C) Horsetails </input></td>
<td><input type = "radio" id = q6d>D) Club mosses </input></td>
</tr>
</table>
<button onclick="answer6Function()">Answer</button>
<script>
function answer6Function() {
alert ("C, horsetails are represented only by 15 species")
}
</script>
<!-----------------------------------------------------/Question 6----------------------------------------------------------->
<!------------------------------------------------Question 7-------------------------------------------------------------->
<table style="width:100%">
<tr>
<td colspan ="2">7) Which of the following is not matter?</td>
<tr>
<td><input type = "radio" id = q7a>A) A cloud </input></td>
<td><input type = "radio" id = q7b>B) Your hair </input></td>
</tr>
<tr>
<td><input type = "radio" id = q7c>C) Sunshine </input></td>
<td><input type = "radio" id = q7d>D) The sun </input></td>
</tr>
</table>
<button onclick="answer7Function()">Answer</button>
<script>
function answer7Function() {
alert ("C, sunshine is not made of matter")
}
</script>
<!-----------------------------------------------------/Question 7----------------------------------------------------------->
<!------------------------------------------------Question 8-------------------------------------------------------------->
<table style="width:100%; background-color:#c2edc2">
<tr>
<td colspan ="2">8) Becuase ocean waters transfer _______ from place to place, they affect climate.</td>
<tr>
<td><input type = "radio" id = q8a>A) water </input></td>
<td><input type = "radio" id = q8b>B) salt </input></td>
</tr>
<tr>
<td><input type = "radio" id = q8c>C) sunlight </input></td>
<td><input type = "radio" id = q8d>D) heat </input></td>
</tr>
</table>
<button onclick="answer8Function()">Answer</button>
<script>
function answer8Function() {
alert ("D, oceans transfer heat from place to place by means of convection")
}
</script>
<!-----------------------------------------------------/Question 8----------------------------------------------------------->
<!------------------------------------------------Question 9-------------------------------------------------------------->
<table style="width:100%">
<tr>
<td colspan ="2">9) Of the following, a _______ would likely be the most stable community.</td>
<tr>
<td><input type = "radio" id = q9a>A) Cornfield </input></td>
<td><input type = "radio" id = q9b>B) Bare rock </input></td>
</tr>
<tr>
<td><input type = "radio" id = q9c>C) Flower garden </input></td>
<td><input type = "radio" id = q9d>D) Hardwood forest </input></td>
</tr>
</table>
<button onclick="answer9Function()">Answer</button>
<script>
function answer9Function() {
alert ("D, a hardwood forest is the most stable community")
}
</script>
<!-----------------------------------------------------/Question 9----------------------------------------------------------->
<!------------------------------------------------Question 10-------------------------------------------------------------->
<table style="width:100%; background-color:#c2edc2">
<tr>
<td colspan ="2">10) _______ are formed when a glacier flows into and erodes a river valley, changing the valley from its origninal V-shape.</td>
<tr>
<td><input type = "radio" id = q10a>A) Hanging valleys </input></td>
<td><input type = "radio" id = q10b>B) Arêtes </input></td>
</tr>
<tr>
<td><input type = "radio" id = q10c>C) U-shaped valleys </input></td>
<td><input type = "radio" id = q10d>D) Horns </input></td>
</tr>
</table>
<button onclick="answer10Function()">Answer</button>
<script>
function answer10Function() {
alert ("D, horns are formed when a glacier changes a valley's shape")
}
</script>
<!-----------------------------------------------------/Question 10----------------------------------------------------------->
</body>
</html>