Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #20 #21

Merged
merged 5 commits into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/markdown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
46 changes: 23 additions & 23 deletions surveys/JuliaSurvey.en_US.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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)",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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)",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1397,7 +1397,7 @@ translate_choices = true
[[questions]]
type = "choice"
description = """
Do you identify as LGBTQ?
Do you identify as LGBTQIA+?
"""
choices = [
"Yes",
Expand Down
2 changes: 1 addition & 1 deletion surveys/JuliaSurvey.es_ES.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion surveys/JuliaSurvey.zh_CN.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Julia语言创始人
"""

closing = """
感谢您完成 2022 年 Julia 用户和开发者调查!我们非常重视
感谢您完成 2023 年 Julia 用户和开发者调查!我们非常重视
并感谢您的参与。


Expand Down