Compare commits

...

2 Commits

Author SHA1 Message Date
TEC ae6a3fd049
Questions: fix typo 2022-10-25 17:20:21 +08:00
TEC c2f29087b7
Questions: add Fortran to languages 2022-10-25 15:57:31 +08:00
1 changed files with 4 additions and 4 deletions

View File

@ -74,9 +74,9 @@ This takes most people 515 minutes to complete.",
MultiSelect(:languages,
"Which languages do you program (in Emacs) in?",
["Assembly", "C++", "C", "C#", "Clojure", "Common Lisp",
"Elisp", "Elixir", "Erlang", "Go", "HTML/CSS", "Haskell",
"Javascript", "Julia", "Java", "Python", "PHP", "Perl",
"R", "Rust", "Ruby", "Scheme", "Shell scripting" => "Shell",
"Elisp", "Elixir", "Erlang", "Fortran", "Go", "HTML/CSS",
"Haskell", "Javascript", "Julia", "Java", "Python", "PHP",
"Perl", "R", "Rust", "Ruby", "Scheme", "Shell scripting" => "Shell",
"SQL", "Typescript", :other]),
RadioSelect(:prose,
"Do you use Emacs for writing prose?",
@ -270,7 +270,7 @@ This takes most people 515 minutes to complete.",
"How old are you?",
validators = n -> if ismissing(n) # This is fine, the question is optional.
elseif n < 8
"My, you're advanced for you're age. <i>Suspiciously</i> advanced…"
"My, you're advanced for your age. <i>Suspiciously</i> advanced…"
elseif n > 99
"Congratulations on becoming a centenarian! How about you get one of your grandchildren to do this survey instead?"
end,