#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 className="exercise_form_width">
|
||||
{ShowHint && (
|
||||
{/* {ShowHint && (
|
||||
<ValidationField
|
||||
className="hint"
|
||||
placeholder="_"
|
||||
|
|
@ -98,7 +98,7 @@ const ChoiceFields = ({ index }: { index: number; data: Choice }) => {
|
|||
showCount={false}
|
||||
autoSize={{ minRows: 2, maxRows: 10 }}
|
||||
/>
|
||||
)}
|
||||
)} */}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user