Skip to content

Commit 1817673

Browse files
committed
fix(drag-in-the-blank): add missing spaces PD-5025
1 parent 74555ee commit 1817673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/drag-in-the-blank/controller/src

packages/drag-in-the-blank/controller/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function model(question, session, env, updateSession) {
6868
feedback,
6969
mode: env.mode,
7070
disabled: env.mode !== 'gather',
71-
responseCorrect:shouldIncludeCorrectResponse ? getScore(normalizedQuestion, session) === 1 : undefined,
71+
responseCorrect: shouldIncludeCorrectResponse ? getScore(normalizedQuestion, session) === 1 : undefined,
7272
correctResponse: shouldIncludeCorrectResponse ? normalizedQuestion.correctResponse : undefined,
7373
};
7474

0 commit comments

Comments
 (0)