Skip to content

Commit a45d3b8

Browse files
committed
[tb/LEMS-2523/merge-get-user-input-map] Update array to object, remove empty guess for answer area
1 parent c33fe55 commit a45d3b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

testing/item-renderer-hooks.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,9 @@ export const useItemRenderer = (
9999
"en",
100100
);
101101

102-
// Continue to include an empty guess for the now defunct answer area.
103-
const maxCompatGuess = [renderer.getUserInputLegacy(), []];
104-
105102
const keScore = keScoreFromPerseusScore(
106103
score,
107-
maxCompatGuess,
104+
userInput,
108105
renderer.getSerializedState().question,
109106
);
110107

0 commit comments

Comments
 (0)