Commit 346060e8 authored by JeongYeonwoo's avatar JeongYeonwoo
Browse files

다시

parent a9cf33de
......@@ -47,8 +47,8 @@ function Quiz() {
<div>
<form onSubmit={handleChange}>
{question.Choose.map( (a,index) =>
<div>
<input key={index} type="radio" name='answer' id={'anwer' + a} value={a} onClick={handleChange} />
<div key={index}>
<input type="radio" name='answer' id={'anwer' + a} value={a} onClick={handleChange} />
<label htmlFor={a}> {a}</label>
</div>
)}
......
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