Questions: minor tweaks to wordings

This commit is contained in:
TEC 2022-10-20 01:38:30 +08:00
parent aa5ff152a3
commit cd0140c52a
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 13 additions and 13 deletions

View File

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