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])),
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 515 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 515 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"<em style=\"color: var(--primary-hover);\">\1</em>") .=>
["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"<em style=\"color: var(--primary-hover);\">\1</em>"
) .=> ["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?",