Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
cad9389d
Commit
cad9389d
authored
Jul 20, 2022
by
Lee SeoYeon
Browse files
Afileform
parent
c15724fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/commons/AFileForm.tsx
View file @
cad9389d
...
...
@@ -7,13 +7,8 @@ type Props = {
export
const
AFileForm
=
({
element
}:
Props
)
=>
{
return
(
<
div
className
=
"flex w-full gap-4 justify-around my-3"
>
{
/* {element.content.choices.map((choice) => (
<div>
<input className="mr-2"></input>
<label className="text-lg">{choice.text}</label>
</div>
))} */
}
<
div
id
=
"content"
className
=
"flex mt-4 w-full justify-center"
>
<
input
type
=
"file"
className
=
" w-11/12 h-16"
></
input
>
</
div
>
);
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment