Commit 0e77fbf7 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

a

parent 60d232d8
......@@ -16,7 +16,7 @@ function Admin() {
}
function handleClickQuiz(e) {
setresult(<AdminQuiz name={e.target.id} />)
setresult(<AdminQuiz QuizNum={e.target.id} />)
}
function handleClickAddQuiz() {
......
......@@ -79,7 +79,7 @@ function AdminQuiz(props) {
return (
<div className="" id="Quiz1">
<h2 className="p-3 border text-center">{String(props.name)} 문제만들기</h2>
<h2 className="p-3 border text-center">{String(props.QuizNum)} 문제만들기</h2>
<div className="p-3 borber">
<div className="p-3 ">
<span className="font-weight-bold mr-2 h3">1. 문제 입력하기</span>
......
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