@quesmed/types 2.5.105 → 2.5.106

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.
@@ -3061,7 +3061,7 @@ const optimisticSaveMarksheets = (marksheet, marksheetInput, questionIndex) => {
3061
3061
  timeTaken,
3062
3062
  questionChoiceId: choiceId ?? null,
3063
3063
  isAnswered: true,
3064
- mark: mark || choiceId ? JSON.stringify([choiceId]) : null,
3064
+ mark: mark || null,
3065
3065
  };
3066
3066
  const updatedMarks = [
3067
3067
  ...marks.slice(0, questionIndex),
@@ -3057,7 +3057,7 @@ export const optimisticSaveMarksheets = (marksheet, marksheetInput, questionInde
3057
3057
  timeTaken,
3058
3058
  questionChoiceId: choiceId ?? null,
3059
3059
  isAnswered: true,
3060
- mark: mark || choiceId ? JSON.stringify([choiceId]) : null,
3060
+ mark: mark || null,
3061
3061
  };
3062
3062
  const updatedMarks = [
3063
3063
  ...marks.slice(0, questionIndex),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.105",
3
+ "version": "2.5.106",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",