+
+ {{ __('You will have to complete the quiz to continue the video') }}
+
{{
__('This quiz consists of {0} questions.').format(questions.length)
@@ -55,19 +58,30 @@
{{ quiz.data.title }}
-
+
-
- {{ __('Start') }}
-
-
-
{{
__(
'You have already exceeded the maximum number of attempts allowed for this quiz.'
@@ -247,18 +261,23 @@
)
}}
-
-
- {{ __('Try Again') }}
-
-
+
+
+
+ {{ __('Try Again') }}
+
+
+
+ {{ __('Resume Video') }}
+
+
-
+
-
-
+ {{
+ __('This video contains {0} {1}:').format(
+ quizzes.length,
+ quizzes.length == 1 ? 'quiz' : 'quizzes'
+ )
+ }}
+
+
+ {{ index + 1 }}. {{ quiz.quiz }}
+ {{ __('at {0}').format(formatTimestamp(quiz.time)) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ formatTime(currentTime) }} / {{ formatTime(duration) }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ formatSeconds(currentTime) }} / {{ formatSeconds(duration) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ __('Add Quiz to Video') }}
+