diff --git a/src/markdown.jl b/src/markdown.jl index 3bfa4e8..38fd9bc 100644 --- a/src/markdown.jl +++ b/src/markdown.jl @@ -100,7 +100,7 @@ end function emit_markdown(io::IO, x::ChoiceQuestion, lang::LOCALE) if x.multi_choice - println(io, MULTI_CHOICE[lang]) + println(io, " ", MULTI_CHOICE[lang]) else println(io) end diff --git a/surveys/JuliaSurvey.en_US.toml b/surveys/JuliaSurvey.en_US.toml index 34deb95..83fdbfd 100644 --- a/surveys/JuliaSurvey.en_US.toml +++ b/surveys/JuliaSurvey.en_US.toml @@ -139,7 +139,7 @@ translate_cols = true type = "choice" description = """ Which of the following are the TECHNICAL aspects or features you -like MOST about Julia? Please select all that apply. +like MOST about Julia? """ choices = [ "Speed, performance", @@ -168,7 +168,7 @@ translate_choices = true type = "choice" description = """ Which of the following are the NON-TECHNICAL aspects or features you -like MOST about Julia? Please select all that apply. +like MOST about Julia? """ choices = [ "Free – don't have to pay to use Julia", @@ -191,7 +191,7 @@ translate_choices = true type = "choice" description = """ Which of the following are the TECHNICAL aspects or features you -like LEAST about Julia? Please select all that apply. +like LEAST about Julia? """ choices = [ "Slow compile times - for example, it takes too long to generate the first plot", @@ -242,7 +242,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -Why did you start using Julia? Please select all that apply. +Why did you start using Julia? """ choices = [ "Julia seems like the language of the future", @@ -265,7 +265,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -Where do you interact with the Julia community? Please select all that apply. +Where do you interact with the Julia community? """ choices = [ "GitHub", @@ -290,7 +290,7 @@ translate_choices = false [[questions]] type = "choice" description = """ -Which of the following best describe your use of Julia? Please select all that apply. +Which of the following best describe your use of Julia? """ choices = [ "I use Julia for research", @@ -380,7 +380,7 @@ translate_choices = true [[questions]] type = "year" description = """ -When did you first start using Julia? ENTER YEAR (2009-2022) +When did you first start using Julia? """ upper = 2009 lower = 2023 @@ -428,7 +428,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -Which editors or IDEs do you use frequently? Please select all that apply. +Which editors or IDEs do you use frequently? """ choices = [ "VS Code", @@ -455,7 +455,7 @@ translate_choices = false [[questions]] type = "choice" description = """ -What types of AI assistance do you use frequently with Julia? Please select all that apply. +What types of AI assistance do you use frequently with Julia? """ choices = [ "GitHub Copilot", @@ -471,7 +471,7 @@ translate_choices = false [[questions]] type = "choice" description = """ -Which cloud solutions, if any, do you use together with Julia? Please select all that apply. +Which cloud solutions, if any, do you use together with Julia? """ choices = [ "Local cluster", @@ -510,7 +510,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -Have you attended or do you plan to attend JuliaCon? Please select all that apply. +Have you attended or do you plan to attend JuliaCon? """ choices = [ "2023 (Boston)", @@ -556,7 +556,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -With which operating system(s) do you use Julia most frequently? Please select all that apply. +With which operating system(s) do you use Julia most frequently? """ choices = [ "Linux/x86", @@ -578,7 +578,7 @@ translate_choices = false [[questions]] type = "choice" description = """ -Which kind of parallelism, if any, do you use together with Julia? Please select all that apply. +Which kind of parallelism, if any, do you use together with Julia? """ choices = [ "Tasks/coroutines", @@ -598,7 +598,7 @@ translate_choices = false [[questions]] type = "choice" description = """ -Which hardware accelerators, if any, do you use together with Julia? Please select all that apply. +Which hardware accelerators, if any, do you use together with Julia? """ choices = [ "Nvidia GPU (released in the last 2 years)", @@ -620,7 +620,7 @@ translate_choices = false type = "choice" description = """ What resources have you found most useful when learning Julia for the first -time or when learning how to do something in Julia? Please select all that apply. +time or when learning how to do something in Julia? """ choices = [ "Julia manual", @@ -642,7 +642,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -Which of the following do you use? Please select all that apply. +Which of the following do you use? """ choices = [ "Data science", @@ -673,7 +673,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -Which of the following best describes you? Please select all that apply. +Which of the following best describes you? """ choices = [ "Academic - student, researcher, instructor, scientist", @@ -689,7 +689,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -IF ACADEMIC: Which of the following best describes you? Please select all that apply. +IF ACADEMIC: Which of the following best describes you? """ choices = [ "Graduate student", @@ -711,7 +711,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -IF ACADEMIC: What are your primary fields of study or research? Please select all that apply. +IF ACADEMIC: What are your primary fields of study or research? """ choices = [ "Computer science", @@ -747,7 +747,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -IF PROFESSIONAL: Which of the following best describes you? Please select all that apply. +IF PROFESSIONAL: Which of the following best describes you? """ choices = [ "Engineer, developer", @@ -1275,7 +1275,7 @@ translate_countries = true [[questions]] type = "choice" description = """ -In what language(s) are you fluent? Please select all that apply. +In what language(s) are you fluent? """ choices = [ "Afrikaans", @@ -1357,7 +1357,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -Which of the following best describe your race or ethnicity? Please select all that apply. +Which of the following best describe your race or ethnicity? """ choices = [ "White, Caucasian, European", @@ -1397,7 +1397,7 @@ translate_choices = true [[questions]] type = "choice" description = """ -Do you identify as LGBTQ? +Do you identify as LGBTQIA+? """ choices = [ "Yes", diff --git a/surveys/JuliaSurvey.es_ES.toml b/surveys/JuliaSurvey.es_ES.toml index 19274e8..046e782 100644 --- a/surveys/JuliaSurvey.es_ES.toml +++ b/surveys/JuliaSurvey.es_ES.toml @@ -19,7 +19,7 @@ Co-creadores de Julia """ closing = """ -¡Gracias por completar la encuesta de usuarios y desarrolladores de Julia de 2022! +¡Gracias por completar la encuesta de usuarios y desarrolladores de Julia de 2023! Valoramos y agradecemos enormemente su participación. Ingrese su dirección de correo electrónico aquí si JuliaHub le debe contactar a Ud. para ayudarle a su empresa a tener éxito usando Julia. diff --git a/surveys/JuliaSurvey.zh_CN.toml b/surveys/JuliaSurvey.zh_CN.toml index 1869721..6e313cf 100644 --- a/surveys/JuliaSurvey.zh_CN.toml +++ b/surveys/JuliaSurvey.zh_CN.toml @@ -24,7 +24,7 @@ Julia语言创始人 """ closing = """ -感谢您完成 2022 年 Julia 用户和开发者调查!我们非常重视 +感谢您完成 2023 年 Julia 用户和开发者调查!我们非常重视 并感谢您的参与。