From 618776a73ea32b67fe1f2d257484d6a04aba4117 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 02:22:48 +0100 Subject: [PATCH] Add link to learn page in ExplanationPanel --- client/src/components/QuizRunner.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }) => (