-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathB00-pretest.html
57 lines (52 loc) · 1.84 KB
/
B00-pretest.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Bonus 00: Code Signal Practice Test</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
</style>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
</head>
<body>
<h1 id="bonus-00-code-signal-practice-test">Bonus 00: Code Signal Practice Test</h1>
<p>In order to get a baseline of your programming ability, your first bonus opportunity this semester is to complete the Code Signal Practice Test.</p>
<h2 id="instructions">Instructions</h2>
<ol>
<li>Go to <a href="https://codesignal.com/">Code Signal</a></li>
<li>Sign in or create an account.</li>
<li>Select the "Testing Center" tab.</li>
<li>Complete a practice test.</li>
</ol>
<p>I recommend that you complete one practice test a week, in order to measure your continuous improvement.</p>
<h2 id="grading">Grading</h2>
<table>
<thead>
<tr>
<th>Criteria</th>
<th>Points</th>
</tr>
</thead>
<tbody>
<tr>
<td>Completion</td>
<td>20</td>
</tr>
<tr>
<td>High Score</td>
<td>10</td>
</tr>
</tbody>
</table>
<h2 id="submission">Submission</h2>
<p>To submit this assignment please send me a link to your scorecard in our Slack Workspace.</p>
</body>
</html>