resets survey on submit
This commit is contained in:
parent
5005a3c118
commit
b90d24396d
11 changed files with 11 additions and 11 deletions
|
@ -1 +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}]
|
||||
[{"comments":"asdfa","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":"a@g.com","count":1}]
|
||||
[{"email":"ruchir@gmail.com","count":1}]
|
|
@ -1 +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}]
|
||||
[{"firstName":"Ruchira","count":1}]
|
|
@ -1 +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}]
|
||||
[{"lastName":"Perera","count":1}]
|
|
@ -1 +1 @@
|
|||
[{"question1":"yes","count":3},{"question1":"no","count":4}]
|
||||
[{"question1":"yes","count":1}]
|
|
@ -1 +1 @@
|
|||
[{"question2":"Old UI","count":4},{"question2":"New UI","count":3}]
|
||||
[{"question2":"New UI","count":1}]
|
|
@ -1 +1 @@
|
|||
[{"question3":"on","count":7}]
|
||||
[{"question3":"on","count":1}]
|
|
@ -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 ","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}]
|
||||
[{"question4":["Position of messages on the screen is consistent ","System always informs about the progress of the task "],"count":1}]
|
|
@ -1 +1 @@
|
|||
[{"question5":"on","count":7}]
|
||||
[{"question5":"on","count":1}]
|
|
@ -1 +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}]
|
||||
[{"question6":"asdfasa","count":1}]
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
<!-- the content of the form -->
|
||||
<!-- action="index.html" method="post" -->
|
||||
<form class="surveryForm">
|
||||
<form class="surveryForm" onsubmit="setTimeout(function(){window.location.reload();},10);">
|
||||
<!-- User Information -->
|
||||
<div class="userInfo">
|
||||
<h2>User Information</h2>
|
||||
|
|
Loading…
Reference in a new issue