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 cd982ef commit 4136d81Copy full SHA for 4136d81
src/commons/assessmentWorkspace/AssessmentWorkspace.tsx
@@ -757,6 +757,9 @@ const AssessmentWorkspace: React.FC<AssessmentWorkspaceProps> = props => {
757
? {
758
editorSessionId: '',
759
editorValue: props.editorValue!,
760
+ sourceChapter: question.library.chapter || 4,
761
+ sourceVariant: 'default' as Variant,
762
+ externalLibrary: question.library.external.name || 'NONE',
763
handleDeclarationNavigate: props.handleDeclarationNavigate,
764
handleEditorEval: handleEval,
765
handleEditorValueChange: props.handleEditorValueChange,
0 commit comments