diff --git a/frontend/src/components/quiz.tsx b/frontend/src/components/quiz.tsx index 9d8620426..1f89b8c8f 100644 --- a/frontend/src/components/quiz.tsx +++ b/frontend/src/components/quiz.tsx @@ -2032,17 +2032,34 @@ const Quiz = forwardRef(({ {/* Navigation */}
- {/* Skip button (shown after 5 attempts) */} - {(attempts >= 5 && allowSkip == true) && ( - - )} +
+ {/* Issue #561: Allow learner to rewatch the previous video from quiz */} + {onPrevVideo && ( + + )} + + {/* Skip button (shown after 5 attempts) */} + {(attempts >= 5 && allowSkip == true) && ( + + )} +