modification for user interface of the survey
This commit is contained in:
parent
0ffd256672
commit
5005a3c118
12 changed files with 208 additions and 175 deletions
|
@ -1,13 +1 @@
|
|||
[{
|
||||
"comments": "Hey",
|
||||
"count": 1
|
||||
}, {
|
||||
"comments": "ssdfg",
|
||||
"count": 1
|
||||
}, {
|
||||
"comments": "sacdasdasdx",
|
||||
"count": 1
|
||||
}, {
|
||||
"comments": "nfgn",
|
||||
"count": 1
|
||||
}]
|
||||
[{"comments":"Hey","count":1},{"comments":"ssdfg","count":1},{"comments":"sacdasdasdx","count":1},{"comments":"nfgn","count":1},{"comments":"cvvcvvc","count":1},{"comments":"dgfffgdfgd","count":1},{"comments":"dvssdvvdvddsvvsvsdvvdvdsvdsvsdl mksdvjnbijovnvsapslvib9vuodbfaviuovlvboaidslvbdlvabdsvvoulvgovdbvuvavovbbvdebvdvivvv","count":1}]
|
|
@ -1 +1 @@
|
|||
[{ "email": "bbaso079@uottawa.ca", "count": 1 }, { "email": "ruchirawperera@gmail.com", "count": 1 }, { "email": "fsdfsd", "count": 1 }, { "email": "dgfbb", "count": 1 }]
|
||||
[{"email":"bbaso079@uottawa.ca","count":1},{"email":"ruchirawperera@gmail.com","count":1},{"email":"fsdfsd","count":1},{"email":"dgfbb","count":1},{"email":"a@g.com","count":1}]
|
|
@ -1,13 +1 @@
|
|||
[{
|
||||
"firstName": "Batuhan",
|
||||
"count": 1
|
||||
}, {
|
||||
"firstName": "Ruchira",
|
||||
"count": 1
|
||||
}, {
|
||||
"firstName": "dzsfvs",
|
||||
"count": 1
|
||||
}, {
|
||||
"firstName": "xff",
|
||||
"count": 1
|
||||
}]
|
||||
[{"firstName":"Batuhan","count":1},{"firstName":"Ruchira","count":1},{"firstName":"dzsfvs","count":1},{"firstName":"xff","count":1},{"firstname":["vvcv","cvv"],"count":1},{"firstname":["dfdgfgdf","dwa@g.com"],"count":1},{"firstName":"cddvdvd","count":1}]
|
|
@ -1 +1 @@
|
|||
[{"lastName":"Basoglu","count":1},{"lastName":"Perera","count":1},{"lastName":"asdasd","count":1},{"lastName":"dthbh","count":1}]
|
||||
[{"lastName":"Basoglu","count":1},{"lastName":"Perera","count":1},{"lastName":"asdasd","count":1},{"lastName":"dthbh","count":1},{"lastname":"vcvc","count":1},{"lastname":"gdgfdfggf","count":1},{"lastName":"sddsdsds","count":1}]
|
|
@ -1 +1 @@
|
|||
[{"question1":"yes","count":2},{"question1":"no","count":2}]
|
||||
[{"question1":"yes","count":3},{"question1":"no","count":4}]
|
|
@ -1 +1 @@
|
|||
[{"question2":"Old UI","count":3},{"question2":"New UI","count":1}]
|
||||
[{"question2":"Old UI","count":4},{"question2":"New UI","count":3}]
|
|
@ -1 +1 @@
|
|||
[{"question3":"on","count":4}]
|
||||
[{"question3":"on","count":7}]
|
|
@ -1 +1 @@
|
|||
[{"question4":["Position of messages on the screen is consistent","Prompts for inputs are clear","System always informs about the progress of the task"],"count":1},{"question4":["Position of messages on the screen is consistent ","Prompts for inputs are clear "],"count":1},{"question4":["Position of messages on the screen is consistent ","Prompts for inputs are clear "],"count":1},{"question4":["Prompts for inputs are clear ","System always informs about the progress of the task "],"count":1}]
|
||||
[{"question4":["Position of messages on the screen is consistent","Prompts for inputs are clear","System always informs about the progress of the task"],"count":1},{"question4":["Position of messages on the screen is consistent ","Prompts for inputs are clear "],"count":1},{"question4":["Position of messages on the screen is consistent ","Prompts for inputs are clear "],"count":1},{"question4":["Prompts for inputs are clear ","System always informs about the progress of the task "],"count":1},{"question4":"Position of messages on the screen is consistent ","count":1},{"question4":["Prompts for inputs are clear ","System always informs about the progress of the task "],"count":1},{"question4":["Use of terms throughout the system is consistent ","Position of messages on the screen is consistent ","Prompts for inputs are clear "],"count":1}]
|
|
@ -1 +1 @@
|
|||
[{"question5":"on","count":4}]
|
||||
[{"question5":"on","count":7}]
|
|
@ -1 +1 @@
|
|||
[{"question6":"yahoo","count":1},{"question6":"kl","count":1},{"question6":"asdasd","count":1},{"question6":"dbgnf","count":1}]
|
||||
[{"question6":"yahoo","count":1},{"question6":"kl","count":1},{"question6":"asdasd","count":1},{"question6":"dbgnf","count":1},{"question6":"vcvvc","count":1},{"question6":"dfbbdbfb","count":1},{"question6":"wcvvvsvdvsdvdvds","count":1}]
|
|
@ -1,24 +1,29 @@
|
|||
body {
|
||||
background-color: #9caf49;
|
||||
text-align: center;
|
||||
/* background-image: url("images/bg3.jpg"); */
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: "Helvetica ", sans-serif;
|
||||
font-size: 40px;
|
||||
font-size: 3rem;
|
||||
color: rgb(45, 43, 170);
|
||||
}
|
||||
h2{
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size : 1rem;
|
||||
}
|
||||
|
||||
.browser {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.survey_body {
|
||||
background-color: #53dfe4;
|
||||
margin: 20px;
|
||||
/* background-color: #53dfe4; */
|
||||
/* margin: 20px;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
padding-bottom: 40px; */
|
||||
}
|
||||
|
||||
.form-control-1 {
|
||||
|
@ -62,7 +67,7 @@ h1 {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
.footer {
|
||||
/* .footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
|
@ -71,7 +76,7 @@ h1 {
|
|||
background-color: rgb(87, 139, 216);
|
||||
color: rgb(255, 255, 255);
|
||||
text-align: center;
|
||||
}
|
||||
} */
|
||||
|
||||
.button {
|
||||
background-color: rgb(87, 139, 216);
|
||||
|
@ -90,3 +95,40 @@ h1 {
|
|||
.btnClass {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Shared classes */
|
||||
.questions{
|
||||
margin: 4% 3%;
|
||||
}
|
||||
|
||||
|
||||
/* Title section */
|
||||
#title {
|
||||
background-color: #F4C983;
|
||||
padding : 3% 7%;
|
||||
}
|
||||
/* Form Section */
|
||||
#form {
|
||||
padding: 3% 7%;
|
||||
text-align: center;
|
||||
/* background-color: #5B6D5B; */
|
||||
/* #F4C983; */
|
||||
}
|
||||
.SurveyIntro{
|
||||
margin: 3%;
|
||||
}
|
||||
.userInfo{
|
||||
margin: 2.5%;
|
||||
}
|
||||
|
||||
.surveryForm {
|
||||
/* #DDDDDD; */
|
||||
/* background-color: #5B6D5B; */
|
||||
}
|
||||
|
||||
/* Footer section */
|
||||
#footer {
|
||||
padding: 3% 4%;
|
||||
background-color: #F4C983;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
145
views/index.html
145
views/index.html
|
@ -19,6 +19,8 @@
|
|||
|
||||
<body>
|
||||
<!-- The Nav section for the survey title---->
|
||||
<section id="title">
|
||||
<div class="container-fluid">
|
||||
<navbar>
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
|
@ -30,54 +32,73 @@
|
|||
<p style="font-size:150%;">Give us your opinion about <a href="https://www.facebook.com/">Facebook</a> user interface</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</navbar>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="survey_body">
|
||||
|
||||
<!-- the form section for the survey -->
|
||||
<section id="form">
|
||||
<div class="container-fluid">
|
||||
<!-- The form header -->
|
||||
<div class="SurveyIntro">
|
||||
<h2>Facebook Evaluation Form</h2>
|
||||
<p>Please let us about your thoughts/experience with facebook user interface.</p>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<!-- the content of the form -->
|
||||
<!-- action="index.html" method="post" -->
|
||||
<form class="surveryForm">
|
||||
<!-- User Information -->
|
||||
<div class="userInfo">
|
||||
<h2>User Information</h2>
|
||||
<p>Please provide your information before filling the survey</p>
|
||||
</div>
|
||||
<!-- the text box for the user filling the form -->
|
||||
<div class="form-group">
|
||||
<div class="row">
|
||||
<div class="col-2">
|
||||
<div class="col-6">
|
||||
<label for="fnameLabel">First Name</label>
|
||||
<input type="text" id="fname" name="firstName" placeholder="First Name" required>
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<form>
|
||||
<div class="form-control-1">
|
||||
<label id="name-label">First Name:</label>
|
||||
<input type="text" name="firstName" placeholder="Enter the First Name" required>
|
||||
<div class="col-6">
|
||||
<label for="lnameLabel">Last Name</label>
|
||||
<input type="text" id="lname" name="lastName" placeholder="Last Name" required>
|
||||
</div>
|
||||
<div class="form-control-1">
|
||||
<label id="name-label">Last Name:</label>
|
||||
<input type="text" name="lastName" placeholder="Enter the Last Name" required>
|
||||
</div>
|
||||
<div class="form-control-1">
|
||||
<label id="name-label">E-mail:</label>
|
||||
<input type="text" name="email" placeholder="Enter the Email" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="row">
|
||||
<!-- style="float: right;" -->
|
||||
<div class="col-6">
|
||||
<label for="emailLabel">Email</label>
|
||||
<input type="text" id="email" name="email" placeholder="Email" required>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<!-- Questions in the form -->
|
||||
<!-- Quetion 1 and 2 -->
|
||||
<div class="row questions">
|
||||
<!-- Question 1 -->
|
||||
<div class="col-6">
|
||||
<label for="" id="radio"><span>1.</span> Do you use the Facebook user interface often?</label>
|
||||
<br>
|
||||
|
||||
<div id="questions">
|
||||
<div class="two">
|
||||
<form>
|
||||
<label id="radio">Do you use the Facebook user interface often?</label>
|
||||
<br>
|
||||
<div style="margin-right: 4px;">
|
||||
<input type="radio" name="question1" value="yes" name="enjoy">
|
||||
<!-- style="margin-right: 4px;" -->
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<input type="radio" name="question1" value="yes">
|
||||
<label for="yes">Yes</label>
|
||||
<input type="radio" name="question1" value="no" name="enjoy">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<input type="radio" name="question1" value="no">
|
||||
<label for="no">No</label>
|
||||
</div>
|
||||
</form>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<label>Which Facebook user interface do you prefer?</label>
|
||||
</div>
|
||||
<!-- Question 2 -->
|
||||
<div class="col-6">
|
||||
<label><span>2.</span> Which Facebook user interface do you prefer?</label>
|
||||
<div style="margin-left: 22px;">
|
||||
<select name="question2">
|
||||
<option value="" selected=""> Select an Option</option>
|
||||
|
@ -86,70 +107,64 @@
|
|||
<option value="No Preference"> No Preference</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="btn-control">
|
||||
<label id="radio">How difficult is reading characters on the screen?</label><br>
|
||||
</div>
|
||||
<!-- Question3 and 4 -->
|
||||
<div class="row questions">
|
||||
<!-- Question 3-->
|
||||
<div class="col-6">
|
||||
<label id="radio"><span>3.</span> How difficult is reading characters on the screen?</label><br>
|
||||
<input type="radio" name="question3"> Very Hard<br>
|
||||
<input type="radio" name="question3"> Somewhat hard<br>
|
||||
<input type="radio" name="question3"> Somewhat easy<br>
|
||||
<input type="radio" name="question3"> Very easy<br>
|
||||
</div>
|
||||
|
||||
<div class="btn-control">
|
||||
<label id="checkbox;">Please state your level of agreement for the following:</label><br>
|
||||
<!-- Question 4 -->
|
||||
<div class="col-6">
|
||||
<label id="checkbox;"><span>4.</span> Please state your level of agreement for the following:</label><br>
|
||||
<input type="checkbox" name="question4" value="Use of terms throughout the system is consistent "> Use of terms throughout the system is consistent</input><br>
|
||||
<input type="checkbox" name="question4" value="Position of messages on the screen is consistent "> Position of messages on the screen is consistent</input><br>
|
||||
<input type="checkbox" name="question4" value="Prompts for inputs are clear "> Prompts for inputs are clear</input><br>
|
||||
<input type="checkbox" name="question4" value="System always informs about the progress of the task "> System always informs about the progress of the task</input><br>
|
||||
<input type="checkbox" name="question4" value="Error messages are helpful "> Error messages are helpful</input>
|
||||
</div>
|
||||
|
||||
<div class="btn-control">
|
||||
<label id="radio">In which section of facebook does the user interface look most awful?</label><br>
|
||||
</div>
|
||||
<!-- Question 5 and 6 -->
|
||||
<div class="row questions">
|
||||
<!-- Question 5-->
|
||||
<div class="col-6">
|
||||
<label id="radio"><span>5.</span> In which section of facebook does the user interface look most awful?</label><br>
|
||||
<input type="radio" name="question5"> Photos<br>
|
||||
<input type="radio" name="question5"> News<br>
|
||||
<input type="radio" name="question5"> Messaging<br>
|
||||
<input type="radio" name="question5"> Games<br>
|
||||
</div>
|
||||
|
||||
<div class="btn-control">
|
||||
<label id="radio">Is there a problem in UI that bothers you?</label><br>
|
||||
<!-- Question 6 -->
|
||||
<div class="col-6">
|
||||
<label id="radio"><span>6.</span> Is there a problem in UI that bothers you?</label><br>
|
||||
<input type="text" name="question6" placeholder="Enter the name of your problem" size="43">
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<div class="texto">
|
||||
<p style="font-size:120%;">Please enter your comments here:
|
||||
<p>
|
||||
<textarea rows="10" cols="100" maxlength="3000" name="comments" placeholder="Enter your text...."></textarea>
|
||||
</div>
|
||||
<!-- feeback section -->
|
||||
<!-- texto -->
|
||||
<div class="questions">
|
||||
<p style="font-size:120%;">Please write down your comments</p>
|
||||
<textarea rows="10" cols="100" maxlength="3000" name="comments" placeholder=""></textarea>
|
||||
</div>
|
||||
|
||||
<!-- Submit button -->
|
||||
<div class="btnClass">
|
||||
<button type="submit" class="button" id="bb">Submit</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<div class="col-2">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<footer id="footer">
|
||||
<p>Website created by Ruchira, Sam, Batuhan, and Kene</p>
|
||||
</footer>
|
||||
<!--<div class="footer">
|
||||
|
||||
</div>
|
||||
|
||||
</div>-->
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue