Skip to content

Commit

Permalink
Merge pull request #283 from Learnosity/develop
Browse files Browse the repository at this point in the history
Update distractor rationale OOTB supported questions for v2024.3.LTS
  • Loading branch information
hbalseiro authored Nov 19, 2024
2 parents a9e6e92 + 8d48c86 commit 59ffc32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions www/assessment/customization/style-guide/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions www/assessment/distractor-rationale.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@
<li><p>JavaScript method</p></li>
</ol>
<p>
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.
<strong>Note:</strong> 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.
</p>
<ul>
<li><p><a href="#demo1">Demo 1: Display Distractor Rationale (using initialization options)</a></p></li>
Expand Down

0 comments on commit 59ffc32

Please sign in to comment.