From 560c4b2c7486e5f3dc1b6e58a1bc8e19c4e5e73a Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Fri, 6 Aug 2021 15:12:53 +0200 Subject: [PATCH] MOBILE-3799 h5p: Display '-' or '0' in empty columns --- .../mod/h5pactivity/pages/users-attempts/users-attempts.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/addons/mod/h5pactivity/pages/users-attempts/users-attempts.html b/src/addons/mod/h5pactivity/pages/users-attempts/users-attempts.html index 15a9557e6..37ed87b63 100644 --- a/src/addons/mod/h5pactivity/pages/users-attempts/users-attempts.html +++ b/src/addons/mod/h5pactivity/pages/users-attempts/users-attempts.html @@ -45,14 +45,16 @@ {{ user.attempts[user.attempts.length - 1].timemodified | coreFormatDate:'strftimedatetimeshort' }} + - {{ 'core.percentagenumber' | translate: {$a: user.score} }} + - - {{user.attempts.length}} + {{user.attempts.length}}