Updated the survey questions.
This commit is contained in:
parent
b40c29cced
commit
f59686eae0
2 changed files with 21 additions and 22 deletions
1
.vscode/settings.json
vendored
Normal file
1
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
123,125
|
42
index.html
42
index.html
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
|
|
||||||
<section class="survey_body">
|
<section class="survey_body">
|
||||||
<p style="font-size:150%;">Give us your opinion about <a href="https://www.facebook.com/">Facebook</a></p>
|
<p style="font-size:150%;">Give us your opinion about <a href="https://www.facebook.com/">Facebook</a> user interface</p>
|
||||||
<form>
|
<form>
|
||||||
|
|
||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<div class="two">
|
<div class="two">
|
||||||
<form>
|
<form>
|
||||||
<label id="radio">Did you enjoy your experience using Facebook?</label>
|
<label id="radio">Do you use the Facebook user interface often?</label>
|
||||||
<br>
|
<br>
|
||||||
<div style="margin-right: 4px;">
|
<div style="margin-right: 4px;">
|
||||||
<input type="radio" value="yes" name="enjoy">
|
<input type="radio" value="yes" name="enjoy">
|
||||||
|
@ -62,17 +62,15 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<label>What web browser are you using the Facebook with?</label>
|
<label>Which Facebook user interface do you prefer?</label>
|
||||||
<div style="margin-left: 22px;">
|
<div style="margin-left: 22px;">
|
||||||
<form action="/action_page.php" method="get">
|
<form action="/action_page.php" method="get">
|
||||||
<label for="browser"></label>
|
<label for="browser"></label>
|
||||||
<input list="browsers" name="browser" id="browser">
|
<input list="browsers" name="browser" id="browser">
|
||||||
<datalist id="browsers">
|
<datalist id="browsers">
|
||||||
<option value="Edge">
|
<option value="Old UI">
|
||||||
<option value="Firefox">
|
<option value="New UI">
|
||||||
<option value="Chrome">
|
<option value="No Preference">
|
||||||
<option value="Opera">
|
|
||||||
<option value="Safari">
|
|
||||||
</datalist>
|
</datalist>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -80,24 +78,24 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-control">
|
<div class="btn-control">
|
||||||
<label id="radio">How many number of times a day do you check Facebook?</label><br>
|
<label id="radio">How difficult is reading characters on the screen?</label><br>
|
||||||
<input type="radio" name="Times ">0 times<br>
|
<input type="radio" name="Times ">Very Hard<br>
|
||||||
<input type="radio" name="Times ">1-2 times<br>
|
<input type="radio" name="Times ">Somewhat hard<br>
|
||||||
<input type="radio" name="Times ">3-4 times<br>
|
<input type="radio" name="Times ">Somewhat easy<br>
|
||||||
<input type="radio" name="Times ">5 times or more<br>
|
<input type="radio" name="Times ">Very easy<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-control">
|
<div class="btn-control">
|
||||||
<label id="checkbox;">What does Facebook do better than its competitors?</label><br>
|
<label id="checkbox;">Please state your level of agreement for the following:</label><br>
|
||||||
<input type="checkbox" value="">Recommending Friends</input><br>
|
<input type="checkbox" value="">Use of terms throughout the system is consistent</input><br>
|
||||||
<input type="checkbox" value="">User Feed</input><br>
|
<input type="checkbox" value="">Position of messages on the screen is consistent</input><br>
|
||||||
<input type="checkbox" value="">Advertisements</input><br>
|
<input type="checkbox" value="">Prompts for inputs are clear</input><br>
|
||||||
<input type="checkbox" value="">Usability</input><br>
|
<input type="checkbox" value="">System always informs about the progress of the task</input><br>
|
||||||
<input type="checkbox" value="">Nothing</input>
|
<input type="checkbox" value="">Error messages are helpful</input>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-control">
|
<div class="btn-control">
|
||||||
<label id="radio">What do you use Facebook for?</label><br>
|
<label id="radio">In which section of facebook does the user interface look most awful?</label><br>
|
||||||
<input type="radio" name="Times ">Photos<br>
|
<input type="radio" name="Times ">Photos<br>
|
||||||
<input type="radio" name="Times ">News<br>
|
<input type="radio" name="Times ">News<br>
|
||||||
<input type="radio" name="Times ">Messaging<br>
|
<input type="radio" name="Times ">Messaging<br>
|
||||||
|
@ -105,8 +103,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-control">
|
<div class="btn-control">
|
||||||
<label id="radio">How did you learn about Facebook?</label><br>
|
<label id="radio">Is there a problem in UI that bothers you?</label><br>
|
||||||
<input type="text" placeholder="Enter the name of your source" size="37">
|
<input type="text" placeholder="Enter the name of your source" size="43">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue