From 02376ff881c5448ca8d6c81a1f1c88df9e78231e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 12 May 2021 16:00:59 +0200 Subject: [PATCH] MOBILE-3752 quiz: Implement aria table role on attempts table --- .../index/addon-mod-quiz-index.html | 81 +++++++++++-------- 1 file changed, 46 insertions(+), 35 deletions(-) diff --git a/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html b/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html index 9bd1a4621..bc3acebcf 100644 --- a/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html +++ b/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html @@ -61,51 +61,62 @@ - - {{ 'addon.mod_quiz.summaryofattempts' | translate }} - + {{ 'addon.mod_quiz.summaryofattempts' | translate }} - + - - - - - {{ 'addon.mod_quiz.attemptnumber' | translate }} + + + + + + {{ 'addon.mod_quiz.attemptnumber' | translate }} + {{ 'addon.mod_quiz.attemptnumber' | translate }} - # - {{ 'addon.mod_quiz.attemptstate' | translate }} - + + {{ 'addon.mod_quiz.attemptstate' | translate }} + + {{ 'addon.mod_quiz.marks' | translate }} / {{ quiz.sumGradesFormatted }} - + {{ 'addon.mod_quiz.grade' | translate }} / {{ quiz.gradeFormatted }} - - - - - - {{ 'addon.mod_quiz.preview' | translate }} - - - {{ attempt.attempt }} - - -

{{ sentence }}

-
- -

{{ attempt.readableMark }}

-
-

{{ attempt.readableGrade }}

-
-
-
+
+ + + + + + {{ 'addon.mod_quiz.preview' | translate }} + + + {{ attempt.attempt }} + + +

{{ sentence }}

+
+ +

{{ attempt.readableMark }}

+
+ +

{{ attempt.readableGrade }}

+
+
+
+
+