-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-notes_4.4.html
More file actions
79 lines (73 loc) · 4.35 KB
/
release-notes_4.4.html
File metadata and controls
79 lines (73 loc) · 4.35 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
<div id="rnotes_4.4">
<div class="row my-5">
<div class="col">
<h1 class="my-2 my-sm-4 text-center">PLUS 4.4 Release Notes</h1>
<h2 class="my-2 my-sm-4 text-center">12/20/2022</h2>
</div>
</div>
<div class="row px-md-5">
<p>For our final software release of the year, we have a number of new features as well as long requested bug fixes that have been implemented. Here are the highlights:</p>
<ol>
<li><b>New Admin View for PLUS Tutor Training</b>
<p class="pt-3">Training admin can now log into a new dashboard to view data regarding their tutors’ performance on PLUS lessons. The admin can view which tutors have completed which lessons, how much time was spent, performance on lessons, ratings and more. Data can be sliced by individual tutor or custom defined groups as well as aggregated for all tutors in an institution.</p>
<div class="row justify-content-center">
<img alt="Admin Dashboard: Individual" class="mb-3 p-2" style="width: 70%; border: 1px solid #000000;"
src="images/release_notes/v4.4/admin_individualWithDetails.png">
<img alt="Admin Dashboard: Overview" class="mb-3 p-2" style="width: 70%; border: 1px solid #000000;"
src="images/release_notes/v4.4/admin_overview.png">
</div>
</li>
<li><b>Assign Lessons to Tutors</b>
<br/>
<p class="pt-3">Tutor admins can now assign lessons to individual tutors and groups of tutors directly from the admin panel.</p>
<div class="col justify-content-center">
<div class="row justify-content-center">
<img alt="Assigning Lessons" class="mb-3" style="width: 70%" src="images/release_notes/v4.4/assignLesson.png">
</div>
</div>
</li>
<li><b>Updated design for Lessons</b>
<br/>
<p class="pt-3">Lesson designs have been updated based on user feedback including an updated catalog view and a new field showing est. length of lesson. Minor enhancements such as colors and breadcrumb updates were also made.</p>
</li>
<li><b>Updated app URL</b>
<br/>
<p class="pt-3">The URL for the web app has been updated from <a target="_blank" href="https://pl2.andrew.cmu.edu">https://pl2.andrew.cmu.edu</a> to <a target="_blank" href="https://plus.andrew.cmu.edu">https://plus.andrew.cmu.edu</a> to match the new branding. Please update your bookmarks accordingly.</p>
</li>
<li><b>Updated sign up passphrase</b>
<br/>
<p class="pt-3">Institutional passphrases that are used by tutors during sign up have been updated to be more easily understandable and shareable.</p>
</li>
</ol>
</div>
<hr>
<div class="row my-5 px-md-5">
<h2>4.4 Update List</h2>
</div>
<div class="accordion px-md-5" id="accordionExample">
<div class="mb-3 h3 faq-title collapsed" id="headingThree" data-toggle="collapse" data-target="#collapseThree" aria-expanded="true" aria-controls="collapseThree">
<i class="fa-solid fa-paint-brush"></i> Minor Updates<i class="fa-solid fa-caret-down"></i> <i class="fa-solid fa-caret-right"></i>
</div>
<div id="collapseThree" class="collapse mb-3" aria-labelledby="headingThree" data-parent="#accordionExample">
<ul>
<li>
<p>Reading time was added to resources and lessons.</p>
</li>
<li>
<p>UI was added to allow system admins to define new institutions in the system.</p>
</li>
</ul>
</div>
<hr>
<div class="mb-3 h3 faq-title collapsed" id="headingFour" data-toggle="collapse" data-target="#collapseFour" aria-expanded="true" aria-controls="collapseFour">
<i class="fa-solid fa-bug"></i> Bug Fixes<i class="fa-solid fa-caret-down"></i> <i class="fa-solid fa-caret-right"></i>
</div>
<div id="collapseFour" class="collapse mb-3" aria-labelledby="headingFour" data-parent="#accordionExample">
<ul>
<li>The app backup mechanism was fixed.</li>
<li>A bug where independent institution users were not admin has been fixed.</li>
</ul>
</div>
<hr>
</div>
</div>