diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index 2e3a903..ec1a5c0 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -171,6 +171,8 @@ function QuestionRenderer({ ); } +import IgMetaBlock from './IgMetaBlock'; + function ExplanationPanel({ question, targets }: { question: QuizQuestionWithEntry; targets: TargetHit[] }) { return (
No linked study items were found for this question.
)}{question.ig_meta.description}
} -