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" 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.