#52 remove hint of answer
This commit is contained in:
parent
9be6bb217c
commit
721e3d5c02
|
|
@ -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>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user