From 5a78e65ee2b063f284209c4721989ea466c8cca0 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 15 Oct 2025 15:49:16 +0000
Subject: [PATCH 1/3] Initial plan
From c7f5a8366efb358c7d98290d98a3fabea5135375 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 15 Oct 2025 15:54:36 +0000
Subject: [PATCH 2/3] Remove editor mode restriction from reading indicator
Co-authored-by: acbart <897227+acbart@users.noreply.github.com>
---
frontend/components/quizzes/quiz_ui.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/components/quizzes/quiz_ui.ts b/frontend/components/quizzes/quiz_ui.ts
index 73a84946..75cdd868 100644
--- a/frontend/components/quizzes/quiz_ui.ts
+++ b/frontend/components/quizzes/quiz_ui.ts
@@ -202,7 +202,7 @@ export const QUIZZER_HTML = `
asPreamble: true,
user: user">
-
+
Reading is hidden; Click "View as Student" to preview the Reading.
From 5a7c253267f5ac680cffe27b62ea64e5dc55461b Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 15 Oct 2025 16:07:30 +0000
Subject: [PATCH 3/3] Make reading indicator more visually prominent with alert
styling
Co-authored-by: acbart <897227+acbart@users.noreply.github.com>
---
frontend/components/quizzes/quiz_ui.ts | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/frontend/components/quizzes/quiz_ui.ts b/frontend/components/quizzes/quiz_ui.ts
index 75cdd868..8e1cf2ec 100644
--- a/frontend/components/quizzes/quiz_ui.ts
+++ b/frontend/components/quizzes/quiz_ui.ts
@@ -203,8 +203,10 @@ export const QUIZZER_HTML = `
user: user">
-
Reading is hidden; Click "View as Student" to preview the Reading.
-
+
+ 📖 This quiz has an embedded reading.
+ Click "View as Student" above to preview the reading.
+