From 4d3552429e3b7ce2586496a07bef2400e37a7bdd Mon Sep 17 00:00:00 2001 From: John Lu <87673068+JohnLu2004@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:25:12 -0400 Subject: [PATCH] Highlights solution (#17) * Update page titles (#15) * Created tabTitle to replace "Welcome to Astro." * Replaced single Question webpages "Welcome to Astro." with exam name followed by question number * changed tab title for auto generated quesitons tabs * Replaced solution tab's title with "Solution" * fixed all issues that had \ sticking out of them as well as rendering algorithms (#21) * Updated Home Page to be somewhat presentable (#22) * Highlights with less changes * hovering over solution webpage does not darken buttons * Delete index.md (#24) --- src/components/Evaluation/Evaluation.astro | 2 +- .../MultipleChoiceQuestionOption.astro | 3 ++- .../MultipleChoiceQuestion/MultipleChoiceQuestionOption.scss | 5 +++-- src/pages/questions/[...path].astro | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Evaluation/Evaluation.astro b/src/components/Evaluation/Evaluation.astro index 805ff4f8..aa002ce5 100644 --- a/src/components/Evaluation/Evaluation.astro +++ b/src/components/Evaluation/Evaluation.astro @@ -103,7 +103,7 @@ const sortedQuestionData = multipleChoiceQuestionData.sort( { sortedQuestionData.map((data: QuestionData, index: number) => (
- + {includeLinks && (