Skip to content
Snippets Groups Projects
Commit c4c59ee5 authored by alrwasheda's avatar alrwasheda :speech_balloon:
Browse files

label names in Questionpage fixed!

parent 5487b626
No related branches found
No related tags found
No related merge requests found
...@@ -15,23 +15,23 @@ function Question(){ ...@@ -15,23 +15,23 @@ function Question(){
<div className="question-answerSection"> <div className="question-answerSection">
<div className="answer-input"> <div className="answer-input">
<input type="radio"/> <input className="fst" type="radio"/>
<label for="male">not agree entirely</label> <label for="fst">not agree entirely</label>
</div> </div>
<div className="answer-input"> <div className="answer-input">
<input type="radio"/> <input className="snd" type="radio"/>
<label for="male">not agree</label> <label for="snd">not agree</label>
</div> </div>
<div className="answer-input"> <div className="answer-input">
<input type="radio"/> <input className="thd" type="radio"/>
<label for="female">agree</label> <label for="thd">agree</label>
</div> </div>
<div className="answer-input"> <div className="answer-input">
<input type="radio"/> <input className="fth" type="radio"/>
<label for="other">agree entirely</label> <label for="fth">agree entirely</label>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment