Minor tweaks to the 2022 survey questions

This commit is contained in:
TEC 2022-09-17 19:17:05 +08:00
parent 3127e47358
commit 2044ddbb61
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 10 additions and 5 deletions

View File

@ -21,12 +21,16 @@ the questions you see now will not neccesarily be in the final survey.",
"Oh really? 🤨"
end),
RadioSelect(:emacs_version,
"Which version/fork of Emacs do you use?",
["29 (master)" => "29",
"28", "27", "26", :other]),
"Which version of Emacs do you use?",
["29 (master/HEAD)" => "29.0",
"28.2", "28.1", "27.2", "27.1", "26.3", :other],
validators = v -> if isnothing(match(r"^\d+\.\d+$"))
"Please give the MAJOR.MINOR version number as your response"
end),
MultiSelect(:emacs_motivations_current,
"Which features keep you using Emacs?",
["Extensibility", "Package(s)", "Text editing features",
"Built-in features (dired, calc, etc.)" => "Built-in features",
"Community", "Part of the GNU project / FSF",
:other],
mandatory=false),
@ -125,11 +129,12 @@ the questions you see now will not neccesarily be in the final survey.",
["Mailing list", "Email", "GitHub", :other]),
MultiSelect(:package_help,
"Where do you ask for help using packages?",
["IRC", "Matrix", "Reddit", "My emacs framework's community" => "Framework",
["IRC", "Matrix", "Reddit", "Emacs StackExchange",
"My emacs framework's community" => "Framework",
"GitHub", "Mailing lists", "Email the maintainer(s)" => "Email", "Discord",
:other]),
MultiSelect(:package_contibutions,
"What contributions to you make to packages you use?",
"What contributions do you make to packages you use?",
["Issues", "Code (feqtures)", "Code (bugfixes)", "Documentation", "Advocacy"],
mandatory=false),
RadioSelect(:package_contibution_frequency,