forked from yangshun/autocompaste-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestionnaire-post.html
206 lines (199 loc) · 10.5 KB
/
questionnaire-post.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>CS4249 Assignment 1</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="navbar navbar-default">
<div class="container">
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Welcome</a></li>
<li><a href="questionnaire-pre.html">Pre Questionnaire</a></li>
<li><a href="instructions.html">Instructions</a></li>
<li><a href="experiment.html">Experiment</a></li>
<li class="active"><a href="questionnaire-post.html">Post Questionnaire</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Post-Experiment Questionnaire</h1>
<hr>
<p> Thank you for participating in this experiment. Before you are finished please answer the following questions.
<p>Current participant: <span class="js-pid pid"></span></p>
<form id="post-expt-form">
<div class="form-group">
<label for="q1">Question 1 - Did you encounter any difficulties in the experiment? What kind of difficulties? Try to be as detailed as possible, if no problems occured pleease answer no.</label>
<textarea class="form-control" id="q1" name="q1" placeholder="Enter response"></textarea>
</div>
<div class="form-group">
<label for="q2">Question 2 - How can the techniques you have tried be improved?.</label>
<textarea class="form-control" id="q2" name="q2" placeholder="Enter response"></textarea>
</div>
<div class="form-group">
<label for="q3">Question 3 - Which technique do you prefer?</label>
<div class="radio">
<label>
<input type="radio" name="q3" id="optionsRadios1" value="radio1">
AutoComPaste (ACP)
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q3" id="optionsRadios2" value="radio2">
Normal (Ctrl-C, Ctrl-V)
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q3" id="optionsRadios3" value="radio3">
I have no preference
</label>
</div>
</div>
<div class="form-group">
<label for="q4">Question 4 - Please grade AutoComPaste (ACP)</label>
<div class="radio">
<label>
<input type="radio" name="q4" id="optionsRadios1" value="radio1">
1 (Really bad)
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q4" id="optionsRadios2" value="radio2">
2
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q4" id="optionsRadios3" value="radio3">
3
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q4" id="optionsRadios4" value="radio4">
4
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q4" id="optionsRadios5" value="radio5">
5 (Excellent)
</label>
</div>
<div class="form-group">
<label for="q5">Question 5 - Please grade Ctrl-V Ctrl-C</label>
<div class="radio">
<label>
<input type="radio" name="q5" id="optionsRadios1" value="radio1">
1 (Really bad)
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q5" id="optionsRadios2" value="radio2">
2
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q5" id="optionsRadios3" value="radio3">
3
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q5" id="optionsRadios4" value="radio4">
4
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q5" id="optionsRadios5" value="radio5">
5 (Excellent)
</label>
</div>
</div>
<div class="form-group">
<label for="q6">Question 6 - Please choose the statement that most accurately describes your previous experience with these techniques. Read the statements carefully.</label>
<div class="radio">
<label>
<input type="radio" name="q6" id="optionsRadios1" value="radio1">
I have encountered AutoComPaste (ACP) before.
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q6" id="optionsRadios2" value="radio2">
I have encountered a similar technique to AutoComPaste (ACP) before.
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q6" id="optionsRadios3" value="radio3">
I have never encountered AutoComPaste (ACP) before.
</label>
</div>
</div>
<div class="form-group">
<label for="q7">Question 7 - Please choose the statement that most accurately describes your previous experience with these techniques. Read the statements carefully.</label>
<div class="radio">
<label>
<input type="radio" name="q7" id="optionsRadios1" value="radio1">
I have encountered Ctrl-C Ctrl-V before.
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q7" id="optionsRadios2" value="radio2">
I have encountered a similar technique to Ctrl-C Ctrl-V before.
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="q7" id="optionsRadios3" value="radio3">
I have never encountered Ctrl-C Ctrl-V before.
</label>
</div>
</div>
<button type="submit" class="btn btn-primary btn-lg">Submit</button>
</form>
</div>
</div>
</div>
<script src="js/vendor/jquery-1.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/DataStorage.js"></script>
<script src="js/ACPToolKit.js"></script>
<script src="js/main.js"></script>
<script>
$(function () {
$('#post-expt-form').submit(function (event) {
event.preventDefault();
var formResponses = $(this).serializeArray();
// Do your own form validation here.
ACPToolKit.downloadFormData(formResponses, 'post');
ACPToolKit.clearAllData();
alert('Thank you for your participation!');
});
});
</script>
</body>
</html>