Skip to content

Commit

Permalink
Merge branch 'release-30.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2023
2 parents 59601bd + 1187bf0 commit 1d7664b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/js/loader/taoQtiItem.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/loader/taoQtiItem.min.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ define([
constraints = selectedCase.constraints;

const allowElimination = features.isVisible('taoQtiItem/creator/interaction/choice/property/allowElimination');
const shuffleChoices = features.isVisible('taoQtiItem/creator/interaction/choice/property/allowElimination');
const shuffleChoices = features.isVisible('taoQtiItem/creator/interaction/choice/property/shuffle');
const choiceOptionsAvailable = allowElimination || shuffleChoices;
$form.html(
formTpl({
Expand Down

0 comments on commit 1d7664b

Please sign in to comment.