From 0116eac066f1ec00f3588b0576b3933decd9cbe7 Mon Sep 17 00:00:00 2001 From: Rose Franzen Date: Fri, 7 Feb 2025 14:11:25 -0500 Subject: [PATCH 1/4] rework feedback macro move link for feedback survey to top of page, reduce length of text somewhat --- _module_templates/macros.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/_module_templates/macros.md b/_module_templates/macros.md index 06f25a61..a80783de 100644 --- a/_module_templates/macros.md +++ b/_module_templates/macros.md @@ -69,7 +69,10 @@ send.html(`our brief survey`) @end @feedback -In the beginning, we stated some goals. +Please fill out @make_survey_url('@title', '@version', '@module_type', '@module_id') (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. + +One of the questions will ask if we achieved the learning objectives for the module. As a reminder, here's what those were: + **Learning Objectives:** @@ -77,14 +80,6 @@ After completion of this module, learners will be able to: @learning_objectives -We ask you to fill out a brief (5 minutes or less) survey to let us know: - -* If we achieved the learning objectives -* If the module difficulty was appropriate -* If we gave you the experience you expected - -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')! - 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). @end From 43ce6e088e73ae7f854c4ddd3185d5e96bee5188 Mon Sep 17 00:00:00 2001 From: Rose Franzen Date: Fri, 7 Feb 2025 14:13:19 -0500 Subject: [PATCH 2/4] rework feedback macro upversion --- _module_templates/macros.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_module_templates/macros.md b/_module_templates/macros.md index a80783de..3b1fcc35 100644 --- a/_module_templates/macros.md +++ b/_module_templates/macros.md @@ -13,9 +13,10 @@ comment: This is placeholder module to save macros used in other modules. Previous versions: +- [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 - [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 - [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 -- [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. + @end From 71c27ba0ce9e878afec1d8e40ee347a0db2c150b Mon Sep 17 00:00:00 2001 From: Rose Franzen Date: Fri, 7 Feb 2025 15:42:41 -0500 Subject: [PATCH 3/4] rework feedback macro switch to button --- _module_templates/macros.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_module_templates/macros.md b/_module_templates/macros.md index 3b1fcc35..47cb1bf0 100644 --- a/_module_templates/macros.md +++ b/_module_templates/macros.md @@ -52,7 +52,7 @@ Looking for other modules on this topic or other topics related to data analytic @end -@make_survey_url +@make_survey_button @end @feedback -Please fill out @make_survey_url('@title', '@version', '@module_type', '@module_id') (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. +@make_survey_button('@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. One of the questions will ask if we achieved the learning objectives for the module. As a reminder, here's what those were: From e7eca4ea5820ba4c3baab84f8d04f2b261eed5ca Mon Sep 17 00:00:00 2001 From: Rose Franzen Date: Fri, 7 Feb 2025 16:24:19 -0500 Subject: [PATCH 4/4] rework feedback macro actually up version for real this time --- _module_templates/macros.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_module_templates/macros.md b/_module_templates/macros.md index 47cb1bf0..972491bd 100644 --- a/_module_templates/macros.md +++ b/_module_templates/macros.md @@ -2,8 +2,8 @@ author: DART Team email: dart@chop.edu -version: 1.4.3 -current_version_description: Add text after Overview and Feedback that invites learners to the rest of the modules +version: 1.5.0 +current_version_description: Move feedback link to the top, some rewording language: en narrator: UK English Female title: Module Macros