From 8dbadae58cb58403b36a5b7f913cc699e8395c0c Mon Sep 17 00:00:00 2001 From: shafin-r Date: Wed, 4 Mar 2026 20:54:25 +0600 Subject: [PATCH] fix(test): fix directions text --- src/pages/student/practice/Test.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/student/practice/Test.tsx b/src/pages/student/practice/Test.tsx index 40eade8..ff6b1ad 100644 --- a/src/pages/student/practice/Test.tsx +++ b/src/pages/student/practice/Test.tsx @@ -1671,7 +1671,8 @@ export const Test = () => { {showDirections ? (

- {renderQuestionText(currentQuestion?.explanation || "")} + Answer all questions in this section based on the + information provided.

) : ( @@ -1717,7 +1718,9 @@ export const Test = () => {