We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b855ffa commit 31b6461Copy full SHA for 31b6461
src/commons/assessmentWorkspace/AssessmentWorkspace.tsx
@@ -403,7 +403,7 @@ const AssessmentWorkspace: React.FC<AssessmentWorkspaceProps> = props => {
403
Messages.McqQuestion(
404
workspaceLocation,
405
`assessment${assessment.id}`,
406
- props.questionId,
+ mcqQuestionData.id,
407
chapter,
408
mcqQuestionData.choices.map(choice => choice.content)
409
)
0 commit comments