diff --git a/src/pages/content-management/HumanLanguagePage.tsx b/src/pages/content-management/HumanLanguagePage.tsx index 9c4d4bf..29e5573 100644 --- a/src/pages/content-management/HumanLanguagePage.tsx +++ b/src/pages/content-management/HumanLanguagePage.tsx @@ -3088,8 +3088,13 @@ export function HumanLanguagePage() { {questionDialog.open && questionDialog.mode === "edit" ? "Edit question" : "Add question"} - Same layout as Add New Practice → Step 3: Questions. Add MCQ, - True/False, Short Answer, or Audio; optional tips and voice prompts below. + {questionDialog.open && questionDialog.target === "practice" ? ( + <> + Same layout as{" "} + Add New Practice → Step 3: Questions. Add MCQ, True/False, + Short Answer, or Audio; optional tips and voice prompts below. + + ) : null} {!questionCanSave ? ( Fix the highlighted fields before saving. Save stays disabled until the form is valid. @@ -3100,12 +3105,14 @@ export function HumanLanguagePage() {
-
-

Step 3: Questions

-

- Add MCQ, True/False, Short Answer, or Audio items. Use the full width for stems and options. -

-
+ {questionDialog.open && questionDialog.target === "practice" ? ( +
+

Step 3: Questions

+

+ Add MCQ, True/False, Short Answer, or Audio items. Use the full width for stems and options. +

+
+ ) : null}