diff --git a/src/exam/Exam.jsx b/src/exam/Exam.jsx
index a0eae7fc..e89b9cce 100644
--- a/src/exam/Exam.jsx
+++ b/src/exam/Exam.jsx
@@ -49,6 +49,10 @@ const Exam = ({ isTimeLimited, children }) => {
const sequenceContent = <>{children}>;
+ // Temporary fix for CR-3842. We need to show this timer but the end exam button does not
+ // fully work yet.
+ const allowEndExam = !!examId;
+
return (