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
b75f6008
Commit
b75f6008
authored
Jul 23, 2022
by
Yoon, Daeki
😅
Browse files
key추가
parent
e163db0c
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/src/answers/AnswerSurveyForm.tsx
View file @
b75f6008
...
...
@@ -116,6 +116,7 @@ export const AnswerSurveyForm = () => {
{
survey
.
questions
.
map
((
question
,
index
)
=>
{
return
(
<
AQuestion
key
=
{
question
.
_id
}
question
=
{
question
}
answerQuestion
=
{
answerSurvey
.
current
.
questions
[
index
]
}
addFiles
=
{
addFiles
}
...
...
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