changed question wording

This commit is contained in:
ruchi 2021-03-14 18:07:00 -04:00
parent 2ed365313c
commit d3158d6a64

View file

@ -134,7 +134,7 @@
<div class="row questions"> <div class="row questions">
<!-- Question 5--> <!-- Question 5-->
<div class="col-6"> <div class="col-6">
<label id="radio"><span>5.</span> In which section of facebook does the user interface look most awful?</label><br> <label id="radio"><span>5.</span> What is your least favorite section of the Facebook interface?</label><br>
<input type="radio" name="question5"> Photos<br> <input type="radio" name="question5"> Photos<br>
<input type="radio" name="question5"> News<br> <input type="radio" name="question5"> News<br>
<input type="radio" name="question5"> Messaging<br> <input type="radio" name="question5"> Messaging<br>
@ -149,7 +149,7 @@
<hr> <hr>
<!-- feeback section --> <!-- feeback section -->
<div class="commentBox"> <div class="commentBox">
<label for="exampleFormControlTextarea1">Please write down your comments</label> <label for="exampleFormControlTextarea1">Please write any further comments or suggestions</label>
<textarea class="form-control" name="comments" id="exampleFormControlTextarea1" rows="8"></textarea> <textarea class="form-control" name="comments" id="exampleFormControlTextarea1" rows="8"></textarea>
</div> </div>