Skip to content

Commit 072fe5a

Browse files
authored
Feedback macro (#958)
* 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
1 parent b02d167 commit 072fe5a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_module_templates/macros.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
33
author: DART Team
44
5-
version: 1.4.3
6-
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
77
language: en
88
narrator: UK English Female
99
title: Module Macros
@@ -13,9 +13,10 @@ comment: This is placeholder module to save macros used in other modules.
1313
1414
Previous versions:
1515
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
1617
- [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
1718
- [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+
1920
2021
@end
2122
@@ -51,7 +52,7 @@ Looking for other modules on this topic or other topics related to data analytic
5152
5253
@end
5354
54-
@make_survey_url
55+
@make_survey_button
5556
<script modify="false">
5657
function makeURL(title, version, module_type, module_id) {
5758
let url = new URL('https://redcap.chop.edu/surveys');
@@ -64,26 +65,25 @@ function makeURL(title, version, module_type, module_id) {
6465
}
6566
var surveyURL = makeURL(@0, @1, @2, @3);
6667
67-
send.html(`<a href="${surveyURL}")">our brief survey</a>`)
68+
send.html(`<a href="${surveyURL}" target="_blank">
69+
<button class="survey-button">Provide Your Feedback</button>
70+
</a>`)
6871
</script>
6972
@end
7073
7174
@feedback
72-
In the beginning, we stated some goals.
75+
@make_survey_button('@title', '@version', '@module_type', '@module_id')
7376
74-
**Learning Objectives:**
77+
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.
7578
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:
7780
78-
@learning_objectives
7981
80-
We ask you to fill out a brief (5 minutes or less) survey to let us know:
82+
**Learning Objectives:**
8183
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:
8585
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
8787
8888
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).
8989

0 commit comments

Comments
 (0)