diff --git a/config/survey.jl b/config/survey.jl index 3e58510..a27f76e 100644 --- a/config/survey.jl +++ b/config/survey.jl @@ -78,13 +78,16 @@ the questions you see now will not necessarily be in the final survey.", "Erlang", "Go", "HTML/CSS", "Haskell", "Javascript", "Julia", "Java", "Elisp", "Python", "PHP", "Perl", "R", "Rust", "Ruby", "Scheme", "Shell scripting" => "Shell", - "SQL", "Typescript", "Prose (writing)" => "Prose", :other])), + "SQL", "Typescript", :other]), + RadioSelect(:prose, + "Do you use Emacs for writing prose?", + ["Frequently", "Often", "Sometimes", "Rarely", "Never"])), SurveyPart("First time questions", "All of these questions are optional. Answer these if you're taking the survey for the first time.", RadioSelect(:prior_editor, "Which editor did you use before you started using Emacs?", ["None", "Vim", "VS Code", "IntelliJ", "Atom", - "Sublime Text", "Eclipse", "Nodepad++", :other], + "Sublime Text", "Eclipse", "Notepad++", :other], mandatory=false), TextArea(:emacs_strengths, "What do you think are Emacs' greatest strengths?", @@ -198,7 +201,8 @@ the questions you see now will not necessarily be in the final survey.", ["Note taking", "General document writing", "Task management", "Agenda", "Time tracking", "Personal knowledge base (PKB)" => "PKB", - "Literate programming / notebooks (babel)" => "babel"], + "Literate programming / notebooks (Babel)" => "Babel", + :other], mandatory=false), RadioSelect(:magit_usage, "How often do you use Magit?", @@ -222,7 +226,7 @@ the questions you see now will not necessarily be in the final survey.", ["No", "My framework/starter kit's default" => "framework default", "undo-tree", "undo-fu", "vundo", :other]), RadioSelect(:project_package, - "Do you use an project management package in Emacs?", + "Do you use a project management package in Emacs?", ["No", "My framework/starter kit's default" => "framework default", "project.el", "projectile", :other]), MultiSelect(:selection_package,