Adjust shell/elisp proficiency questions

This commit is contained in:
TEC 2022-10-02 16:40:14 +08:00
parent 3581bdb3a3
commit 467111cce7
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 5 additions and 3 deletions

View File

@ -67,7 +67,8 @@ the questions you see now will not neccesarily be in the final survey.",
"I can read and understand most Elisp programmes" => "read and understand", "I can read and understand most Elisp programmes" => "read and understand",
"I can write simple functions" => "simple functions", "I can write simple functions" => "simple functions",
"Fairly proficient, I can/have written my own package" => "write package", "Fairly proficient, I can/have written my own package" => "write package",
"I maintain multiple packages" => "many packages"]), "I maintain multiple packages" => "many packages",
"I have a solid understanding of Emacs internals" => "understand internals"]),
MultiSelect(:languages, MultiSelect(:languages,
"Which languages do you program (in Emacs) in?", "Which languages do you program (in Emacs) in?",
["Assembly", "C++", "C", "C#", "Clojure", "Elixir", ["Assembly", "C++", "C", "C#", "Clojure", "Elixir",
@ -194,8 +195,9 @@ the questions you see now will not neccesarily be in the final survey.",
"How often do you use TRAMP?", "How often do you use TRAMP?",
["Frequently", "Often", "Sometimes", "Rarely", "Never"]), ["Frequently", "Often", "Sometimes", "Rarely", "Never"]),
MultiSelect(:term_package, MultiSelect(:term_package,
"Do you use a terminal emulator in Emacs?", "How do you interact with the shell in Emacs?",
["No", "eshell", "shell", "term", "ansi-term", "vterm", :other]), ["I don't" => "none", "shell-command", "shell",
"eshell", "term", "ansi-term", "vterm", :other]),
RadioSelect(:email_package, RadioSelect(:email_package,
"Do you use an Email client in Emacs?", "Do you use an Email client in Emacs?",
["No", "Gnus", "Mu4e", "notmuch", "Wanderlust", :other]), ["No", "Gnus", "Mu4e", "notmuch", "Wanderlust", :other]),