Questions: address minor oversights

This commit is contained in:
TEC 2022-10-17 22:47:22 +08:00
parent 0b468760fb
commit e5739b8d44
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 8 additions and 4 deletions

View File

@ -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 <i>optional</i>. 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,