#52 remove hint of answer

This commit is contained in:
Majd_dk 2025-07-27 15:24:35 +03:00
parent 9be6bb217c
commit 721e3d5c02

View File

@ -87,7 +87,7 @@ const ChoiceFields = ({ index }: { index: number; data: Choice }) => {
</div> </div>
</div> </div>
<div className="exercise_form_width"> <div className="exercise_form_width">
{ShowHint && ( {/* {ShowHint && (
<ValidationField <ValidationField
className="hint" className="hint"
placeholder="_" placeholder="_"
@ -98,7 +98,7 @@ const ChoiceFields = ({ index }: { index: number; data: Choice }) => {
showCount={false} showCount={false}
autoSize={{ minRows: 2, maxRows: 10 }} autoSize={{ minRows: 2, maxRows: 10 }}
/> />
)} )} */}
</div> </div>
</> </>
); );