From 08edfbdb11600044b456d1ad8b1fde1a76cdfee3 Mon Sep 17 00:00:00 2001 From: Kelvin Yeboah Date: Mon, 6 Jan 2025 00:47:04 +0000 Subject: [PATCH] Enhanced Quiz App with Accessibility and Semantic Improvements Changes Made: Improved accessibility using aria-live and descriptive labels. Refactored the form structure for better semantic grouping of inputs. Added a placeholder for dynamic question loading. Included radio button values for easier backend handling. Enhanced the submit button with proper form submission type. --- quiz-app/index.html | 51 ++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/quiz-app/index.html b/quiz-app/index.html index 688716a..9bc318c 100644 --- a/quiz-app/index.html +++ b/quiz-app/index.html @@ -1,39 +1,38 @@ - - - - - Quiz App - - -
-
-

Question text

+ + + + + Quiz App + + +
+
+

Loading Question...

+
  • - - + +
  • -
  • - - + +
  • -
  • - - + +
  • -
  • - - + +
-
- -
- - + + + + + +