From 467111cce73d3c62f4a15cf4628bc9844151904b Mon Sep 17 00:00:00 2001 From: TEC Date: Sun, 2 Oct 2022 16:40:14 +0800 Subject: [PATCH] Adjust shell/elisp proficiency questions --- config/survey.jl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/survey.jl b/config/survey.jl index bcc3460..92f27be 100644 --- a/config/survey.jl +++ b/config/survey.jl @@ -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 write simple functions" => "simple functions", "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, "Which languages do you program (in Emacs) in?", ["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?", ["Frequently", "Often", "Sometimes", "Rarely", "Never"]), MultiSelect(:term_package, - "Do you use a terminal emulator in Emacs?", - ["No", "eshell", "shell", "term", "ansi-term", "vterm", :other]), + "How do you interact with the shell in Emacs?", + ["I don't" => "none", "shell-command", "shell", + "eshell", "term", "ansi-term", "vterm", :other]), RadioSelect(:email_package, "Do you use an Email client in Emacs?", ["No", "Gnus", "Mu4e", "notmuch", "Wanderlust", :other]),