eat-js-sdk 1.0.32 → 1.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14303,7 +14303,7 @@
14303
14303
  $$invalidate(26, allAnswersCorrect = hasCorrect && !hasIncorrect && !hasWordBinItems);
14304
14304
  $$invalidate(27, isItemSkipped = totalRemainingWordBinItem === totalCategoryItems || hasWordBinItems && hasCorrect && !hasIncorrect);
14305
14305
  $$invalidate(28, resultFeedback = allAnswersCorrect ? correctFeedback : incorrectFeedback);
14306
- $$invalidate(25, isFeedbackShown = isPreviewModeInteractive ? allItemsPlacedTrigger : true);
14306
+ $$invalidate(25, isFeedbackShown = isPreviewModeInteractive ? allItemsPlacedTrigger : allAnswersCorrect ? false : true);
14307
14307
  }
14308
14308
  };
14309
14309
  const resetFeedbackStatus = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "change version": "1.0.6",
5
5
  "description": "Authoring tool frontend SDK",
6
6
  "contributors": [