Commit 923219b0 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

parent 9cd9d519
......@@ -11,6 +11,7 @@ function AdminQuiz(props) {
const [answer, setAnswer] = useState('')
const [selectOption, setselectOption] = useState(1)
const handleChangeQuestion = (event) => {
QnAadmin['Q'] = event.target.value
setQuestion(event.target.value)
......@@ -61,8 +62,6 @@ function AdminQuiz(props) {
}
return (
<div className="" id="Quiz1">
<h2 className="p-3 border text-center bg-white">{String(props.quizNum)} 문제만들기</h2>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment