-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-notes_4.3.html
More file actions
81 lines (67 loc) · 3.9 KB
/
release-notes_4.3.html
File metadata and controls
81 lines (67 loc) · 3.9 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
<div id="rnotes_4.3">
<div class="row my-5">
<div class="col">
<h1 class="my-2 my-sm-4 text-center">PLUS 4.3.0 Release Notes</h1>
<h2 class="my-2 my-sm-4 text-center">8/22/2022</h2>
</div>
</div>
<div class="row px-md-5">
<p>Here are the latest updates and changes we've made specifically to improve the PLUS Training lessons! We’ve improved the appearance of lesson resource links, added feature updates such as allowing users to pin resource cards, made some tweaks for lesson content language, and fixed many minor bugs to enhance your experience and convenience. </p>
</div>
<hr>
<div class="row my-5 px-md-5">
<h2>4.3.0 Update List</h2>
</div>
<div class="accordion px-md-5" id="accordionExample">
<div class="mb-3 h3 faq-title collapsed" id="headingOne" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<i class="fa-solid fa-book-open"></i> PLUS Training - Resources Features Updates<i class="fa-solid fa-caret-down"></i> <i class="fa-solid fa-caret-right"></i>
</div>
<div id="collapseOne" class="collapse mb-3" aria-labelledby="headingOne" data-parent="#accordionExample">
<ul>
<li>
<p>Lessons are now available to users under the age of 18. Data from these users will not be included in research efforts. </p>
</li>
<li>
<p>Resource links in lessons are now displayed as cards, which include the resource description. Also, from here the resources can be pinned for ease of future access.</p>
<p class="text-center px-md-5">
<img src="images/release_notes/v4.3/pin_feature.png" class="img-fluid"/>
</p>
</li>
</ul>
</div>
<hr>
<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>
Response options for multiple-choice questions are now randomized on Lessons that haven't been completed. This encourages active processing of material and reduces the ability of learners to "game" the lesson.
</p>
</li>
<li>
<p>
Improved the resolution and readability of tables in lessons.
</p>
</li>
<li>
<p>
Breadcrumbs are enabled on individual lessons so users can know which lesson they're in once they've left the title page.
</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>Fixed a problem with the Next button that allowed users to submit incomplete lessons.</li>
<li>Fixed a problem where lessons with certain survey question responses flagged the submitted lesson as incomplete.</li>
</ul>
</div>
<hr>
</div>
</div>