eat-js-sdk 0.0.56 → 0.0.57

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.
@@ -3019,9 +3019,9 @@
3019
3019
  $$invalidate(4, resultFeedback = feedbackData[0].feedback || resultFeedback);
3020
3020
  };
3021
3021
  if (isFinished) {
3022
+ getFeedback();
3022
3023
  const { answerId, hasAnswer } = scoringMetadata;
3023
3024
  selectedOption = answerId && hasAnswer ? answerId : selectedOption;
3024
- getFeedback();
3025
3025
  }
3026
3026
  const handleOptionClick = (optionId, option) => {
3027
3027
  if (isDataSaving || optionId === selectedOption || isFinished && !isPreviewModeInteractive)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "Authoring tool frontend SDK",
5
5
  "contributors": [
6
6
  {