diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index dd4d446..43efb92 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -191,7 +191,12 @@ import IgMetaBlock from './IgMetaBlock'; function ExplanationPanel({ question, targets }: { question: QuizQuestionWithEntry; targets: TargetHit[] }) { return (
-

Explanation

+
+

Explanation

+ + Open learn page » + +
{targets.length ? (
{targets.map(({ group, item }) => (