-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (149 loc) · 6.38 KB
/
index.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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Remote accessible classroom highlights</title>
<meta charset='UTF-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="hybrid-classroom-widget">
<div class="hlm-text">
<h1>Remote accessible classroom</h1>
<div class="hlm-highlights">
<div class="hlm-highlight selected" id="hlm-highlight-0">
<h2>Explore the remote accessible classroom</h2>
<p>Click on the dots to learn important considerations for teaching remote and in-person students
simultaneously.</p>
</div>
<div class="hlm-highlight" id="hlm-highlight-1">
<h2>Connect to room audio and video</h2>
<p>Connect your laptop to the room's speakers and microphone before starting your Zoom session.</p>
</div>
<div class="hlm-highlight" id="hlm-highlight-2">
<h2>Use tablets for writing and drawing</h2>
<p>If you need to write notes for students, use a digital drawing tablet. Remote students will not be able to
adequately see writing on a blackboard or whiteboard.</p>
</div>
<div class="hlm-highlight" id="hlm-highlight-3">
<h2>View remote students via the room display</h2>
<p>Your remote students will be viewable on the room projector or display next to your presentation.</p>
</div>
<div class="hlm-highlight" id="hlm-highlight-4">
<h2>In-person students should mute</h2>
<p>Physically present students should join the Zoom meeting, but should mute their microphones. The room
microphone will capture all students.</p>
</div>
<div class="hlm-highlight" id="hlm-highlight-5">
<h2>Use cameras to view classroom</h2>
<p>The installed camera will give remote students a view of the classroom, but is insufficient for
viewing any whiteboard or blackboard writing. Cameras may be positioned differently in different classrooms.
</p>
</div>
<div class="hlm-highlight" id="hlm-highlight-6">
<h2>Managing participation</h2>
<p>A teaching assistant or in-person students may be able to help manage questions and comments from remote
students.
</p>
</div>
<div class="hlm-highlight" id="hlm-highlight-7">
<h2>Social distancing</h2>
<p>All people in the classroom should maintain adequate social distancing and other safety protocols according
to University guidelines.
</p>
</div>
</div>
</div>
<div class="hlm-visuals">
<svg class="hlm-visualmap" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 960"
preserveAspectRatio="xMidYMax slice" aria-labelledby="graphic-title" aria-describedby="graphic-description">
<defs>
<style>
.cross {
fill: none;
stroke: rgb(255, 145, 1);
stroke-width: 1.5px;
transition: all 0.5s;
}
.hlm-circle {
fill: rgba(86, 157, 255, 1);
stroke: rgba(86, 157, 255, 1);
stroke-miterlimit: 10;
stroke-width: 1.5px;
transition: all 0.5s;
}
.hlm-circle:hover:not(.selected),
a:focus .hlm-circle:not(.selected) {
fill: rgb(255, 145, 1);
stroke: rgb(255, 145, 1);
transform: scale(2);
}
circle.selected,
.cross.selected {
fill: rgb(255, 145, 1, 0);
stroke: rgb(255, 145, 1);
transform: scale(5);
}
</style>
<radialGradient id="radial-gradient-hover" cx="0.5" cy="0.5" r="0.5">
<stop offset="0.69928" stop-color="#569dff" stop-opacity="0" />
<stop offset="1" stop-color="#569dff" stop-opacity="0.8" />
</radialGradient>
</defs>
<title id="graphic-title">Hybrid classroom illustration</title>
<desc id="graphic-description">Illustration of highlights of classroom where some students are in-person and
others are remote.</desc>
<image width="1280" height="960" xlink:href="images/HybridClassroom-0001.png" />
<g transform="translate(638,445)">
<a id="circle-1" xlink:href="hlm-highlight-1">
<circle class="hlm-circle" cx="0" cy="0" r="20" /></a>
</g>
<g transform="translate(355,390)">
<a id="circle-2" xlink:href="hlm-highlight-2">
<g class="cross">
<line class="cross" x1="-14" y1="-14" x2="14" y2="14" />
<line class="cross" x1="-14" y1="14" x2="14" y2="-14" />
</g>
<circle class="hlm-circle" cx="0" cy="0" r="20" />
</a>
</g>
<g transform="translate(756,490)">
<a id="circle-3" xlink:href="hlm-highlight-2">
<circle class="hlm-circle" cx="0" cy="0" r="20" />
</a>
</g>
<g transform="translate(752,305)">
<a id="circle-4" xlink:href="hlm-highlight-3">
<circle class="hlm-circle" cx="0" cy="0" r="20" />
</a>
</g>
<g transform="translate(500,615)">
<a id="circle-5" xlink:href="hlm-highlight-4">
<circle class="hlm-circle" cx="0" cy="0" r="20" />
</a>
</g>
<g transform="translate(917,200)">
<a id="circle-6" xlink:href="hlm-highlight-5">
<circle class="hlm-circle" cx="0" cy="0" r="20" />
</a>
</g>
<g transform="translate(473,455)">
<a id="circle-7" xlink:href="hlm-highlight-6">
<circle class="hlm-circle" cx="0" cy="0" r="20" />
</a>
</g>
<g transform="translate(689,810)">
<a id="circle-8" xlink:href="hlm-highlight-7">
<circle class="hlm-circle" cx="0" cy="0" r="20" />
</a>
</g>
</svg>
</div>
<div class="hlm-controls">
<button class="hlm-prev" aria-label="Previous highlight" type="button"><i class="arrow left"></i></button>
<button class="hlm-next" aria-label="Next highlight" type="button"><i class="arrow right"></i></button>
</div>
</div>
<script type="application/javascript" src="highlightmap.js"></script>
</body>
</html>