catchup-library-web 2.2.17 → 2.2.18

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.
package/dist/index.js CHANGED
@@ -7365,8 +7365,7 @@ var ActivityPreviewByData = ({
7365
7365
  answerMap: answerMapMap[selectedType],
7366
7366
  data,
7367
7367
  canAnswerQuestion: () => true,
7368
- changeAnswer: () => {
7369
- },
7368
+ changeAnswer,
7370
7369
  isPreview: true,
7371
7370
  showCorrectAnswer,
7372
7371
  isFullScreen
package/dist/index.mjs CHANGED
@@ -7142,8 +7142,7 @@ var ActivityPreviewByData = ({
7142
7142
  answerMap: answerMapMap[selectedType],
7143
7143
  data,
7144
7144
  canAnswerQuestion: () => true,
7145
- changeAnswer: () => {
7146
- },
7145
+ changeAnswer,
7147
7146
  isPreview: true,
7148
7147
  showCorrectAnswer,
7149
7148
  isFullScreen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.2.17",
3
+ "version": "2.2.18",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -125,7 +125,7 @@ const ActivityPreviewByData = ({
125
125
  answerMap: answerMapMap[selectedType],
126
126
  data,
127
127
  canAnswerQuestion: () => true,
128
- changeAnswer: () => {},
128
+ changeAnswer,
129
129
  isPreview: true,
130
130
  showCorrectAnswer,
131
131
  isFullScreen,