You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rework feedback macro
move link for feedback survey to top of page, reduce length of text somewhat
* rework feedback macro
upversion
* rework feedback macro
switch to button
* rework feedback macro
actually up version for real this time
current_version_description: Add text after Overview and Feedback that invites learners to the rest of the modules
5
+
version: 1.5.0
6
+
current_version_description: Move feedback link to the top, some rewording
7
7
language: en
8
8
narrator: UK English Female
9
9
title: Module Macros
@@ -13,9 +13,10 @@ comment: This is placeholder module to save macros used in other modules.
13
13
14
14
Previous versions:
15
15
16
+
- [1.4.3](https://liascript.github.io/course/?https://raw.githubusercontent.com/arcus/education_modules/5d38321396c995da5c48ea80352fae31d5d8b806/_module_templates/macros.md#1): Add text after Overview and Feedback that invites learners to the rest of the modules
16
17
- [1.3.0](https://liascript.github.io/course/?https://raw.githubusercontent.com/arcus/education_modules/bbd9189b6c598c77059da184995c83b4037cbd73/_module_templates/macros.md#1) :Add module\_id to macros for creating the REDCap survey link
17
18
- [1.2.1](https://liascript.github.io/course/?https://raw.githubusercontent.com/arcus/education_modules/a9aa1b38fc51db4252c9547654d9e36dba7864e5/_module_templates/macros.md#1): make CSS come from GCS
18
-
- [1.1.0](https://liascript.github.io/course/?https://raw.githubusercontent.com/arcus/education_modules/ad25398d0eef884402cff0f0c4fb4ca360d3b8f4/_module_templates/macros.md#1): Add current\_version\_description and version\_history metadata.
19
+
19
20
20
21
@end
21
22
@@ -51,7 +52,7 @@ Looking for other modules on this topic or other topics related to data analytic
51
52
52
53
@end
53
54
54
-
@make_survey_url
55
+
@make_survey_button
55
56
<script modify="false">
56
57
function makeURL(title, version, module_type, module_id) {
57
58
let url = new URL('https://redcap.chop.edu/surveys');
@@ -64,26 +65,25 @@ function makeURL(title, version, module_type, module_id) {
Our brief survey takes just a few minutes. We use this information to fix and improve our content. Crucially, since our modules do not track user behavior, this is also the only way we can estimate how many learners are using our materials.
75
78
76
-
After completion of this module, learners will be able to:
79
+
One of the questions will ask if we achieved the learning objectives for the module. As a reminder, here's what those were:
77
80
78
-
@learning_objectives
79
81
80
-
We ask you to fill out a brief (5 minutes or less) survey to let us know:
82
+
**Learning Objectives:**
81
83
82
-
* If we achieved the learning objectives
83
-
* If the module difficulty was appropriate
84
-
* If we gave you the experience you expected
84
+
After completion of this module, learners will be able to:
85
85
86
-
We gather this information in order to iteratively improve our work. Thank you in advance for filling out @make_survey_url('@title', '@version', '@module_type', '@module_id')!
86
+
@learning_objectives
87
87
88
88
Looking for other modules on this topic or other topics related to data analytics and data science in biomedicine? Please see [our complete list of educational modules](https://arcus.github.io/education_modules/list_of_modules) or consider trying our [prototype curriculum builder](https://learn.arcus.chop.edu).
0 commit comments