@quesmed/types-rn 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.5.105",
3
+ "version": "2.5.106",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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),