Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
survey
Commits
71300da6
Commit
71300da6
authored
Jul 20, 2022
by
Lee SeoYeon
Browse files
date, file, rating 추가
parent
cad9389d
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/src/commons/AQuestion.tsx
View file @
71300da6
...
...
@@ -6,7 +6,6 @@ import { ADateForm } from "./ADateForm";
import
{
ADropdownForm
}
from
"
./ADropdownForm
"
;
import
{
AEssayForm
}
from
"
./AEssayForm
"
;
import
{
AFileForm
}
from
"
./AFileForm
"
;
// import { AMatrixForm } from "./AMatrixForm";
import
{
ARadioForm
}
from
"
./ARadioForm
"
;
import
{
ARatingForm
}
from
"
./ARatingForm
"
;
...
...
@@ -31,8 +30,6 @@ export const AQuestion = ({ question }: PropsType) => {
return
<
ARatingForm
element
=
{
question
}
/>;
case
"
date
"
:
return
<
ADateForm
/>;
// case "matrix":
// return <AMatrixForm />;
default
:
return
<></>;
}
...
...
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