-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtraining.html
188 lines (175 loc) · 8.49 KB
/
training.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AGCT Training Section</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #ffffff; /* Changed to white */
}
h1 {
text-align: center;
}
.section {
margin-bottom: 20px;
}
.section p {
font-size: 1.2em;
margin-bottom: 10px;
color: #555;
}
.answers {
margin-left: 20px;
}
.answers label {
display: block;
margin-bottom: 10px;
}
.submit-btn {
display: inline-block;
outline: 0;
cursor: pointer;
padding: 5px 16px;
font-size: 14px;
font-weight: 500;
line-height: 20px;
vertical-align: middle;
border: 1px solid #1b1f2326;
border-radius: 6px;
color: #24292e;
background-color: #fafbfc; /* Light background for the button */
box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset;
transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
transition-property: color, background-color, border-color;
text-align: center;
text-decoration: none;
}
.submit-btn:hover {
background-color: #f3f4f6;
border-color: #1b1f2326;
transition-duration: 0.1s;
}
.submit-btn:active {
transform: translateY(1px);
}
</style>
</head>
<body>
<h1>AGCT Training Section</h1>
<div class="section">
<h2>Training Instructions</h2>
<p>This training section contains ten problems to familiarize yourself with the test. Please do not proceed until you understand each question type. The timer and test will begin once you move on from this page.</p>
<p>This is a test to find how quickly and correctly you can think. Some questions are easy, others are hard. Very few people can get all answers right in the time allowed. You are expected to do the very best you can. There are 140 total problems.</p>
<p>After each question, you will find four answers. Only one is the right answer. The other three are wrong. Read the question carefully, then decide which answer is correct.</p>
<p>When unsure, make the best guess you can. Calculators are NOT allowed, but scratch paper is permitted.</p>
</div>
<div class="section">
<p>1. The men did not MALTREAT the prisoners</p>
<div class="answers">
<label><input type="radio" name="q1" value="1"> feed</label>
<label><input type="radio" name="q1" value="2"> abuse</label>
<label><input type="radio" name="q1" value="3"> enjoin</label>
<label><input type="radio" name="q1" value="4"> exercise</label>
</div>
<p>The (B) answer is the right one, because the word "abuse" means practically the same thing as the word MALTREAT.</p>
</div>
<div class="section">
<p>2. Smith ATTAINED the grade of sergeant</p>
<div class="answers">
<label><input type="radio" name="q2" value="1"> wanted</label>
<label><input type="radio" name="q2" value="2"> failed</label>
<label><input type="radio" name="q2" value="3"> kept</label>
<label><input type="radio" name="q2" value="4"> reached</label>
</div>
<p>The (D) answer is the right one for this question, because the word "reached" most nearly means the same thing as ATTAINED.</p>
</div>
<div class="section">
<p>3. The Army has increased in PERSONNEL</p>
<div class="answers">
<label><input type="radio" name="q3" value="1"> number of men</label>
<label><input type="radio" name="q3" value="2"> privacy</label>
<label><input type="radio" name="q3" value="3"> equipment</label>
<label><input type="radio" name="q3" value="4"> operating expenses</label>
</div>
<p>The answer is A, number of men.</p>
</div>
<div class="section">
<p>4. Yesterday, Company A received 102 letters. Today, the company received 120 letters in the mail and 50 more in the second mail. How many letters were received altogether?</p>
<div class="answers">
<label><input type="radio" name="q4" value="1"> 250</label>
<label><input type="radio" name="q4" value="2"> 230</label>
<label><input type="radio" name="q4" value="3"> 272</label>
<label><input type="radio" name="q4" value="4"> 105</label>
</div>
<p>For this question, the (C) answer is the right one, because 102 plus 120 plus 50 makes 272.</p>
</div>
<div class="section">
<p>5. The scale on a map reads 1 inch = 9 miles. How great a distance is represented by a line 7 inches long on the map?</p>
<div class="answers">
<label><input type="radio" name="q5" value="1"> 63 miles</label>
<label><input type="radio" name="q5" value="2"> 16 miles</label>
<label><input type="radio" name="q5" value="3"> 70 miles</label>
<label><input type="radio" name="q5" value="4"> 17 miles</label>
</div>
<p>The answer is A, because 7 * 9 = 63.</p>
</div>
<div class="section">
<p>6. How many boxes?</p>
<img src="assets/agctprep1.png" alt="Question 6 Image">
<div class="answers">
<label><input type="radio" name="q6" value="1"> 2</label>
<label><input type="radio" name="q6" value="2"> 4</label>
<label><input type="radio" name="q6" value="3"> 3</label>
<label><input type="radio" name="q6" value="4"> 1</label>
</div>
<p>There are three boxes in the pile. So the answer C is the right one. Keep in mind, EVERY box is the same size in a question.</p>
</div>
<div class="section">
<p>7. How many boxes?</p>
<img src="assets/agctprep2.png" alt="Question 7 Image">
<div class="answers">
<label><input type="radio" name="q7" value="1"> 4</label>
<label><input type="radio" name="q7" value="2"> 2</label>
<label><input type="radio" name="q7" value="3"> 5</label>
<label><input type="radio" name="q7" value="4"> 3</label>
</div>
<p>There are 4 boxes. Only 3 boxes are in the first picture, but the other one shows there is one more box which was covered up.</p>
</div>
<div class="section">
<p>8. How many boxes?</p>
<img src="assets/agctprep3.png" alt="Question 8 Image">
<div class="answers">
<label><input type="radio" name="q8" value="1"> 2</label>
<label><input type="radio" name="q8" value="2"> 5</label>
<label><input type="radio" name="q8" value="3"> 4</label>
<label><input type="radio" name="q8" value="4"> 3</label>
</div>
<p>The right answer is 5 boxes (B).</p>
</div>
<div class="section">
<p>9. How many boxes?</p>
<img src="assets/agctprep4.png" alt="Question 9 Image">
<div class="answers">
<label><input type="radio" name="q9" value="1"> 2</label>
<label><input type="radio" name="q9" value="2"> 3</label>
<label><input type="radio" name="q9" value="3"> 4</label>
<label><input type="radio" name="q9" value="4"> 5</label>
</div>
</div>
<div class="section">
<p>10. How many boxes?</p>
<img src="assets/agctprep5.png" alt="Question 10 Image">
<div class="answers">
<label><input type="radio" name="q10" value="1"> 5</label>
<label><input type="radio" name="q10" value="2"> 4</label>
<label><input type="radio" name="q10" value="3"> 3</label>
<label><input type="radio" name="q10" value="4"> 6</label>
</div>
</div>
<p>Proceed ONLY when you have understood the directions and example problems above. The test will begin when you proceed and you will NOT be able to return to this page.</p>
<button class="submit-btn" onclick="window.location.href='agct.html';">Continue to Test</button>
</body>
</html>