-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpl2-overview.html
More file actions
358 lines (336 loc) · 12.6 KB
/
pl2-overview.html
File metadata and controls
358 lines (336 loc) · 12.6 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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Personalized Learning²</title>
<!--jQuery must also be linked for Bootstrap to function-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--fonts-->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap"
rel="stylesheet"
/>
<!-- This website uses Bootstrap JS and CSS through links to MaxCDN's CDN supported version-->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<!--custom css-->
<link href="index.css" rel="stylesheet" />
<link href="general.css" rel="stylesheet" />
<link href="other-pages.css" rel="stylesheet" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light mx-lg-5">
<a class="navbar-brand" href="index.html">
<img
height="36"
width="240"
class="pl2-logo"
style="margin-bottom: 10px"
alt="PL2"
src="images/pl2-logo.svg"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse my-4" id="navbarSupportedContent">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item">
<a class="nav-link" href="covid19-free.html"
>USE PL²
<!-- <span class="sr-only">(current)</span> --></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="our-mission.html">OUR MISSION </a>
</li>
<li class="nav-item mr-lg-4 active">
<a class="nav-link" href="pl2-overview.html">PL² OVERVIEW</a>
</li>
<button
onclick="window.open('https://plus.andrew.cmu.edu/PL2', '_blank'); return false;"
class="btn btn-outline-primary pl2-primary"
type="submit"
>
Log In
</button>
</ul>
</div>
</nav>
<div id="" class="row justify-content-center section-container-mod">
<div class="col-md-9 row justify-content-center">
<div class="blue-header col-md-12 center">
A Story Of How PL² Works
</div>
<div>
Adela is a mentor that works with students who need extra help in math
class. She meets with them once a week, one-on-one or in small groups.
Adela's students use an online program that they use to practice math
problems and learn concepts, both in school and at home. Adela works
with each student to set personal goals for the number of activities
they'll complete and the progress they'll make. PL² connects with
the online program to help Adela track her students' learning.
</div>
</div>
</div>
<div id="" class="row justify-content-center section-container-mod">
<div class="col-md-11 row justify-content-center">
<div class="blue-header col-md-12 center">PL² Features</div>
<div class="col-md-4 row justify-content-center">
<div class="feature-img col-12">
<img src="images/dashboard.png" />
</div>
<div class="center col-12">Dashboard</div>
<div class="feature-text col-10">
PL² allows mentors to view all their students and set
individual goals based on their status.
</div>
</div>
<div class="col-md-4 row justify-content-center">
<div class="feature-img col-12">
<img src="images/resources.png" />
</div>
<div class="center col-12">Resources</div>
<div class="feature-text col-10">
PL² recommends resources to the mentors based on the status of
their students.
</div>
</div>
<div class="col-md-4 row justify-content-center">
<div class="feature-img col-12">
<img src="images/progress.png" />
</div>
<div class="center col-12">Tracking Progress</div>
<div class="feature-text col-10">
Using PL², mentors can track how their students' ed-tech data
changes over time.
</div>
</div>
</div>
</div>
<div
class="row justify-content-center margin-0 section-container-mod videos"
>
<div class="blue-header col-md-12 center">
PL² Instructional Videos
</div>
<div class="col-md-9">
Below is an <b>overview</b> video of PL² (March 2020) covering the
mentor dashboard, individual student pages, and resources. PL² is
still in development and is continuously undergoing changes —
please check back or reach out about future updates! <br /><br />
</div>
<div class="col-md-5">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/gQ6cu92gzrk"
frameborder="1"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<p>PL² Overview</p>
</div>
<br />
<div class="col-md-9">
This next video covers the use of the PL² Resource Assistant. With
the <b>Resource Assistant</b>, you can choose to answer one or more
questions about your student, the answers of which are used to guide you
to a resource that you can use to help the student. (Added March 2020)
<br /><br />
</div>
<div class="col-md-5">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/Lzz0mcJYidw"
frameborder="1"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<p>Using the Resource Assistant</p>
</div>
<br />
<div class="col-md-9">
This next series of short videos cover different aspects of PL² :
completing the <b>Foundational Questions</b> as you get to know your
student, navigating <b>student progress</b> using their EdTech data,
adding <b>Reflections</b> after a session with your student or to plan
for your next session, <b>navigating</b> and
<b>assigning Resources</b> to your students, and
<b>creating Resources</b> so that others can use tools or supports that
you found helpful. (Added April 2020) <br /><br />
</div>
<div class="row justify-content-center col-md-12">
<div class="col-md-5 offset-md-2">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/tSBOe76V7lU"
frameborder="1"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<p>Foundational Questions</p>
</div>
<div class="col-md-5">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/fTTGptSe3hc"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<p>Navigating student progress</p>
</div>
<div class="col-md-5 offset-md-2">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/bR3RUkznNRk"
frameborder="1"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<p>Reflections</p>
</div>
<div class="col-md-5">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/oDkIwVAmAQw"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<p>Navigating resources</p>
</div>
<div class="col-md-5 offset-md-2">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/vOpMXUtuVKA"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<p>Assigning and using resources</p>
</div>
<div class="col-md-5">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/IuayEbyFARE"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<p>Creating resources</p>
</div>
</div>
<div class="col-md-9">
As a PL² <b>Admin</b> you have additional functionality available
in the app. This video covers those features. (Added March 2020)
<br /><br />
</div>
<div class="col-md-5">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/G9fdaJjkcIQ"
frameborder="1"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<p>Features available to PL² Admin users</p>
</div>
<br /><br />
<div class="col-md-9">
We've compiled several screenshots of other parts in PL², including
explanations for different features:
<ul>
<li>
<a
target="_blank"
href="https://drive.google.com/open?id=10TQYTp9GmGuFJzMpk6_tcOFq2Js9EcZifDar-uPK_e0"
>Switching between students</a
>
</li>
<li>
<a
target="_blank"
href="https://drive.google.com/open?id=1xLrX1LbT3hP0jGZzSZYbJQYLk69HjLV3gf89Dsljois"
>Changing student goals</a
>
</li>
<li>
<a
target="_blank"
href="https://drive.google.com/open?id=1x7NFH6H5b4wFF_bDytK1AbjTDsX7VK6QvoLP1ZeLb7w"
>Modifying settings</a
>
</li>
<li>
<a
target="_blank"
href="https://drive.google.com/open?id=1BxO0VDkSYrE9cKOrn36fvw3yaV05-w15jYkQizXVBGA"
>Understanding student status</a
>
</li>
<li>
<a
target="_blank"
href="https://drive.google.com/open?id=17V6g71glztYMAZhUQGis9UcXnBVbomj-Q_ZOYvVEY1c"
>Submitting Questions/Feedback</a
>
</li>
</ul>
<br /><br />
</div>
</div>
<div class="row justify-content-center margin-0 section-container-mod">
<div class="blue-header col-md-12 center release-notes">
<a href="release_notes_2.1.html">PL² Version 2.1 Release Notes</a>
</div>
</div>
<div class="footer row">
<div class="col-md-2"></div>
<div id="footer-email" class="col-md-3">
<a
href="contact.html"
class="regular inline footer-link"
>Contact Us</a
>
<a
target="_blank"
href="https://www.cmu.edu/legal/"
class="col-md-2 footer-item regular footer-link"
>Terms of Use</a
>
</div>
<div class="col-md-3 footer-item mt-2 mt-md-0">
Personalized Learning² © 2020
</div>
<div class="col-md-3 footer-item mt-2 mt-md-0">
Supported by
<a
target="_blank"
href="https://chanzuckerberg.com/grants-ventures/grants/"
><img id="czi-logo" src="images/czi-logo.svg"
/></a>
<a target="_blank" href="https://www.rkmf.org/">
<img id="rkmf-logo" src="images/RKMellonLogo.PNG" />
</a>
</div>
</div>
</body>
</html>