-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquiz4.html
164 lines (160 loc) · 7.68 KB
/
quiz4.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
<!DOCTYPE html>
<html>
<head>
</head>
<body style="background-color: black; border: 5px solid white;">
<table cellspacing=0 style="color: black; margin-left:auto; margin-right: auto; width: auto;">
<thead>
<tr>
<td style="background-color: black; width: 40%;">
</td>
<td style="background-color: black; width: 20%;">
<table style="color: white; margin-left:auto; margin-right: auto; width: auto;">
<!-- Banner START -->
<thead>
<tr>
<th colspan="3">
<br>
<br>
<br>
<img src="https://p-myf5wv.t2.n0.cdn.getcloudapp.com/items/rRul7Q9q/TechCheckGIF.gif?v=e80634bbeaef9c587839afb96a88b2ac">
</th>
</tr>
</thead>
<!-- Banner END -->
<tbody>
<tr>
<td>
<br>
</td>
</tr>
<!-- User Info START -->
<tr>
<td style="text-align: left">
Name:
{name:given}
</td>
</tr>
<tr>
<td style="text-align: left">
Date:
{date:given}
</td>
</tr>
<tr>
<td style="text-align: left">
Email:
{email:given}
</td>
</tr>
<tr>
<td style="text-align: center" colspan="3">
<h1 style="text-decoration: underline;">Quiz # 4</h1>
</td>
</tr>
<!-- User Info END -->
<!-- Question/Answer START -->
<tr>
<td colspan="3">
{1If66:tick} 1) If a PC (Windows) is running very slowly, especially when opening applications, which of the following are valid troubleshooting steps? Select all that apply.
<br>
<br>
Your answer:
{1If66:given}
<br>
<br>
Correct answer:
{1If66:correct}
<br>
<br>
<br>
</td>
</tr>
<tr>
<td colspan="3">
{2Which:tick} 2) Which of the following is a guaranteed cause for a closed Macbook not outputting video to a monitor?
<br>
<br>
Your answer:
{2Which:given}
<br>
<br>
Correct answer:
{2Which:correct}
<br>
<br>
<br>
</td>
</tr>
<tr>
<td colspan="3">
{3Which:tick} 3) Which option is the most reliable way to test a "known good" network when troubleshooting computer network issues?
<br>
<br>
Your answer:
{3Which:given}
<br>
<br>
Correct answer:
{3Which:correct}
<br>
<br>
<br>
</td>
</tr>
<tr>
<td colspan="3">
{4What:tick} 4) What does enabling "sync" and selecting "link data" do when logging into a Google account in Chrome? Select all that apply.
<br>
<br>
Your answer:
{4What:given}
<br>
<br>
Correct answer:
{4What:correct}
<br>
<br>
<br>
</td>
</tr>
<tr>
<td colspan="3">
{5Which74:tick} 5) Which video conferencing platform is licensed for both Compass agents and staff members?
<br>
<br>
Your answer:
{5Which74:given}
<br>
<br>
Correct answer:
{5Which74:correct}
<br>
<br>
</td>
</tr>
<!-- Question/Answer START -->
<!-- Results START -->
<tr>
<td colspan="3" style="text-align: center;">
<br>
<strong>Results: {numberCorrect}/{totalQuestions} ({percentageCorrect}%)</strong>
<br>
<br>
<br>
</td>
</tr>
<!-- Results END -->
</tbody>
</table>
</td>
<td style="background-color: black; width: 40%;">
</td>
</tr>
</thead>
</table>
</body>
</html>