diff --git a/config/survey.jl b/config/survey.jl index 7e7d2aa..cc67fe6 100644 --- a/config/survey.jl +++ b/config/survey.jl @@ -237,7 +237,7 @@ This takes most people 5–15 minutes to complete.", :other])), SurveyPart("Contribution", RadioSelect(:emacs_contribution, - "Have you contributed to Emacs or a GNU ELPA package?", + "Do you contribute to Emacs or GNU ELPA packages?", ["Frequently", "Often", "Sometimes", "Rarely", "Never"]), TextArea(:emacs_contribution_feedback, "Have you got any feedback on the Emacs/GNU ELPA contribution process?" * @@ -246,7 +246,7 @@ This takes most people 5–15 minutes to complete.", validators=[wordlimit(400), charlimit(6*400)], mandatory=false), RadioSelect(:package_contribution, - "Have you contributed to an Emacs package?", + "Do you contribute to Emacs packages?", ["Frequently", "Often", "Sometimes", "Rarely", "Never"]), RadioSelect(:isa_package_maintainer, "Do you maintain any Emacs packages?", @@ -340,17 +340,17 @@ This takes most people 5–15 minutes to complete.", "%p %f and am %w a *limited* %l", "%p %f but am *not* %w a %l", "I have no preference for %f"], - "%p" => "I have a clear preference for", - "%f" => "free/libre software", - "%w" => "willing to accept", - "%l" => "lack of features or UI polish", - r"\*(.*?)\*" => s"\1") .=> - ["any comprimise", - "significant comprimise", - "moderate comprimise", - "limited comprimise", - "no comprimise", - "do not prefer"])), + "%p" => "I have a clear preference for", + "%f" => "free/libre software", + "%w" => "willing to accept", + "%l" => "lack of features or UI polish", + r"\*(.*?)\*" => s"\1" + ) .=> ["any comprimise", + "significant comprimise", + "moderate comprimise", + "limited comprimise", + "no comprimise", + "do not prefer"])), SurveyPart("Survey bookkeeping", RadioSelect(:survey_prior, "Did you respond to the 2020 Emacs survey?",