-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpresurvey.txt
83 lines (64 loc) · 2.55 KB
/
presurvey.txt
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
--- Who Are You? ---
Where are you from? [ Freeform text ]
Where do you live and work now? [ Freeform text ]
Gender: M/F/Unspecified [ Multiple choice ]
Age: #/Unspecified [ Numeric entry or multiple choice (by 5 year ranges) ]
--- What Do You Do? ---
What's your educational background?
* Highest degree [ Multiple choice: High school diploma / 2-year e.g. associates' degree / 4-year e.g. bachelors' degree / Graduate e.g. masters' degree / Doctorate e.g. PhD ]
* Educational field or major [ Multiple choice: Petroleum engineering / Geology, geoscience, or geophysics / Computer science or information systems / Other engineering degree / Other science or math field / Other ]
What's your current title or professional discipline? [ Freeform text ]
Who do you work for? [ Freeform text ]
Do you write programs as part of your work? [ Yes / No ]
Do you automate Excel (e.g. with VBA) as part of your work? [ Yes / No ]
How do you use Excel or other spreadsheets in your work? [ Checkboxes or multi-selection list ]
* Data storage (i.e. as an ad-hoc database)
* Data visualization (graphing, charting)
* Data manipulation (fixing bad data, joining data from multiple sources, calculating new data from old)
* Statistical analysis (linear regressions, statistical testing, etc.)
* Application platform (complex macro-enabled workflows with multiple users)
--- What Do You Know? ---
Have you programmed before? [ Yes / No ]
For how long? [ Numeric entry or freeform text ]
In what languages? [ Checkboxes or multi-selection list ]
* Assembly
* C
* C++
* C#
* Excel formulas
* Fortran
* Haskell
* Java
* Javascript
* Lisp
* MATLAB
* ML, F#, or OCaml
* Objective-C
* Perl
* Python
* R
* Ruby
* Visual Basic
* Other [ Freeform text ]
What languages do you know "well"? [ Checkboxes or multi-selection list ]
* Assembly
* C
* C++
* C#
* Excel formulas
* Fortran
* Haskell
* Java
* Javascript
* Lisp
* MATLAB
* ML, F#, or OCaml
* Objective-C
* Perl
* Python
* R
* Ruby
* Visual Basic
* Other [ Freeform text ]
How large is the largest program you've ever worked on, roughly, in lines of source code? [ Multiple choice: 0 (NA) / 10 lines / 100 lines / 1000 lines / 10000 lines / 100000 lines / 1000000+ lines ]
(If you'd like) write me a "hello world", "fizz buzz", or some other interesting tiny program in your favorite language: [ Freeform text, multi-line entry --- the sort of input you'd have for a short essay ]