diff --git a/components/survey/survey-form.tsx b/components/survey/survey-form.tsx index fff4d1e..cb41260 100644 --- a/components/survey/survey-form.tsx +++ b/components/survey/survey-form.tsx @@ -298,7 +298,7 @@ const SurveyForm = ({ > {type === 'OX' ? ( // OX -
+
questionAssets
) : type === 'MULTIPLE_CHOICE' ? ( // 다중선택 -
+
questionAssets
) : type === 'NUMERIC_CHOICE' ? ( // 숫자 선택 -
+
questionAssets
) : type === 'RANK' ? ( -
+
questionAssets
) : ( -
+
questionAssets
)} -
+
{type !== 'SHORT_ANSWER' && (