From 6adc0d55bad4dd0abdacbe80bbc0c30c6eba2296 Mon Sep 17 00:00:00 2001 From: Mike Churchward Date: Fri, 4 Mar 2022 15:29:47 -0500 Subject: [PATCH 1/2] Setting up 3.10.2 release. --- CHANGES.md | 16 ++++++++++++++++ version.php | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ea0763cb..ed807c0d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,15 +2,31 @@ Release Notes _NOTE - The 3.10 releases will work on Moodle 3.9, Moodle 3.10, and Moodle 3.11. +##### Release 3.10.2 (Build - 2022030300) +Note - this will be the last 3.10 branch release. The next releases will be in the 3.11 or 4.0 branch, depending on 4.0 compatibility. + +Improvements: + +* Support for Iconic5 mobile app is now present. Thanks to Dani Palou! + +Bug fixes: + +* GHPR331 Fixed printing of individual reponse for students. +* GHI370 Fixed problem where HTML was slipping into question text when paging. + ##### Version 3.10.1 (Build - 2021080400) + Bug fixes: + * GHI353 Ensuring clean text on new and existing essay questions. * GHI319 Fixing question preview display. * GHP321 Added CSS rule to styles.css to enable horizontal and vertical resize. * GHI351 Ignore deleted questions but continue loop over remaining responses. ##### Version 3.10.0 (Build - 2020111100) + Improvements: + * Setup for 3.11 compliance as well. (see CHANGES.TXT in release 3.9 for earlier changes.) diff --git a/version.php b/version.php index 3b5a4b7c..8245798f 100644 --- a/version.php +++ b/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020111101; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2020111102; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2020061500; // Moodle version (3.9). $plugin->component = 'mod_questionnaire'; -$plugin->release = '3.10.1 (Build - 2021080400)'; +$plugin->release = '3.10.2 (Build - 2022030300)'; $plugin->maturity = MATURITY_STABLE; From 5cab652a7732df323e21942cdf469e5d384775dc Mon Sep 17 00:00:00 2001 From: jgonzcou Date: Thu, 18 May 2023 13:40:25 +0200 Subject: [PATCH 2/2] Replace radio input with checkmark symbol when displaying rate-type question responses in PDF --- templates/response_rate.mustache | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/response_rate.mustache b/templates/response_rate.mustache index f4bcc4e7..a1796998 100644 --- a/templates/response_rate.mustache +++ b/templates/response_rate.mustache @@ -74,7 +74,10 @@ {{#cols}} {{#checked}} - + + {{^pdf}}{{/pdf}} + {{#pdf}}✓{{/pdf}} + {{/checked}} {{^checked}}