From 16a33dad976b8e9eadc0d8387546fb5fe6f4c390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 04:53:06 +0000 Subject: [PATCH 1/2] Bump cross-spawn in /www/assessment/customization/style-guide Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] --- www/assessment/customization/style-guide/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/assessment/customization/style-guide/yarn.lock b/www/assessment/customization/style-guide/yarn.lock index 57845824..edde80f3 100644 --- a/www/assessment/customization/style-guide/yarn.lock +++ b/www/assessment/customization/style-guide/yarn.lock @@ -1944,9 +1944,9 @@ cosmiconfig@^7.0.0: yaml "^1.10.0" cross-spawn@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + version "7.0.6" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" + integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== dependencies: path-key "^3.1.0" shebang-command "^2.0.0" From 2f8aae88ae929ce4d98d158e297479d1c5bfbf7f Mon Sep 17 00:00:00 2001 From: Horacio Balseiro Date: Tue, 19 Nov 2024 17:20:03 -0500 Subject: [PATCH 2/2] Update note about OOTB support for v2024.3.LTS --- www/assessment/distractor-rationale.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/assessment/distractor-rationale.php b/www/assessment/distractor-rationale.php index 6cbb1e2d..cd762c68 100644 --- a/www/assessment/distractor-rationale.php +++ b/www/assessment/distractor-rationale.php @@ -150,8 +150,7 @@
  • JavaScript method

  • - Currently, we provide out of the box support for Multiple choice, Cloze with drop down, Cloze with drag & drop, Cloze with text. - If you would like to implement further hints and feedback, you can write custom code to display Distractor Rationale and other metadata. + Note: This feature is currently available for a subset of question types. Multiple Choice, Cloze with drop down, Cloze with drag & drop, and Cloze with text support both question-level and response-level distractor rationale out of the box. When using version v2024.3.LTS and higher, an additional 7 question types support question-level distractor rationale only: Label image with drag & drop, Classification, Match list, Hotspot, Token highlight, Math and Multi-step math.