-
Notifications
You must be signed in to change notification settings - Fork 1
/
meeting.html
197 lines (96 loc) · 2.59 KB
/
meeting.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
<div class="ss-form-container">
<div class="ss-form-heading">
# April 2013 GMOD Meeting Assessment
------------------------------------------------------------------------
<div class="ss-required-asterisk">
\* Required
</div>
</div>
<div class="ss-form">
<div class="ss-item ss-grid">
<div class="ss-form-entry">
Please rate these aspects of the meeting.
<div class="errorbox-component errorbox-good">
</div>
</div>
</div>
</div>
</div>
1 (not at all)
2
3 (average)
4
5 (exceptional)
<div class="errorbox-good">
How interesting or useful was the meeting?
</div>
<div class="errorbox-good">
How well run and organized was the meeting?
</div>
<div class="errorbox-good">
<div class="ss-item ss-item-required ss-paragraph-text">
<div class="ss-form-entry">
Which presentations were the most useful or interesting?
<span class="ss-required-asterisk">\*</span>
</div>
</div>
</div>
<div class="errorbox-good">
<div class="ss-item ss-paragraph-text">
<div class="ss-form-entry">
Were any presentations uninteresting or unsuitable for the meeting?
</div>
</div>
</div>
<div class="errorbox-good">
<div class="ss-item ss-paragraph-text">
<div class="ss-form-entry">
Did the content and style of the meeting meet (or exceed) your
expectations?
</div>
</div>
</div>
<div class="errorbox-good">
<div class="ss-item ss-paragraph-text">
<div class="ss-form-entry">
Do you have any suggestions for improving future meetings?
</div>
</div>
</div>
<div class="errorbox-good">
<div class="ss-item ss-item-required ss-radio">
<div class="ss-form-entry">
Would you recommend GMOD meetings to others?
<span class="ss-required-asterisk">\*</span>
- Yes
- Maybe
- No
</div>
</div>
</div>
<div class="errorbox-good">
<div class="ss-item ss-paragraph-text">
<div class="ss-form-entry">
Any other comments?
</div>
</div>
</div>
<div class="ss-item ss-navigate">
<div class="ss-form-entry">
<div class="password-warning">
Never submit passwords through Google Forms.
</div>
</div>
</div>
<div class="ss-footer">
<div class="ss-attribution">
</div>
<div class="ss-legal">
<span class="ss-powered-by">Powered by [Google
Docs](http://docs.google.com)</span>
<span class="ss-terms"><span class="small">[Report
Abuse](https://docs.google.com/spreadsheet/reportabuse?formkey=dG9zbDlXR25tNlg3ZEtxZHJwc205amc6MQ&source=https://docs.google.com/a/gmod.org/spreadsheet/viewform?formkey%3DdG9zbDlXR25tNlg3ZEtxZHJwc205amc6MQ) -
[Terms of Service](http://www.google.com/accounts/TOS) - [Additional
Terms](http://www.google.com/google-d-s/terms.html)</span></span>
</div>
</div>