Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
nayeon212 commited on
Commit
605bdce
1 Parent(s): bba3558

ADD: Data & Code

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +137 -3
  3. data/annotations/Algeria_data.json +0 -0
  4. data/annotations/Assam_data.json +0 -0
  5. data/annotations/Azerbaijan_data.json +0 -0
  6. data/annotations/China_data.json +0 -0
  7. data/annotations/Ethiopia_data.json +0 -0
  8. data/annotations/Greece_data.json +0 -0
  9. data/annotations/Indonesia_data.json +0 -0
  10. data/annotations/Iran_data.json +0 -0
  11. data/annotations/Mexico_data.json +0 -0
  12. data/annotations/North_Korea_data.json +0 -0
  13. data/annotations/Northern_Nigeria_data.json +0 -0
  14. data/annotations/South_Korea_data.json +0 -0
  15. data/annotations/Spain_data.json +0 -0
  16. data/annotations/UK_data.json +0 -0
  17. data/annotations/US_data.json +0 -0
  18. data/annotations/West_Java_data.json +0 -0
  19. data/prompts/Algeria_prompts.csv +60 -0
  20. data/prompts/Assam_prompts.csv +25 -0
  21. data/prompts/Azerbaijan_prompts.csv +25 -0
  22. data/prompts/China_prompts.csv +61 -0
  23. data/prompts/Ethiopia_prompts.csv +30 -0
  24. data/prompts/Greece_prompts.csv +35 -0
  25. data/prompts/Indonesia_prompts.csv +61 -0
  26. data/prompts/Iran_prompts.csv +61 -0
  27. data/prompts/Mexico_prompts.csv +61 -0
  28. data/prompts/North_Korea_prompts.csv +25 -0
  29. data/prompts/Northern_Nigeria_prompts.csv +25 -0
  30. data/prompts/South_Korea_prompts.csv +61 -0
  31. data/prompts/Spain_prompts.csv +61 -0
  32. data/prompts/UK_prompts.csv +61 -0
  33. data/prompts/US_prompts.csv +61 -0
  34. data/prompts/West_Java_prompts.csv +25 -0
  35. data/questions/Algeria_questions.csv +0 -0
  36. data/questions/Assam_questions.csv +0 -0
  37. data/questions/Azerbaijan_questions.csv +0 -0
  38. data/questions/China_questions.csv +501 -0
  39. data/questions/Ethiopia_questions.csv +0 -0
  40. data/questions/Greece_questions.csv +0 -0
  41. data/questions/Indonesia_questions.csv +501 -0
  42. data/questions/Iran_questions.csv +0 -0
  43. data/questions/Mexico_questions.csv +0 -0
  44. data/questions/North_Korea_questions.csv +0 -0
  45. data/questions/Northern_Nigeria_questions.csv +0 -0
  46. data/questions/South_Korea_questions.csv +0 -0
  47. data/questions/Spain_questions.csv +0 -0
  48. data/questions/UK_questions.csv +501 -0
  49. data/questions/US_questions.csv +501 -0
  50. data/questions/West_Java_questions.csv +501 -0
.gitattributes CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ evaluation/mc_data/mc_questions_file.csv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,137 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # BLEnD
2
+
3
+ This is the official repository of **BLEnD: A Benchmark for LLMs on Everyday Knowledge in Diverse Cultures and Languages** (Submitted to NeurIPS 2024 Datasets and Benchmarks Track).
4
+
5
+ ## About
6
+ ![BLEnD Construction & LLM Evaluation Framework](main_figure.png)
7
+
8
+ Large language models (LLMs) often lack culture-specific everyday knowledge, especially across diverse regions and non-English languages. Existing benchmarks for evaluating LLMs' cultural sensitivities are usually limited to a single language or online sources like Wikipedia, which may not reflect the daily habits, customs, and lifestyles of different regions. That is, information about the food people eat for their birthday celebrations, spices they typically use, musical instruments youngsters play, or the sports they practice in school is not always explicitly written online.
9
+ To address this issue, we introduce **BLEnD**, a hand-crafted benchmark designed to evaluate LLMs' everyday knowledge across diverse cultures and languages.
10
+ The benchmark comprises 52.6k question-answer pairs from 16 countries/regions, in 13 different languages, including low-resource ones such as Amharic, Assamese, Azerbaijani, Hausa, and Sundanese.
11
+ We evaluate LLMs in two formats: short-answer questions, and multiple-choice questions.
12
+ We show that LLMs perform better in cultures that are more present online, with a maximum 57.34% difference in GPT-4, the best-performing model, in the short-answer format.
13
+ Furthermore, we find that LLMs perform better in their local languages for mid-to-high-resource languages. Interestingly, for languages deemed to be low-resource, LLMs provide better answers in English.
14
+
15
+ ## Dataset
16
+ All the data samples for short-answer questions, including the human-annotated answers, can be found in the `data/` directory.
17
+ Specifically, the annotations from each country are included in the `data/annotations/` directory, with the file names as `{country/region}_data.json`. Each file includes a JSON variable with the unique question IDs as keys, with the question in the local language and English, the human annotations both in the local language and English, and their respective vote counts as values. The same dataset for South Korea is shown below:
18
+ ```JSON
19
+ "Al-en-06": {
20
+ "question": "대한민국 학교 급식에서 흔히 볼 수 있는 음식은 무엇인가요?",
21
+ "en_question": "What is a common school cafeteria food in your country?",
22
+ "annotations": [
23
+ {
24
+ "answers": [
25
+ "김치"
26
+ ],
27
+ "en_answers": [
28
+ "kimchi"
29
+ ],
30
+ "count": 4
31
+ },
32
+ {
33
+ "answers": [
34
+ "밥",
35
+ "쌀밥",
36
+ "쌀"
37
+ ],
38
+ "en_answers": [
39
+ "rice"
40
+ ],
41
+ "count": 3
42
+ },
43
+ ...
44
+ ],
45
+ "idks": {
46
+ "idk": 0,
47
+ "no-answer": 0,
48
+ "not-applicable": 0
49
+ }
50
+ },
51
+ ```
52
+ We also include the prompts that we used for LLM evaluation in both local languages and English in the data/prompts/ directory. Each file is named `{country/region}_prompts.csv`. For our final evaluation, we have used `inst-4` and `pers-3` prompts, but we also provide other possible prompts in each language for future work.
53
+
54
+ The topics and source language for each question can be found in the `data/questions/` directory. Each file is named `{country/region}_questions.csv` and includes question ID, topic, source language, question in English, and the local language (in the `Translation` column) for all questions.
55
+
56
+ ## Evaluation Codes
57
+ ### Requirements
58
+ We recommend using Python version $\ge$ 3.10.
59
+ ```
60
+ pip install -r requirements.txt
61
+ ```
62
+ For proper lemmatization of all languages for LLM evaluation, the following packages and GitHub repositories are required. Copy & paste and run the following lines.
63
+ ```shell
64
+ cd evaluation
65
+ pip install konlpy
66
+ pip install hausastemmer
67
+ git clone https://github.com/aznlp-disc/stemmer.git,
68
+ cp stemmer/word.txt ./evaluation
69
+ cp stemmer/suffix.txt ./evaluation
70
+ pip install nlp-id
71
+ pip install hazm
72
+ pip install qalsadi
73
+ pip install cltk
74
+ pip install spark-nlp==5.3.3 pyspark==3.3.1
75
+ pip install jieba
76
+ git clone https://github.com/anoopkunchukuttan/indic_nlp_library.git
77
+ git clone https://github.com/anoopkunchukuttan/indic_nlp_resources.git
78
+ ```
79
+
80
+ ### Code Execution Details
81
+ The code for retrieving answers from LLMs for the short-answer questions is provided at `model_inference.sh`, where the users can modify the list of models, countries, and languages (local language/English) to run the model inference. The results of each model's inference results on the questions will be saved in the `model_inference_results/` directory by default.
82
+
83
+ ```shell
84
+ # To run short-answer question evaluation on LLMs,
85
+ # at model_inference_results.sh, change the following by putting in your own API keys and settings:
86
+
87
+ export CUDA_VISIBLE_DEVICES=""
88
+
89
+ export HF_TOKEN=""
90
+ export COHERE_API_KEY=""
91
+ export OPENAI_API_KEY=""
92
+ export OPENAI_ORG_ID=""
93
+ export AZURE_OPENAI_API_KEY=""
94
+ export AZURE_OPENAI_API_VER=""
95
+ export AZURE_OPENAI_API_ENDPT=""
96
+ export CLAUDE_API_KEY=""
97
+ export GOOGLE_API_KEY=""
98
+ export GOOGLE_APPLICATION_CREDENTIALS=""
99
+ export GOOGLE_PROJECT_NAME=""
100
+
101
+ # Then, run the code below:
102
+ $ bash model_inference_results.sh
103
+ ```
104
+
105
+ The current set of multiple choice questions and their answers can be found at `evaluation/mc_data/mc_questions_file.csv`. Multiple-choice questions and answers are generated through the codes that can be found at `evaluation/multiple_choice_generation.sh`.
106
+ The code for evaluating LLMs on multiple-choice questions can be found at `evaluation/multiple_choice_evaluation.sh`, where the users can modify the list of models to evaluate on.
107
+ ```shell
108
+ $ cd evaluation
109
+
110
+ # To run multiple-choice question evaluation on LLMs,
111
+ # at multiple_choice_evaluation.sh, change the following:
112
+
113
+ export CUDA_VISIBLE_DEVICES=""
114
+
115
+ export HF_TOKEN=""
116
+ export COHERE_API_KEY=""
117
+ export OPENAI_API_KEY=""
118
+ export OPENAI_ORG_ID=""
119
+ export AZURE_OPENAI_API_KEY=""
120
+ export AZURE_OPENAI_API_VER=""
121
+ export AZURE_OPENAI_API_ENDPT=""
122
+ export CLAUDE_API_KEY=""
123
+ export GOOGLE_API_KEY=""
124
+ export GOOGLE_APPLICATION_CREDENTIALS=""
125
+ export GOOGLE_PROJECT_NAME=""
126
+
127
+ # Then, run the code below:
128
+ $ bash multiple_choice_evaluation.sh
129
+ ```
130
+
131
+ To calculate the scores for both short-answer questions and multiple-choice questions, the users can run `evaluation/evaluate.sh`, which creates a CSV file with each model's performance on each setting stored line-by-line.
132
+ ```shell
133
+ $ cd evaluation
134
+ $ bash evaluate.sh
135
+ ```
136
+
137
+ The users will need to input their own API keys within these files for the required models.
data/annotations/Algeria_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/Assam_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/Azerbaijan_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/China_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/Ethiopia_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/Greece_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/Indonesia_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/Iran_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/Mexico_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/North_Korea_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/Northern_Nigeria_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/South_Korea_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/Spain_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/UK_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/US_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/annotations/West_Java_data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/prompts/Algeria_prompts.csv ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-1,"{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
3
+
4
+ {'question':'{q}','answer':[]}","{q} اعرض أفكارك حول هذا ""السؤال""، وقدم إجابة واحدة كقائمة في النهاية بتنسيق JSON كما هو موضح أدناه. يجب تقديم الإجابة مع القائمة، دون أي أمثلة.
5
+
6
+ {'question':'{q}','answer':[]}"
7
+ inst-2,"Requirements: consider you are from Algeria and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?",المتطلبات: تخيل أنك من الجزائر وأجب على السؤال المطروح. يجب أن تتعلق الإجابات بخلفيتك الثقافية و الإجتماعية أو الخاصة ببلدك. يجب أن تكون الإجابة قصيرة/واضحة. عموما كل سؤال سيكون له إجابة واحدة فقط. سؤال: {q}؟
8
+ inst-3,"{q}
9
+
10
+ Provide answers without any explanations. Give the answers in a python list.","{q}
11
+
12
+ اعرض الإجابات دون أي تفسيرات. قدم الإجابات في قائمة Python."
13
+ inst-4,"Read the following question and provide a single answer without any explanations.
14
+
15
+ Question: {q}
16
+ Answer:","اقرأ السؤال التالي و اعرض إجابة واحدة دون أي توضيحات.
17
+
18
+ السؤال: {q}
19
+ الإجابة:"
20
+ inst-5,"The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
21
+
22
+ Question: <text of cultural question>
23
+ Answers: <list of answers>
24
+
25
+ Question: {q}
26
+ Answers:","في ما يلي سؤال ثقافي يتعلق ببلد معين. الرجاء عرض الإجابة مفصولة بفواصل، مثل:
27
+
28
+ السؤال: <نص السؤال الثقافي>
29
+ الإجابات: <قائمة الإجابات>
30
+
31
+ السؤال: {q}
32
+ الإجابات:"
33
+ pers-1,Suppose you are from Algeria. {q},لنفرض أنك من الجزائر. {س}
34
+ pers-2,Consider you are from Algeria and answer the following question based on your cultural background with a few words: {q},تخيل أنك من الجزائر وأجب على السؤال التالي بناءً على خلفيتك الثقافية و الإجتماعية ببضع كلمات: {ف}
35
+ pers-3,"You are a person from Algeria who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
36
+
37
+ {q}","أنت شخص من الجزائر تحاول شرح ثقافة بلدك لشخص أجنبي. أجب على السؤال التالي بإجابة واحدة دون أي توضيحات.
38
+
39
+ {q}"
40
+ pers-4,"How would a person born and raised in Algeria answer the following question?
41
+
42
+ {q}","كيف سيجيب شخص وُلد وترعرع في الجزائر على السؤال التالي؟
43
+
44
+ {q}"
45
+ pers-5,"Please answer the following question as if you are a person from Algeria.
46
+
47
+ {q}","الرجاء الإجابة على السؤال التالي كأنك شخص من الجزائر.
48
+
49
+ {q}"
50
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
51
+
52
+ Question: {q}
53
+ Answer:","قدم إجابة واحدة على السؤال التالي. على الإجابة أن تكون قصيرة. بإمكانك تقديم ثلاث إجابات قصيرة إذا اقتضى الأمر بدون تقديم أي شرح.
54
+
55
+ السؤال: {q}
56
+ الإجابة:"
57
+ pers-6,"You are a person from Algeria who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
58
+
59
+ {q}","أنت شخص من الجزائر تحاول شرح ثقافة بلدك لشخص أجنبي. قدم إجابة واحدة على السؤال التالي. على الإجابة أن تكون قصيرة. بإمكانك تقديم ثلاث إجابات قصيرة إذا اقتضى الأمر بدون تقديم أي شرح.
60
+ {q}"
data/prompts/Assam_prompts.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
3
+
4
+ Question: {q}
5
+ Answer:","নিম্নলিখিত সংক্ষিপ্ত-উত্তৰ প্ৰশ্নটোৰ এটা উত্তৰ দিয়ক ডিফল্ট হিচাপে, বা প্ৰয়োজন হ'লে তিনিটা পৰ্যন্ত উত্তৰ ব্যাখ্যা অবিহনে দিয়ক।
6
+
7
+ প্ৰশ্ন: {q}
8
+ উত্তৰ:"
9
+ pers-6,"You are a person from Assam who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
10
+
11
+ {q}","আপুনি অসমৰ এজন ব্যক্তি যি বিদেশী মানুহ এজনক আপোনাৰ দেশৰ সংস্কৃতি বুজাব বিচাৰিছে। নিম্নলিখিত সংক্ষিপ্ত-উত্তৰ প্ৰশ্নটোৰ এটা উত্তৰ ডিফল্ট হিচাপে দিয়ক, বা প্ৰয়োজন হ'লে তিনিটা পৰ্যন্ত ব্যাখ্যা অবিহনে উত্তৰ দিয়ক।
12
+
13
+ {q}"
14
+ inst-4,"Read the following question and provide a single answer without any explanations.
15
+
16
+ Question: {q}
17
+ Answer:","নিম্নলিখিত প্ৰশ্নটো পঢ়ক আৰু কোনো ব্যাখ্যা নকৰাকৈ এটা উত্তৰ প্ৰদান কৰক।
18
+
19
+ প্ৰশ্ন: {q}
20
+ উত্তৰ:"
21
+ pers-3,"You are a person from Assam who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
22
+
23
+ {q}","আপুনি এজন অসমীয়া লোক যি বিদেশী এজনক আপোনাৰ দেশৰ সংস্কৃতি ব্যাখ্যা কৰিবলৈ চেষ্টা কৰিছে। নিম্নলিখিত প্ৰশ্নটোৰ কোনো ব্যাখ্যা নকৰাকৈ এক উত্তৰ প্ৰদান কৰক।
24
+
25
+ {q}"
data/prompts/Azerbaijan_prompts.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-4,"Read the following question and provide a single answer without any explanations.
3
+
4
+ Question: {q}
5
+ Answer:","Aşağıdakı sualı oxuyun və heç bir izahatsız tək bir cavab verin.
6
+
7
+ Sual: {q}
8
+ Cavab:"
9
+ pers-3,"You are a person from Azerbaijan who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
10
+
11
+ {q}","Siz Azərbaycandan olan bir şəxssiniz və ölkənizin mədəniyyətini xarici bir şəxsə izah etməyə çalışırsınız. Aşağıdakı suala açıqlama vermədən yalnız bir cavab verərək cavablayın.
12
+
13
+ {q}"
14
+ inst-4,"Read the following question and provide a single answer without any explanations.
15
+
16
+ Question: {q}
17
+ Answer:","Aşağıdakı sualı oxuyun və izahsız bir cavab təqdim edin.
18
+
19
+ Sual: {q}
20
+ Cavab: "
21
+ pers-3,"You are a person from Azerbaijan who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
22
+
23
+ {q}","Siz Azərbaycandan olan bir şəxssiniz və ölkənizin mədəniyyətini bir xariciyə izah etməyə çalışırsınız. Aşağıdakı sualı izahatsız, yalnız bir cavabla təqdim edin.
24
+
25
+ {q}"
data/prompts/China_prompts.csv ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-1,"{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
3
+
4
+ {'question':'{q}','answer':[]}","{q} 表达您对此“问题”的想法,并以 JSON 格式在末尾以列表形式提供一个答案,如下所示。 仅应在列表中给出答案,无需任何示例
5
+
6
+ {'question':'{q}','answer':[]}"
7
+ inst-2,"Requirements: consider you are from China and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?",要求:假设您来自中国并回答给定的问题。 答案应与您的文化或特定国家背景相关。 答案应该简短/具体。 一般来说,每一个问题只有一个答案。 问题:{q}?
8
+ inst-3,"{q}
9
+
10
+ Provide answers without any explanations. Give the answers in a python list.","{q}
11
+
12
+ 提供答案,无需任何解释。 在 python 列表中给出答案。"
13
+ inst-4,"Read the following question and provide a single answer without any explanations.
14
+
15
+ Question: {q}
16
+ Answer:","阅读以下问题并仅提供一个答案,无需任何解释。
17
+
18
+ 问题:{q}
19
+ 答案:"
20
+ inst-5,"The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
21
+
22
+ Question: <text of cultural question>
23
+ Answers: <list of answers>
24
+
25
+ Question: {q}
26
+ Answers:","以下是与特定国家相关的文化问题。 请以逗号分隔的格式列出答案,例如:
27
+
28
+ 问题:<文化问题正文>
29
+ 答案:<答案列表>
30
+
31
+ 问题:{q}
32
+ 答案:"
33
+ pers-1,Suppose you are from China. {q},假设你来自中国。 {q}
34
+ pers-2,Consider you are from China and answer the following question based on your cultural background with a few words: {q},假设您来自中国,并根据您的文化背景用几句话回答以下问题:{q}
35
+ pers-3,"You are a person from China who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
36
+
37
+ {q}","你来自中国,正在试图向外国人解释你国家的文化。 回答以下问题,仅提供单一答案,不带任何解释。
38
+
39
+ {q}"
40
+ pers-4,"How would a person born and raised in China answer the following question?
41
+
42
+ {q}","一个在中国出生长大的人会如何回答以下问题?
43
+
44
+ {q}"
45
+ pers-5,"Please answer the following question as if you are a person from China.
46
+
47
+ {q}","请像中国人一样回答以下问题。
48
+
49
+ {q}"
50
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
51
+
52
+ Question: {q}
53
+ Answer:","默认为以下简答题只提供一个答案,如果需要,最多提供三个答案,无需解释。
54
+
55
+ 问题:{q}
56
+ 回答:"
57
+ pers-6,"You are a person from China who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
58
+
59
+ {q}","你是一个中国人,正在试图向外国人解释你国家的文化。 默认为以下简答题只提供一个答案,如果需要,最多提供三个答案,无需解释。
60
+
61
+ {q}"
data/prompts/Ethiopia_prompts.csv ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,G-Translation,Translation
2
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
3
+
4
+ Question: {q}
5
+ Answer:",,"ለሚከተለው ባለ አጭር መልስ ጥያቄ አንድ መልስ ብቻ ስጥ። ወይም አስፈላጊ ከሆነ እስከ ሶስት መልሶችን ያለ ማብራሪያ ስጥ።
6
+
7
+ ጥያቄ፡ {q}
8
+ መልስ፡-"
9
+ pers-6,"You are a person from Ethiopia who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
10
+
11
+ {q}",,"አንተ የአገርህን ባህል ለአንድ የውጭ ዜጋ የምታብራራ ኢትዮጵያዊ ሰው ነህ። ለሚከተለው ባለ አጭር መልስ ጥያቄ አንድ መልስ ብቻ ስጥ። ወይም አስፈላጊ ከሆነ እስከ ሶስት መልሶችን ያለ ማብራሪያ ስጥ።
12
+
13
+ {q}"
14
+ inst-4,"Read the following question and provide a single answer without any explanations.
15
+
16
+ Question: {q}
17
+ Answer:","የሚከተለውን ጥያቄ አንብቡ እና ማንኛውንም ማብራሪያ ሳይኖር አንድ መልስ ይስጡ።
18
+
19
+ ጥያቄ: {q}
20
+ መልስ:","የሚከተለውን ጥያቄ አንብቡ እና ያልምንም ማብራሪያ አንድ መልስ ብቻ ይስጡ።
21
+
22
+ ጥያቄ: {q}
23
+ መልስ:"
24
+ pers-3,"You are a person from Ethiopia who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
25
+
26
+ {q}","እርስዎ ከኢትዮጵያ የሆኑ ሰው ሆነው ሀገራችሁን ለእንግዳ ማስተዋል ለማድረግ እየሞከሩ ነው። የሚከተለውን ጥያቄ አንድ መልስ ብቻ ስጡ ማንኛውንም ማብራሪያ ሳይኖር።
27
+
28
+ {q}","አንተ የአገርህን ባህል ለአንድ የውጭ ዜጋ ለማብራራት የምትሞከር ኢትዮጵያዊ ሰው ነህ። ለሚከተለውን ጥያቄ ያልምንም ማብራሪያ አንድ መልስ ብቻ ስጥ።
29
+
30
+ {q}"
data/prompts/Greece_prompts.csv ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,G-Translation,Translation
2
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
3
+
4
+ Question: {q}
5
+ Answer:","Δώστε μία μοναδική απάντηση στην παρακάτω ερώτηση σύντομης απάντησης ως προεπιλογή, ή μέχρι τρεις αν χρειάζεται, χωρίς εξηγήσεις.
6
+
7
+ Ερώτηση: {q}
8
+ Απάντηση:","Δώστε μία μοναδική, σύντομη απάντηση στην παρακάτω ερώτηση, ή μέχρι τρεις αν χρειάζεται, χωρίς εξηγήσεις.
9
+
10
+ Ερώτηση: {q}
11
+ Απάντηση:"
12
+ pers-6,"You are a person from Greece who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
13
+
14
+ {q}","Είστε ένα άτομο από την Ελλάδα που προσπαθεί να εξηγήσει τον πολιτισμό της χώρας σας σε έναν ξένο. Δώστε μία μοναδική απάντηση στην παρακάτω ερώτηση σύντομης απάντησης ως προεπιλογή, ή μέχρι τρεις αν χρειάζεται, χωρίς εξηγήσεις.
15
+
16
+ {q}","Είστε ένα άτομο από την Ελλάδα που προσπαθεί να εξηγήσει τον πολιτισμό της χώρας σας σε έναν ξένο. Δώστε μία μοναδική, σύντομη απάντηση στην παρακάτω ερώτηση, ή μέχρι τρεις αν χρειάζεται, χωρίς εξηγήσεις.
17
+
18
+ {q}"
19
+ inst-4,"Read the following question and provide a single answer without any explanations.
20
+
21
+ Question: {q}
22
+ Answer:","Διάβασε την ακόλουθη ερώτηση και δώσε μία μόνο απάντηση χωρίς καμία εξήγηση.
23
+
24
+ Ερώτηση: {q}
25
+ Απάντηση:","Διάβασε την ακόλουθη ερώτηση και δώσε μία μόνο απάντηση χωρίς καμία εξήγηση.
26
+
27
+ Ερώτηση: {q}
28
+ Απάντηση:"
29
+ pers-3,"You are a person from Greece who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
30
+
31
+ {q}","Είσαι ένας άνθρωπος από την Ελλάδα που προσπαθεί να εξηγήσει τον πολιτισμό της χώρας του σε έναν ξένο. Απάντησε στην ακόλουθη ερώτηση, δίνοντας μία μόνο απάντηση χωρίς καμία εξήγηση.
32
+
33
+ {q}","Είσαι ένας άνθρωπος από την Ελλάδα που προσπαθεί να εξηγήσει τον πολιτισμό της χώρας του σε έναν ξένο. Απάντησε στην ακόλουθη ερώτηση, δίνοντας μία μόνο απάντηση χωρίς καμία εξήγηση.
34
+
35
+ {q}"
data/prompts/Indonesia_prompts.csv ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-1,"{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
3
+
4
+ {'question':'{q}','answer':[]}","{q} Tunjukkan pendapat Anda tentang 'pertanyaan' ini, dan berikan satu jawaban sebagai formulir daftar di akhir dalam format JSON seperti di bawah ini. Hanya jawaban yang diberikan beserta daftarnya, tanpa contoh apa pun.
5
+
6
+ {'question':'{q}','answer':[]}"
7
+ inst-2,"Requirements: consider you are from Indonesia and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?","Syarat: anggap Anda berasal dari Indonesia dan jawab pertanyaan yang diberikan. Jawaban harus berhubungan dengan latar belakang negara atau budaya Anda. Jawaban harus singkat/konkret. Secara umum, setiap pertanyaan hanya mempunyai satu jawaban saja. Pertanyaan: {q}?"
8
+ inst-3,"{q}
9
+
10
+ Provide answers without any explanations. Give the answers in a python list.","{q}
11
+
12
+ Berikan jawaban tanpa penjelasan apa pun. Berikan jawabannya dalam python list."
13
+ inst-4,"Read the following question and provide a single answer without any explanations.
14
+
15
+ Question: {q}
16
+ Answer:","Bacalah pertanyaan berikut dan berikan satu jawaban tanpa penjelasan apa pun.
17
+
18
+ Pertanyaan: {q}
19
+ Jawaban:"
20
+ inst-5,"The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
21
+
22
+ Question: <text of cultural question>
23
+ Answers: <list of answers>
24
+
25
+ Question: {q}
26
+ Answers:","Berikut ini adalah pertanyaan budaya yang berkaitan dengan negara tertentu. Tolong cantumkan jawabannya dalam format yang dipisahkan koma, seperti:
27
+
28
+ Pertanyaan: <teks pertanyaan budaya>
29
+ Jawaban: <daftar jawaban>
30
+
31
+ Pertanyaan: {q}
32
+ Jawaban:"
33
+ pers-1,Suppose you are from Indonesia. {q},Misalkan Anda berasal dari Indonesia. {q}
34
+ pers-2,Consider you are from Indonesia and answer the following question based on your cultural background with a few words: {q},Anggaplah Anda berasal dari Indonesia dan jawablah pertanyaan berikut berdasarkan latar belakang budaya Anda dengan beberapa kata: {q}
35
+ pers-3,"You are a person from Indonesia who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
36
+
37
+ {q}","Anda adalah orang Indonesia yang sedang mencoba menjelaskan budaya negara Anda kepada orang asing. Jawablah pertanyaan berikut dengan memberikan satu jawaban tanpa penjelasan apa pun.
38
+
39
+ {q}"
40
+ pers-4,"How would a person born and raised in Indonesia answer the following question?
41
+
42
+ {q}","Bagaimana seseorang yang lahir dan besar di Indonesia menjawab pertanyaan berikut?
43
+
44
+ {q}"
45
+ pers-5,"Please answer the following question as if you are a person from Indonesia.
46
+
47
+ {q}","Jawablah pertanyaan berikut seolah-olah Anda adalah orang Indonesia.
48
+
49
+ {q}"
50
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
51
+
52
+ Question: {q}
53
+ Answer:","Berikan satu jawaban untuk pertanyaan singkat berikut secara umum, atau sampai tiga jika diperlukan, tanpa penjelasan.
54
+
55
+ Pertanyaan: {q}
56
+ Jawaban:"
57
+ pers-6,"You are a person from Indonesia who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
58
+
59
+ {q}","Anda adalah orang dari Indonesia yang mencoba menjelaskan budaya negara Anda kepada orang asing. Berikan satu jawaban untuk pertanyaan singkat berikut secara umum, atau hingga tiga jika diperlukan, tanpa penjelasan.
60
+
61
+ {q}"
data/prompts/Iran_prompts.csv ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-1,"{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
3
+
4
+ {'question':'{q}','answer':[]}","{q} افکار خود را در مورد این ""سوال"" نشان دهید و یک پاسخ واحد را به عنوان فرم لیست در پایان در قالب JSON به شرح زیر ارائه دهید. فقط پاسخ باید همراه با لیست داده شود، بدون هیچ مثالی.
5
+
6
+ {'سوال':'{q}','جواب':[]}"
7
+ inst-2,"Requirements: consider you are from Iran and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?",شرایط: در نظر بگیرید که اهل ایران هستید و به سوال داده شده پاسخ دهید. پاسخ ها باید به پیشینه فرهنگی یا کشور خاص شما مربوط باشد. پاسخ باید کوتاه / مشخص باشد. به طور کلی، هر سوال فقط یک پاسخ خواهد داشت. سوال: {q}؟
8
+ inst-3,"{q}
9
+
10
+ Provide answers without any explanations. Give the answers in a python list.","{q}
11
+
12
+ جواب‌ها را بدون هیچ توضیحی ارائه دهید. پاسخ‌ها را در لیست پایتون بنویسید."
13
+ inst-4,"Read the following question and provide a single answer without any explanations.
14
+
15
+ Question: {q}
16
+ Answer:","سوال زیر را بخوانید و یک پاسخ بدون هیچ توضیحی ارائه دهید.
17
+
18
+ سوال: {q}
19
+ جواب:"
20
+ inst-5,"The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
21
+
22
+ Question: <text of cultural question>
23
+ Answers: <list of answers>
24
+
25
+ Question: {q}
26
+ Answers:","سوال زیر یک سوال فرهنگی مرتبط با کشور خاصی است. لطفاً پاسخ را به فرمت جداشده با ویرگول ارائه دهید، مانند:
27
+
28
+ سوال: <متن سوال فرهنگی>
29
+ پاسخ‌ها: <لیست پاسخ‌ها>
30
+
31
+ سوال: {q}
32
+ پاسخ‌ها:"
33
+ pers-1,Suppose you are from Iran. {q},فرض کنید شما اهل ایران هستید. {q}
34
+ pers-2,Consider you are from Iran and answer the following question based on your cultural background with a few words: {q},فرض کنید شما اهل ایران هستید و سوال زیر را بر اساس پس‌ زمینه فرهنگی خود با چند کلمه پاسخ دهید: {q}
35
+ pers-3,"You are a person from Iran who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
36
+
37
+ {q}","شما یک فرد اهل ایران هستید که قصد دارید فرهنگ کشورتان را به یک خارجی توضیح دهید. پاسخ سوال زیر را با یک جواب بدون هیچ توضیحی ارائه دهید.
38
+
39
+ {q}"
40
+ pers-4,"How would a person born and raised in Iran answer the following question?
41
+
42
+ {q}","چگونه یک فرد متولد و بزرگ شده در ایران به سوال زیر پاسخ می‌دهد؟
43
+
44
+ {q}"
45
+ pers-5,"Please answer the following question as if you are a person from Iran.
46
+
47
+ {q}","لطفاً به سوال زیرطوری پاسخ دهید، انگار شما اهل ایران هستید.
48
+
49
+ {q}"
50
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
51
+
52
+ Question: {q}
53
+ Answer:","برای سوال زیر یک تک جواب ارائه دهید. جواب سوال باید کوتاه باشد. در صورت نیاز می توانید تا سه پاسخ بدهید. نیازی به ارائه ی توضیح نیست.
54
+
55
+ سوال: {q}
56
+ پاسخ:"
57
+ pers-6,"You are a person from Iran who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
58
+
59
+ {q}","شما یک فرد اهل ایران هستید که قصد دارید فرهنگ کشورتان را به یک خارجی توضیح دهید. برای سوال زیر یک تک جواب ارائه دهید. جواب سوال باید کوتاه باشد. در صورت نیاز می توانید تا سه پاسخ بدهید. نیازی به ارائه ی توضیح نیست.
60
+
61
+ {q}"
data/prompts/Mexico_prompts.csv ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation,Edited Y/N
2
+ inst-1,"{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
3
+
4
+ {'question':'{q}','answer':[]}","{q} Muestre su opinión sobre esta 'pregunta' y proporcione una única respuesta en forma de lista al final en formato JSON como se muestra a continuación. Sólo se debe dar la respuesta con la lista, sin ningún ejemplo.
5
+
6
+ {'question':'{q}','answer':[]}",N
7
+ inst-2,"Requirements: consider you are from Mexico and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?","Requisitos: considerar que eres de México y responder la pregunta dada. Las respuestas deben estar relacionadas con sus antecedentes culturales o específicos de su país. La respuesta debe ser breve/concreta. Con carácter general, cada pregunta tendrá una única respuesta. Pregunta: {q}?",N
8
+ inst-3,"{q}
9
+
10
+ Provide answers without any explanations. Give the answers in a python list.","{q}
11
+
12
+ Proporciona respuestas sin explicaciones. Da las respuestas en una lista de Python.",Y
13
+ inst-4,"Read the following question and provide a single answer without any explanations.
14
+
15
+ Question: {q}
16
+ Answer:","Lea la siguiente pregunta y proporcione una única respuesta sin explicaciones.
17
+
18
+ Pregunta: {q}
19
+ Respuesta:",N
20
+ inst-5,"The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
21
+
22
+ Question: <text of cultural question>
23
+ Answers: <list of answers>
24
+
25
+ Question: {q}
26
+ Answers:","La siguiente es una pregunta cultural relacionada con un país específico. Enumere la respuesta en formato separado por comas, como por ejemplo:
27
+
28
+ Pregunta: <texto de la pregunta cultural>
29
+ Respuestas: <lista de respuestas>
30
+
31
+ Pregunta: {q}
32
+ Respuestas:",N
33
+ pers-1,Suppose you are from Mexico. {q},Supongamos que eres de México. {q},N
34
+ pers-2,Consider you are from Mexico and answer the following question based on your cultural background with a few words: {q},Considera que eres de México y responde la siguiente pregunta según tu origen cultural con unas pocas palabras: {q},N
35
+ pers-3,"You are a person from Mexico who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
36
+
37
+ {q}","Eres una persona de México que está tratando de explicar la cultura de su país a un extranjero. Responde la siguiente pregunta, proporcionando una única respuesta sin explicaciones.
38
+
39
+ {q}",Y
40
+ pers-4,"How would a person born and raised in Mexico answer the following question?
41
+
42
+ {q}","¿Cómo respondería una persona nacida y criada en México a la siguiente pregunta?
43
+
44
+ {q}",N
45
+ pers-5,"Please answer the following question as if you are a person from Mexico.
46
+
47
+ {q}","Por favor responda la siguiente pregunta como si fuera una persona de México.
48
+
49
+ {q}",N
50
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
51
+
52
+ Question: {q}
53
+ Answer:","Proporciona una única respuesta a la siguiente pregunta de respuesta corta por defecto, o hasta tres si es necesario, sin explicaciones.
54
+
55
+ Pregunta: {q}
56
+ Respuesta:",N
57
+ pers-6,"You are a person from Mexico who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
58
+
59
+ {q}","Eres una persona de México que intenta explicar la cultura de tu país a un extranjero. Proporciona una única respuesta a la siguiente pregunta de respuesta corta por defecto, o hasta tres si es necesario, sin explicaciones.
60
+
61
+ {q}",N
data/prompts/North_Korea_prompts.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
3
+
4
+ Question: {q}
5
+ Answer:","다음 주관식 질문에 대하여 기본적으로 하나의 답변만을 설명없이 제공하되, 필요시 세 개까지 제공하시오.
6
+
7
+ 질문: {q}
8
+ 답변:"
9
+ pers-6,"You are a person from North Korea who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
10
+
11
+ {q}","당신은 외국인에게 당신의 나라의 문화를 설명하려는 북한 사람입니다. 다음 주관식 질문에 대하여 기본적으로 하나의 답변만을 설명없이 제공하되, 필요시 세 개까지 제공하시오.
12
+
13
+ {q}"
14
+ inst-4,"Read the following question and provide a single answer without any explanations.
15
+
16
+ Question: {q}
17
+ Answer:","다음 질문을 읽고 설명 없이 단 하나의 답변만을 제공하시오.
18
+
19
+ 질문: {q}
20
+ 답변:"
21
+ pers-3,"You are a person from North Korea who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
22
+
23
+ {q}","당신은 외국인에게 당신의 나라의 문화를 설명하려는 북한 사람입니다. 설명 없이 단일 답변을 제공하여 다음 질문에 답하십시오.
24
+
25
+ {q}"
data/prompts/Northern_Nigeria_prompts.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation,Edited
2
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
3
+
4
+ Question: {q}
5
+ Answer:","Ba da amsa guda daya ga tambayar gajerun amsa mai zuwa a tsoho, ko kuma har zuwa uku idan akwai bukata, ba tare da bayanai ba.
6
+
7
+ Tambaya: {q}
8
+ Amsa:","Ba da amsa guda daya ga tambayar nan mai gajeriyar amsa, ko kuma har zuwa uku idan akwai bukata, ba tare da bayanai ba."
9
+ pers-6,"You are a person from Northern Nigeria who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
10
+
11
+ {q}","Kai mutum ne daga Arewacin Najeriya da ke kokarin bayyana al'adun kasarka ga bako. Ba da amsa guda daya ga tambayar gajerun amsa mai zuwa a tsoho, ko kuma har zuwa uku idan akwai bukata, ba tare da bayanai ba.
12
+
13
+ {q}","Kai mutum ne daga Arewacin Najeriya da ke kokarin bayyana al'adun kasarka ga bako. Ba da amsa guda daya ga tambayar nan mai gajeriyar amsa, ko kuma har zuwa uku idan akwai bukata, ba tare da bayanai ba."
14
+ inst-4,"Read the following question and provide a single answer without any explanations.
15
+
16
+ Question: {q}
17
+ Answer:","Karanta tambayar da ke ƙasa kuma ka bayar da amsa guda ba tare da wani bayani ba.
18
+
19
+ Tambaya: {q}
20
+ Amsa:",N
21
+ pers-3,"You are a person from Northern Nigeria who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
22
+
23
+ {q}","Kai mutum ne daga Arewacin Najeriya da ke ƙoƙarin bayyana al'adun ƙasarka ga baƙo. Amsa tambayar da ke ƙasa, ka bayar da amsa guda ba tare da wani bayani ba.
24
+
25
+ {q}",Y
data/prompts/South_Korea_prompts.csv ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-1,"{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
3
+
4
+ {'question':'{q}','answer':[]}","{q} 이 '질문'에 대한 본인의 생각을 제시하고, 아래와 같이 마지막에 오직 하나의 답변을 JSON 포맷에 맞추어 리스트 형태로 제공해주세요. 예시 없이 리스트 형태로 되어 있는 답변만 제시하여야 합니다.
5
+
6
+ {'question':'{q}','answer':[]}"
7
+ inst-2,"Requirements: consider you are from South Korea and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?",요구 사항: 본인이 대한민국 출신이라고 생각하고 주어진 질문에 답하시오. 답변은 본인의 문화적 또는 국가적 배경과 관련되어야 합니다. 대답은 짧고 구체적이어야 합니다. 일반적으로 각 질문에는 하나의 답변만 제시합니다. 질문: {q}?
8
+ inst-3,"{q}
9
+
10
+ Provide answers without any explanations. Give the answers in a python list.","{q}
11
+
12
+ 아무런 설명 없이 답변만 제공하시오. 파이썬 리스트 형태로 답변을 제공하시오."
13
+ inst-4,"Read the following question and provide a single answer without any explanations.
14
+
15
+ Question: {q}
16
+ Answer:","다음 질문을 읽고 설명 없이 단 하나의 답변만을 제공하시오.
17
+
18
+ 질문: {q}
19
+ 답변:"
20
+ inst-5,"The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
21
+
22
+ Question: <text of cultural question>
23
+ Answers: <list of answers>
24
+
25
+ Question: {q}
26
+ Answers:","다음은 특정 국가와 관련된 문화적 질문입니다. 아래와 같이 쉼표로 구분하여 답변을 나열하시오.
27
+
28
+ 질문: <문화 질문 텍스트>
29
+ 답변: <답변 목록>
30
+
31
+ 질문: {q}
32
+ 답변:"
33
+ pers-1,Suppose you are from South Korea. {q},본인이 대한민국 출신이라고 가정하시오. {q}
34
+ pers-2,Consider you are from South Korea and answer the following question based on your cultural background with a few words: {q},본인이 대한민국 출신이라고 가정하고 본인의 문화적 배경을 바탕으로 적은 수의 단어로 다음 질문에 답하십시오: {q}
35
+ pers-3,"You are a person from South Korea who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
36
+
37
+ {q}","당신은 외국인에게 당신의 나라의 문화를 설명하려는 대한민국 사람입니다. 설명 없이 단일 답변을 제공하여 다음 질문에 답하십시오.
38
+
39
+ {q}"
40
+ pers-4,"How would a person born and raised in South Korea answer the following question?
41
+
42
+ {q}","대한민국에서 태어나고 자란 사람은 다음 질문에 어떻게 답변하겠습니까?
43
+
44
+ {q}"
45
+ pers-5,"Please answer the following question as if you are a person from South Korea.
46
+
47
+ {q}","다음 질문에 본인이 대한민국 사람이라고 생각하며 답변해 주십시오.
48
+
49
+ {q}"
50
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
51
+
52
+ Question: {q}
53
+ Answer:","다음 주관식 질문에 대하여 기본적으로 하나의 답변만을 설명없이 제공하되, 필요시 세 개까지 제공하시오.
54
+
55
+ 질문: {q}
56
+ 답변:"
57
+ pers-6,"You are a person from Korea who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
58
+
59
+ {q}","당신은 외국인에게 당신의 나라의 문화를 설명하려는 대한민국 사람입니다. 다음 주관식 질문에 대하여 기본적으로 하나의 답변만을 설명없이 제공하되, 필요시 세 개까지 제공하시오.
60
+
61
+ {q}"
data/prompts/Spain_prompts.csv ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-1,"{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
3
+
4
+ {'question':'{q}','answer':[]}","{q} Muestre sus pensamientos sobre esta 'pregunta' y proporcione solo respuestas breves como una lista al final en formato JSON como se muestra a continuación. Sólo se deben dar las respuestas con la lista, sin ningún ejemplo.
5
+
6
+ {'question':'{q}','answer':[]}"
7
+ inst-2,"Requirements: consider you are from Spain and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?","Requisitos: considerar que eres de España y responder a la pregunta planteada. Las respuestas deben estar relacionadas con sus antecedentes culturales o específicos de su país. La respuesta debe ser breve/concreta. Con carácter general, cada pregunta tendrá una única respuesta. Pregunta: {q}?"
8
+ inst-3,"{q}
9
+
10
+ Provide answers without any explanations. Give the answers in a python list.","{q}
11
+
12
+ Da respuestas sin explicaciones. Incluye las respuestas en una lista de Python."
13
+ inst-4,"Read the following question and provide a single answer without any explanations.
14
+
15
+ Question: {q}
16
+ Answer:","Lee la siguiente pregunta y contesta con una sola respuesta sin explicaciones.
17
+
18
+ Pregunta: {q}
19
+ Respuesta:"
20
+ inst-5,"The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
21
+
22
+ Question: <text of cultural question>
23
+ Answers: <list of answers>
24
+
25
+ Question: {q}
26
+ Answers:","La siguiente es una pregunta cultural relacionada con un país específico. Enumere la respuesta en formato separado por comas, como por ejemplo:
27
+
28
+ Pregunta: <texto de la pregunta cultural>
29
+ Respuestas: <lista de respuestas>
30
+
31
+ Pregunta: {q}
32
+ Respuestas:"
33
+ pers-1,Suppose you are from Spain. {q},Supongamos que eres de España. {q}
34
+ pers-2,Consider you are from Spain and answer the following question based on your cultural background with a few words: {q},Considera que eres de España y responde con unas pocas palabras la siguiente pregunta según tu origen cultural: {q}
35
+ pers-3,"You are a person from Spain who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
36
+
37
+ {q}","Eres una persona de España intentando explicar la cultura de tu país a un extranjero. Responda la siguiente pregunta, proporcionando una única respuesta sin explicaciones.
38
+
39
+ {q}"
40
+ pers-4,"How would a person born and raised in Spain answer the following question?
41
+
42
+ {q}","¿Cómo respondería una persona nacida y criada en España a la siguiente pregunta?
43
+
44
+ {q}"
45
+ pers-5,"Please answer the following question as if you are a person from Spain.
46
+
47
+ {q}","Por favor contesta la siguiente pregunta como si fueras una persona de España.
48
+
49
+ {q}"
50
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
51
+
52
+ Question: {q}
53
+ Answer:","Proporcione una única respuesta a la siguiente pregunta de respuesta corta en el formato predeterminado, o hasta tres si fuera necesario, sin explicaciones.
54
+
55
+ Pregunta: {q}
56
+ Respuesta:"
57
+ pers-6,"You are a person from Spain who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
58
+
59
+ {q}","Usted es una persona de España que intenta explicar la cultura de su país a un extranjero. Proporcione una única respuesta a la siguiente pregunta de respuesta corta en el formato predeterminado, o hasta tres si fuera necesario, sin explicaciones.
60
+
61
+ {q}"
data/prompts/UK_prompts.csv ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-1,"{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
3
+
4
+ {'question':'{q}','answer':[]}","{q} Share your thoughts on this 'question', and provide one single answer, in the form of a list, at the end in a JSON format as shown below. The list should contain answers without examples.
5
+
6
+ {'question':'{q}','answer':[]}"
7
+ inst-2,"Requirements: consider you are from UK and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?","Requirements: imagine you are from UK and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?"
8
+ inst-3,"{q}
9
+
10
+ Provide answers without any explanations. Give the answers in a python list.","{q}
11
+
12
+ Provide answers without any explanations. Give the answers in a python list."
13
+ inst-4,"Read the following question and provide a single answer without any explanations.
14
+
15
+ Question: {q}
16
+ Answer:","Read the following question and provide a single answer without explanations.
17
+
18
+ Question: {q}
19
+ Answer:"
20
+ inst-5,"The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
21
+
22
+ Question: <text of cultural question>
23
+ Answers: <list of answers>
24
+
25
+ Question: {q}
26
+ Answers:","The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
27
+
28
+ Question: <text of cultural question>
29
+ Answers: <list of answers>
30
+
31
+ Question: {q}
32
+ Answers:"
33
+ pers-1,Suppose you are from UK. {q},Suppose you are from UK. {q}
34
+ pers-2,Consider you are from UK and answer the following question based on your cultural background with a few words: {q},Imagine you are from UK and answer the following question based on your cultural background in a few words: {q}
35
+ pers-3,"You are a person from UK who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
36
+
37
+ {q}","You are a person from UK who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without explanations.
38
+
39
+ {q}"
40
+ pers-4,"How would a person born and raised in UK answer the following question?
41
+
42
+ {q}","How would a person born and raised in UK answer the following question?
43
+
44
+ {q}"
45
+ pers-5,"Please answer the following question as if you are a person from UK.
46
+
47
+ {q}","Please answer the following question as if you were a person from UK.
48
+
49
+ {q}"
50
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
51
+
52
+ Question: {q}
53
+ Answer:","Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
54
+
55
+ Question: {q}
56
+ Answer:"
57
+ pers-6,"You are a person from the UK who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
58
+
59
+ {q}","You are a person from the UK who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
60
+
61
+ {q}"
data/prompts/US_prompts.csv ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-1,"{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
3
+
4
+ {'question':'{q}','answer':[]}","{q} Show your thoughts about this 'question', and provide one single answer as a list form at the end in a JSON format as below. Only the answer should be given with the list, without any examples.
5
+
6
+ {'question':'{q}','answer':[]}"
7
+ inst-2,"Requirements: consider you are from US and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?","Requirements: consider you are from US and answer the given question. Answers should relate to your cultural or country-specific background. The answer should be short/concrete. In general, each question will have one answer only. Question: {q}?"
8
+ inst-3,"{q}
9
+
10
+ Provide answers without any explanations. Give the answers in a python list.","{q}
11
+
12
+ Provide answers without any explanations. Give the answers in a python list."
13
+ inst-4,"Read the following question and provide a single answer without any explanations.
14
+
15
+ Question: {q}
16
+ Answer:","Read the following question and provide a single answer without any explanations.
17
+
18
+ Question: {q}
19
+ Answer:"
20
+ inst-5,"The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
21
+
22
+ Question: <text of cultural question>
23
+ Answers: <list of answers>
24
+
25
+ Question: {q}
26
+ Answers:","The following is a cultural question related to a specific country. Please list out the answer in comma-separated format, such as:
27
+
28
+ Question: <text of cultural question>
29
+ Answers: <list of answers>
30
+
31
+ Question: {q}
32
+ Answers:"
33
+ pers-1,Suppose you are from US. {q},Suppose you are from US. {q}
34
+ pers-2,Consider you are from US and answer the following question based on your cultural background with a few words: {q},Consider you are from US and answer the following question based on your cultural background with a few words: {q}
35
+ pers-3,"You are a person from US who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
36
+
37
+ {q}","You are a person from US who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
38
+
39
+ {q}"
40
+ pers-4,"How would a person born and raised in US answer the following question?
41
+
42
+ {q}","How would a person born and raised in US answer the following question?
43
+
44
+ {q}"
45
+ pers-5,"Please answer the following question as if you are a person from US.
46
+
47
+ {q}","Please answer the following question as if you are a person from US.
48
+
49
+ {q}"
50
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
51
+
52
+ Question: {q}
53
+ Answer:","Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
54
+
55
+ Question: {q}
56
+ Answer:"
57
+ pers-6,"You are a person from the US who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
58
+
59
+ {q}","You are a person from the US who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
60
+
61
+ {q}"
data/prompts/West_Java_prompts.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,English,Translation
2
+ inst-6,"Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
3
+
4
+ Question: {q}
5
+ Answer:","Pasih hiji jawaban kana pananya pondok di handap ieu sacara umum, atanapi nepi ka tilu lamun perlu, tanpa penjelasan.
6
+
7
+ Pananya: {q}
8
+ Jawaban:"
9
+ pers-6,"You are a person from West Java who is trying to explain your country's culture to a foreigner. Provide a single answer to the following short-answer question in default, or up to three if needed, without explanations.
10
+
11
+ {q}","Anjeun nyaéta jalma ti Jawa Barat anu keur nyobaan ngajelaskeun budaya nagara anjeun ka urang asing. Pasih hiji jawaban kana pananya pondok di handap ieu sacara umum, atanapi nepi ka tilu lamun perlu, tanpa penjelasan.
12
+
13
+ {q}"
14
+ inst-4,"Read the following question and provide a single answer without any explanations.
15
+
16
+ Question: {q}
17
+ Answer:","Bacakeun pananya di handap ieu jeung pasih hiji jawaban tanpa penjelasan nanaon.
18
+
19
+ Pananya: {q}
20
+ Jawaban:"
21
+ pers-3,"You are a person from West Java who is trying to explain your country's culture to a foreigner. Answer the following question, providing a single answer without any explanations.
22
+
23
+ {q}","Anjeun nyaéta jalma ti Jawa Barat anu keur nyobaan ngajelaskeun budaya nagara anjeun ka urang asing. Jawab pananya di handap ieu, pasih hiji jawaban tanpa penjelasan nanaon.
24
+
25
+ {q}"
data/questions/Algeria_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/Assam_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/Azerbaijan_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/China_questions.csv ADDED
@@ -0,0 +1,501 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ID,Topic,Source,Question,Translation
2
+ Al-en-01,Food,English (US),What is a common snack for preschool kids in your country?,在中国,学龄前儿童常见的零食是什么?
3
+ Al-en-02,Food,English (US),What is a popular food to go with beer in your country?,在中国,有什么受欢迎的食物可以搭配啤酒吃?
4
+ Al-en-04,Food,English (US),What is the most popular fruit in your country?,在中国最受欢迎的水果是什么?
5
+ Al-en-06,Food,English (US),What is a common school cafeteria food in your country?,在中国的学校食堂里常见的食物是什么?
6
+ Al-en-08,Food,English (US),What are the most commonly eaten snacks at shopping malls in your country?,在中国的购物中心里,最常见的零食有哪些?
7
+ Al-en-09,Food,English (US),What is a popular snack at an amusement park in your country?,在中国的游乐园里,有什么受欢迎的小吃?
8
+ Al-en-16,Education,English (US),"At what age do kids start preschool in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,孩子们几岁开始上幼儿园?(只提供阿拉伯数字(例如,12)。)
9
+ Al-en-17,Education,English (US),What is a popular afterschool sport for elementary schools in your country?,在中国小学,什么课后运动项目比较受欢迎?
10
+ Al-en-18,Education,English (US),For which subject do elementary students get private education in your country?,在中国,小学生通常为哪门学科接受私立教育?
11
+ Al-en-19,Education,English (US),What is a popular second language for high school students in your country?,在中国,高中生普遍学习哪种第二外语?
12
+ Al-en-21,Education,English (US),Which subject is the most important for gifted education in your country?,在中国,哪个学科对于“天才班”来说最重要?
13
+ Al-en-32,Holidays/Celebration/Leisure,English (US),What is the main dish for Thanksgiving in your country?,在中国,感恩节的主菜是什么?
14
+ Al-en-33,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Halloween in your country?,在中国,人们怎么庆祝万圣节前夜?
15
+ Al-en-34,Holidays/Celebration/Leisure,English (US),What do people do to celebrate New Year's Day in your country?,中国人在新年当天通常会做些什么来庆祝呢?
16
+ Al-en-35,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Christmas in your country?,人们在中国怎样庆祝圣诞节?
17
+ Al-en-36,Holidays/Celebration/Leisure,English (US),What food is associated with Halloween in your country?,在中国,什么食物与万圣节有关联?
18
+ Al-en-37,Holidays/Celebration/Leisure,English (US),What food is associated with Christmas in your country?,在中国,哪些食物与圣诞节有关联?
19
+ Al-en-38,Holidays/Celebration/Leisure,English (US),What food is associated with Valentine's day in your country?,在中国,哪些食物与情人节有关?
20
+ Al-en-39,Holidays/Celebration/Leisure,English (US),What do people eat on their birthday in your country?,在中国,人们在生日时通常吃什么?
21
+ Al-en-40,Holidays/Celebration/Leisure,English (US),What is a popular outdoor place for families to have fun with little kids in your country?,在中国,有哪些受欢迎的户外场所适合家庭带着小孩子去玩乐?
22
+ Al-en-43,Holidays/Celebration/Leisure,English (US),What is a popular indoor activity for families in your country?,在中国,家庭中流行的室内活动是什么?
23
+ An-ar-02,Education,Arabic (Algeria),Where do university students have lunch in your country?,在中国,大学生通常在哪里吃午饭?
24
+ An-ar-03,Education,Arabic (Algeria),Which month is the final exam term usually scheduled at high schools in your country? (Provide Arabic numerals (1~12) only.),中国的高中通常在哪个月安排期末考试?(只提供阿拉伯数字(1~12)。)
25
+ An-ar-08,Education,Arabic (Algeria),"How many hours a day do students in your country usually spend at high school? (Provide Arabic numerals in integers (0~24), without any decimal points.)",中国的高中生通常每天在学校多少小时?(请提供阿拉伯数字整数(0~24),不要有任何小数点。)
26
+ An-ar-09,Education,Arabic (Algeria),"How many languages do students study at high school in your country? (Provide Arabic numerals (e.g., 5) only.)",在中国的高中,学生们学习多少种语言?(只提供阿拉伯数字(例如,5)。)
27
+ An-ar-34,Sport,Arabic (Algeria),What is the most popular sport played in a team at school in your country?,在中国学校里,最受欢迎的团队运动是什么?
28
+ An-ar-35,Sport,Arabic (Algeria),Who is the most popular sport commentator in your country?,谁是中国最受欢迎的体育评论员?
29
+ An-ar-36,Sport,Arabic (Algeria),What is the most popular sport team in your country?,中国最受欢迎的运动队是哪一支?
30
+ An-ar-43,Sport,Arabic (Algeria),What are the common places or venues where individuals in your country usually gather to watch sports broadcasts?,在中国,人们通常聚集在哪些常见的地点或场��观看体育转播?
31
+ Ca-sp-05,Food,Spanish (Spain),"How many meals per day do people from your country usually have? (Provide Arabic numerals (e.g., 5) only.)",中国人通常一天吃几顿饭?(只提供阿拉伯数字(例如,5)。)
32
+ Ca-sp-06,Food,Spanish (Spain),Which is the most important meal of the day to people from your country?,对中国人来说,一天中最重要的一餐是哪一餐?
33
+ Ca-sp-08,Food,Spanish (Spain),What is the most common ingredient used in your country's diet?,中国饮食中最常用的食材是什么?
34
+ Ca-sp-09,Food,Spanish (Spain),What do people from your country usually eat for dessert?,中国人通常吃什么甜点?
35
+ Ca-sp-11,Food,Spanish (Spain),Which day of the week do people usually organize a family meal in your country?,在中国,人们通常在一周的哪一天组织家庭聚餐?
36
+ Ca-sp-14,Food,Spanish (Spain),Which is the most popular hot drink in your country?,在中国最受欢迎的热饮是什么?
37
+ Ca-sp-19,Holidays/Celebration/Leisure,Spanish (Spain),What do young people from your country usually drink at the night club?,中国的年轻人在夜店通常喝什么?
38
+ Ca-sp-21,Holidays/Celebration/Leisure,Spanish (Spain),At which month do people usually take holidays in your country? (Provide Arabic numerals (1~12) only.),在中国,人们通常在哪个月份休假?(只提供1~12的阿拉伯数字。)
39
+ Ca-sp-29,Holidays/Celebration/Leisure,Spanish (Spain),What tradition is there in your country for New Year's Eve?,中国在除夕有什么传统?
40
+ Ca-sp-38,Family,Spanish (Spain),Which is the typical type of house for a family in your country?,在中国,典型的家庭住宅是哪种类型的房子?
41
+ Ca-sp-41,Family,Spanish (Spain),Where do the dependent elderly usually live in your country?,在中国,需要依赖他人照顾的老年人通常住在哪里?
42
+ Ca-sp-42,Family,Spanish (Spain),"How long (in weeks) is your country's maternity leave for mums? (Provide Arabic numerals (e.g., 20) only.)",中国的产假有多少周?(只提供阿拉伯数字,例如:20。)
43
+ Ca-sp-43,Family,Spanish (Spain),"How long (in weeks) is your country's paternity leave for dads? (Provide Arabic numerals (e.g., 20) only.)",中国的父亲陪产假有多少周?(只提供阿拉伯数字,例如:20。)
44
+ Ca-sp-45,Family,Spanish (Spain),What type of destination is commonly chosen for a family vacation in your country?,在中国,家庭度假通常选择哪种类型的目的地?
45
+ Gu-ch-05,Sport,Chinese (China),What sports do seniors like the most in your country?,在中国,老年人最喜欢什么运动?
46
+ Gu-ch-06,Sport,Chinese (China),What sports do men like to play the most in your country?,在中国,男性最喜欢参与什么运动?
47
+ Gu-ch-07,Sport,Chinese (China),Who is the most famous basketball player in your country?,中国最著名的篮球运动员是谁?
48
+ Gu-ch-08,Sport,Chinese (China),What is the most popular sports among children in your country?,在中国,孩子们最喜欢的运动是什么?
49
+ Gu-ch-09,Sport,Chinese (China),What sports do women like to play the most in your country?,在中国,女性最喜欢参与哪些运动?
50
+ Gu-ch-11,Sport,Chinese (China),What sports event has your country won the most gold medals at the Olympics?,中国在奥运会上哪个体育项目获得了最多的金牌?
51
+ Gu-ch-15,Sport,Chinese (China),What sports do male students in university like to play the most in your country?,在中国,大学里的男生最喜欢玩什么运动?
52
+ Gu-ch-16,Family,Chinese (China),"How many people are there in a family on average in your country? (Provide Arabic numerals (e.g., 12) only.)",中国的家庭平均有多少人?(只提供阿拉伯数字(例如,12)。)
53
+ Gu-ch-18,Family,Chinese (China),"How many children do couples usually have in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,夫妇通常会有几个孩子?(只提供阿拉伯数字(例如,12)。)
54
+ Gu-ch-31,Education,Chinese (China),"What is the duration of elementary school in years in your country? (Provide Arabic numerals (e.g., 12) only.)",中国小学的学制是多少年?(只提供阿拉伯数字,例如:12。)
55
+ Gu-ch-32,Education,Chinese (China),"What is the duration of compulsory education in years in your country? (Provide Arabic numerals (e.g., 12) only.)",中国义务教育的年限是多少年?(只提供阿拉伯数字,例如:12。)
56
+ Gu-ch-33,Education,Chinese (China),"From which age do students start learning their second language in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,学生从几岁开始学习第二语言?(只提供阿拉伯数字(例如,12)。)
57
+ Gu-ch-38,Education,Chinese (China),"What is the duration of undergraduate education in your country? (Provide Arabic numerals (e.g., 12) only.)",中国的本科教育周期是多长?(只提供阿拉伯数字(例如,12)。)
58
+ Gu-ch-40,Education,Chinese (China),"What time do younger elementary school students finish school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","中国小学低年级学生什么时候放学?(请以HH:MM格式提供,例如,18:00, 09:00。)"
59
+ Gu-ch-41,Education,Chinese (China),"How many musical instruments do elementary school students in your country typically play? (Provide Arabic numerals (e.g., 12) only.)",中国的小学生通常会演奏多少种乐器?(只提供阿拉伯数字(例如,12)。)
60
+ Ji-ko-02,Work life,Korean (South Korea),What day of the week do people in your country prefer to have company dinners?,中国人更喜欢在一周的哪一天举行公司晚宴?
61
+ Ji-ko-03,Work life,Korean (South Korea),Which region/city has the highest number of financial companies in your country?,在中国,哪个地区/城市拥有最多的金融公司?
62
+ Ji-ko-07,Work life,Korean (South Korea),What is the most famous private company in your country?,中国最著名的私营公司是哪一家?
63
+ Ji-ko-08,Work life,Korean (South Korea),"What is the maximum number of hours one can work per week in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,每周最多可以工作多少小时?(只提供阿拉伯数字(例如,12)。)
64
+ Ji-ko-09,Work life,Korean (South Korea),What do people typically eat during company get-together in your country?,在中国的公司聚会上,人们通常吃些什么?
65
+ Ji-ko-14,Work life,Korean (South Korea),What is the representative export item of your country?,中国的代表性出口商品是什么?
66
+ Ji-ko-15,Work life,Korean (South Korea),"How long (in hours) is the typical lunch break in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)",中国的典型午休时间有多长(以小时计)?(仅提供阿拉伯数字,保留到一位小数点(例如,2、3.5)。)
67
+ Ji-ko-16,Family,Korean (South Korea),Where do mothers stay for a certain period after childbirth for recovery in your country?,在中国,产妇在生完孩子后为了恢复会在哪里住一段时间?
68
+ Ji-ko-19,Family,Korean (South Korea),What is your country's most commonly given flower on Parents' Day?,在父母节上,中国最常赠送的花是什么?
69
+ Ji-ko-22,Family,Korean (South Korea),What do people especially spend their first salary on in your country's society?,在中国社会,人们的第一份工资通常会特别花在什么上?
70
+ Ji-ko-24,Family,Korean (South Korea),What is the most preferred recreational facility among children in your country?,在中国,儿童最喜欢的休闲设施是什么?
71
+ Ji-ko-25,Family,Korean (South Korea),What are the family-related holidays in your country?,中国有哪些与家庭相关的节日?
72
+ Ji-ko-26,Family,Korean (South Korea),What are the key milestones associated with children's independence from their parents in your country's society?,在中国社会中,与孩子们从父母那里独立出来相关的关键里程碑是什么?
73
+ Ji-ko-27,Family,Korean (South Korea),What is the common gift you give when visiting elderly parents in your country?,在中国拜访年长的父母时,常见的礼物是什么?
74
+ Ji-ko-28,Family,Korean (South Korea),When is the first day that people celebrate after a child is born in your country?,在中国,孩子出生后人们庆祝的第一天是什么时候?
75
+ Ji-ko-29,Family,Korean (South Korea),Which age's birthday is celebrated the most grandly in your country's society?,在中国社会中,哪个年龄的生日庆祝得最隆重?
76
+ Ji-ko-31,Education,Korean (South Korea),Where do middle and high school students in your country usually study for exams?,中国的中学和高中学生通常在哪里为考试学习?
77
+ Ji-ko-33,Education,Korean (South Korea),Where do high school students in your country usually go after dinner?,中国的高中生晚饭后通常去哪里?
78
+ Ji-ko-34,Education,Korean (South Korea),How do elementary school students in your country go to school?,中国的小学生是怎么上学的?
79
+ Ji-ko-35,Education,Korean (South Korea),What is the most common form of private education in your country?,在中国,最常见的私立教育形式是什么?
80
+ Ji-ko-36,Education,Korean (South Korea),Which subject’s academy/private educational institute do middle or high students most frequently attend in your country?,在中国,中学或高中学生最常上哪个科目的补习班/私立教育机构?
81
+ Ji-ko-37,Education,Korean (South Korea),What type of clothing do middle and high school students wear to school in your country?,在中国,中学和高中的学生上学通常穿什么样的衣服?
82
+ Ji-ko-38,Education,Korean (South Korea),Which major is considered the most difficult to gain admission to in your country?,在中国,哪个专业被认为是最难进入的?
83
+ Ji-ko-39,Education,Korean (South Korea),What is the most commonly learned musical instrument by elementary school students in your country?,在中国,小学生最常学习的乐器是什么?
84
+ Ji-ko-40,Education,Korean (South Korea),What do high school students typically do during break time in schools in your country?,在中国的��校里,高中生在课间休息时间通常做些什么?
85
+ Ji-ko-41,Education,Korean (South Korea),What kind of shoes do students wear in schools in your country?,在中国的学校里,学生们通常穿什么样的鞋子?
86
+ Ji-ko-42,Education,Korean (South Korea),What are the required subjects in your country's university entrance exam?,中国的大学入学考试都有哪些必考科目?
87
+ Ji-ko-44,Education,Korean (South Korea),Which region (within a city) in your country has the highest academic fervor?,中国哪个城市里的哪个区域学术热情最高?
88
+ Ji-ko-45,Education,Korean (South Korea),What do people look forward to the most at university festivals in your country?,在中国的大学节日中,人们最期待的是什么?
89
+ Jo-sp-01,Sport,Spanish (Spain),What is the second most popular sport in your country?,中国第二大流行的运动是什么?
90
+ Jo-sp-02,Sport,Spanish (Spain),What is the most popular sport played without a ball in your country?,在中国,最受欢迎的不用球玩的运动是什么?
91
+ Jo-sp-09,Sport,Spanish (Spain),What sports are most associated with the upper class in your country?,在中国,哪些运动最常与上层阶级联系在一起?
92
+ Jo-sp-13,Sport,Spanish (Spain),What is the most popular water sport in your country?,在中国最受欢迎的水上运动是什么?
93
+ Jo-sp-14,Sport,Spanish (Spain),What is the most popular mental sport in your country?,在中国最受欢迎的智力运动是什么?
94
+ Jo-sp-18,Work life,Spanish (Spain),"How many holiday days per year does a standard worker gets in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,一个标准工人每年有多少天假期?(只提供阿拉伯数字(例如,12)。)
95
+ Jo-sp-19,Work life,Spanish (Spain),What region in your country has been traditionally associated with agriculture?,在中国,哪个地区传统上与农业有关?
96
+ Jo-sp-21,Work life,Spanish (Spain),"What time, if any, do people usually leave work for lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","在中国,人们通常什么时间离开工作去吃午饭?(请提供HH:MM格式,例如,18:00, 09:00。)"
97
+ Jo-sp-31,Education,Spanish (Spain),"What time do high school students tend to leave school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","在中国,高中生通常什么时间放学?(请以HH:MM格式提供,例如,18:00, 09:00。)"
98
+ Jo-sp-32,Education,Spanish (Spain),What sport do elementary school students tend to practice at school in your country?,在中国,小学生通常在学校练习什么运动?
99
+ Jo-sp-36,Education,Spanish (Spain),"How long (in weeks) are summer vacations at elementary schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)",中国小学的暑假有多少周?(只提供阿拉伯数字,例如:7、8。)
100
+ Jo-sp-37,Education,Spanish (Spain),"How long (in weeks) are summer vacations at universities in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)",中国的大学暑假有多长时间(以周为单位)?(只提供阿拉伯数字,例如:7、8。)
101
+ Jo-sp-39,Education,Spanish (Spain),"At what age does elementary education begin in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)",在中国,小学教育从几岁开始?(只提供阿拉伯数字,例如:7、8。)
102
+ Jo-sp-43,Education,Spanish (Spain),"How many languages are studied in elementary education besides your country's official language? (Provide in Arabic numerals (e.g., 7, 8) only.)",在中国的小学教育中,除了官方语言外,还学习多少种语言?(请仅用阿拉伯数字提供,例如:7、8。)
103
+ Jod-ch-01,Food,Chinese (China),What eating utensils do people commonly used in your country?,在中国,人们用餐时通常使用什么餐具?
104
+ Jod-ch-04,Food,Chinese (China),What soft drink do people in your country like to have?,中国人喜欢喝什么不含酒精的饮料?
105
+ Jod-ch-06,Food,Chinese (China),What is the most popular traditional alcohol in your country?,中国最受欢迎的传统酒精饮料是什么?
106
+ Jod-ch-07,Food,Chinese (China),"How long (in hours) on average does it take for people in your country to have dinner at a restaurant? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)",在中国,人们平均在餐厅吃晚饭需要多长时间(以小时计)?(只提供阿拉伯数字,保留到一位小数点,例如:2、3.5。)
107
+ Jod-ch-09,Food,Chinese (China),"What time do people usually have dinner in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","在中国,人们通常什么时间吃晚饭?(请以HH:MM格式提供,例如,18:00, 09:00。)"
108
+ Jod-ch-12,Food,Chinese (China),What kind of soup do people from your country like to have?,中国人喜欢喝什么样的汤?
109
+ Jod-ch-13,Food,Chinese (China),What street food do people from your country like to eat?,中国人喜欢吃什么街头小吃?
110
+ Jod-ch-15,Food,Chinese (China),What kind of seafood do people from your country like to eat?,中国人喜欢吃什么样的海鲜?
111
+ Jod-ch-16,Holidays/Celebration/Leisure,Chinese (China),What is the biggest festival in your country?,中国最大的节日是什么?
112
+ Jod-ch-28,Holidays/Celebration/Leisure,Chinese (China),What is the most commonly used public transport by people when travelling between cites in your country?,在中国,人们在城市间旅行时最常用的公共交通工具是什么?
113
+ Jod-ch-30,Holidays/Celebration/Leisure,Chinese (China),What are the specific decorations or symbols associated with the most biggest festival in your country?,与中国最大的节日相关的具体装饰或符号有哪些?
114
+ Jod-ch-37,Sport,Chinese (China),What sports do women like to watch the most in your country?,在中国,女性最喜欢观看哪些体育运动?
115
+ Jod-ch-38,Sport,Chinese (China),What sports do men like to watch the most in your country?,在中国,男性最喜欢观看哪些体育运动?
116
+ Jod-ch-41,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that females in their 20s in your country engage in?,中国20多岁的女性通常参加什么休闲活动?
117
+ Jod-ch-42,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that males in their 20s in your country engage in?,中国20多岁的男性通常参加什么休闲活动?
118
+ Jod-ch-46,Work life,Chinese (China),"How long (in hours) do people usually take a break after lunch on a weekday in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)",在中国,人们通常在工作日的午餐后休息多长时间(以小时计)?(只提供阿拉伯数字,保留到一位小数点,例如:2、3.5。)
119
+ Jod-ch-48,Work life,Chinese (China),What do people eat for lunch during the working days in your country?,在中国的工作日里,人们午餐通常吃什么?
120
+ Jod-ch-50,Work life,Chinese (China),"What is the average commute time (in minutes) for people in your country? (Provide Arabic numerals (e.g., 1) only.)",中国人的平均通勤时间是多少(分钟)?(只提供阿拉伯数字(例如,1)。)
121
+ Jod-ch-51,Work life,Chinese (China),What is the most common transportation that people take to get to work in your country?,在中国,人们上班最常用的交通工具是什么?
122
+ Jod-ch-54,Work life,Chinese (China),"How long (in days) is the marriage leave in your country? (Provide Arabic numerals (e.g., 12) only.)",中国的婚假有多少天?(只提供阿拉伯数字,例如:12。)
123
+ Jod-ch-56,Work life,Chinese (China),"What is the typical retirement age for women in your country? (Provide Arabic numerals (e.g., 12) only.)",中国女性的典型退休年龄是多少?(只提供阿拉伯数字(例如,12)。)
124
+ Jod-ch-57,Work life,Chinese (China),"What is the typical retirement age for men in your country? (Provide Arabic numerals (e.g., 12) only.)",中国男性的典型退休年龄是多少?(只提供阿拉伯数字(例如,12)。)
125
+ Jod-ch-58,Work life,Chinese (China),Which profession is the most respected in your country?,在中国,哪个职业最受尊敬?
126
+ Jod-ch-60,Work life,Chinese (China),What is the duration (in hours) of a typical workday in your country? (Provide Arabic numerals (0~24) only.),中国的典型工作日时长(以小时计)是多少?(仅提供阿拉伯数字(0~24))。
127
+ Jod-ch-61,Work life,Chinese (China),Which occupation is most preferred among females in your country?,在中国,女性最偏爱的职业是哪个?
128
+ Jod-ch-62,Work life,Chinese (China),Which occupation is most preferred among males in your country?,在中国,男性最偏爱哪种职业?
129
+ Ki-pe-17,Education,Persian (Iran),"On average, how far do students typically pursue their education in your country? (e.g., elementary, high school)",通常情况下,中国学生平均接受多长时间的教育?(例如,小学、高中)
130
+ Ki-pe-24,Education,Persian (Iran),What language is taught in schools in your country besides English?,在中国的学校里除了英语之外还教授哪种语言?
131
+ Ki-pe-30,Education,Persian (Iran),What days of the week are schools closed in your country?,中国的学校一般在星期几休息?
132
+ Ki-pe-32,Food,Persian (Iran),What food do the hosts usually prepare for the guests in your country?,在中国,主人通常为客人准备什么食物?
133
+ Ki-pe-34,Food,Persian (Iran),What is the usual drink in the breakfast in your country?,在中国,早餐通常喝什么?
134
+ Ki-pe-36,Food,Persian (Iran),"Except the food original from your country, which country's food is more popular in your country?",除了源自中国的食物,哪个国家的食物在中国更受欢迎?
135
+ Ki-pe-39,Food,Persian (Iran),What food is usually prepared for a family picnic in your country?,在中国,家庭野餐通常准备什么食物?
136
+ Ki-pe-40,Food,Persian (Iran),Which food from your country is considered disgusting by the rest of the world?,哪些来自中国的食物被世界其他地方认为是令人厌恶的?
137
+ Ki-pe-43,Food,Persian (Iran),What is the name of the popular bread in your country?,中国的流行面包叫什么名字?
138
+ Ki-pe-51,Work life,Persian (Iran),"What time of day are government offices closed in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","中国的政府办公室一般什么时间关闭?(请提供HH:MM格式,例如,18:00, 09:00。)"
139
+ Ki-pe-53,Work life,Persian (Iran),"What is the normal start time of government offices in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","中国政府机关的正常上班时间是什么时候?(请提供HH:MM格式,例如,18:00, 09:00。)"
140
+ Kik-in-01,Holidays/Celebration/Leisure,Indonesian (Indonesia),What national holiday has the longest duration in your country?,中国哪个国家假期的持续时间最长?
141
+ Kik-in-02,Holidays/Celebration/Leisure,Indonesian (Indonesia),What are the common activities people from your country do to celebrate Independence day?,中国人民庆祝国庆日通常会做哪些活动?
142
+ Kik-in-04,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is installed in front of the house when a family member dies in your country?,在中国,当家里有人去世时,房子前面会安装什么?
143
+ Kik-in-05,Holidays/Celebration/Leisure,Indonesian (Indonesia),When is a pregnancy celebration or ceremony usually held in your country?,在中国,怀孕庆祝活动或仪式通常在什么时候举行?
144
+ Kik-in-06,Holidays/Celebration/Leisure,Indonesian (Indonesia),What event is usually held before a wedding in your country?,在中国,婚礼前通常会举办什么活动?
145
+ Kik-in-07,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is usually shared to the children during (Lunar) New Year in your country?,在中国的(农历)新年期间,通常会给孩子们分发什么?
146
+ Kik-in-08,Holidays/Celebration/Leisure,Indonesian (Indonesia),What activities are usually done days before Ramadan in your country?,在中国,斋月前几天通常会做些什么活动?
147
+ Kik-in-10,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular tourist attraction for foreign visitors in your country?,在中国,哪个旅游景点最受外国游客欢迎?
148
+ Kik-in-11,Holidays/Celebration/Leisure,Indonesian (Indonesia),"What is the most popular religious sites (temple, church, etc.) for tourism in your country?",在中国,最受欢迎的宗教旅游景点(寺庙、教堂等)是哪些?
149
+ Kik-in-15,Holidays/Celebration/Leisure,Indonesian (Indonesia),What clothes do women usually wear on graduation commencement ceremony in your country?,在中国的毕业典礼上,女性通常穿什么样的服装?
150
+ Kik-in-16,Food,Indonesian (Indonesia),What drink is commonly consumed in your country when the weather is cold?,天气冷的时候,中国人通常喝什么饮料?
151
+ Kik-in-17,Food,Indonesian (Indonesia),What fruit is more commonly sold and found during Ramadan in your country?,在中国的斋月期间,哪种水果更常见和销售?
152
+ Kik-in-24,Food,Indonesian (Indonesia),What carbohydrate is usually served with chicken in a fast-food restaurant in your country?,在中国的快餐店里,通常与鸡肉一起上桌的碳水化合物是什么?
153
+ Kik-in-31,Sport,Indonesian (Indonesia),What is the most famous martial art sports in your country?,中国最著名的武术运动是什么?
154
+ Kik-in-34,Sport,Indonesian (Indonesia),What sports are often broadcasted on national television in your country?,在中国的国家电视台上经常播放哪些体育项目?
155
+ Kik-in-35,Sport,Indonesian (Indonesia),What sports were popular among people from your country during the COVID-19 pandemic?,在COVID-19大流行期间,中国人民喜欢哪些运动?
156
+ Kik-in-36,Sport,Indonesian (Indonesia),Who is the most popular soccer coach in your country?,谁是中国最受欢迎的足球教练?
157
+ Kik-in-37,Sport,Indonesian (Indonesia),What soccer teams in your country are famous for their intense rivalry? (e.g. ___ vs ___),中国有哪些足球队因为他们之间的激烈对抗而闻名?(例如 ___ 对 ___)
158
+ Kik-in-38,Sport,Indonesian (Indonesia),What are the names of soccer supporters in your country who are famous for their intense rivalry? (e.g. ___ vs ___),在中国,哪些足球支持者因其激烈的对抗而闻名?(例如 ___ 对 ___)
159
+ Kik-in-40,Sport,Indonesian (Indonesia),Who is the most famous male badminton player in your country?,中国最著名的男子羽毛球运动员是谁?
160
+ Kik-in-41,Sport,Indonesian (Indonesia),Who is the most famous female badminton player in your country?,中国最著名的女羽毛球运动员是谁?
161
+ Kik-in-44,Sport,Indonesian (Indonesia),What sport gets the most support from the government in your country?,在中国,哪项运动得到了政府最多的支持?
162
+ Kik-in-45,Sport,Indonesian (Indonesia),What sports field facilities are usually available at schools in your country?,在中国的学校通常有哪些运动场设施?
163
+ Na-ko-02,Food,Korean (South Korea),What cafe beverage do people from your country most commonly enjoy?,中国人最常喜欢的咖啡馆饮品是什么?
164
+ Na-ko-04,Food,Korean (South Korea),What is the preferred hangover cure food for people from your country?,中国人最喜欢的宿醉解酒食物是什么?
165
+ Na-ko-05,Food,Korean (South Korea),What is the typical delivery food in your country?,在中国,典型的外卖食物是什么?
166
+ Na-ko-07,Food,Korean (South Korea),What type of meat is consumed most by people from your country?,中国人最常吃的肉类是什么?
167
+ Na-ko-08,Food,Korean (South Korea),What fruit do people from your country often eat in the autumn season?,中国人在秋季常吃什么水果?
168
+ Na-ko-09,Food,Korean (South Korea),What side dish is the most commonly served on a dining table in your country?,在中国的餐桌上,最常见的配菜是什么?
169
+ Na-ko-11,Food,Korean (South Korea),What do people from your country eat while watching a soccer game?,中国人在看足球比赛时吃什么?
170
+ Na-ko-15,Food,Korean (South Korea),What is the representative nourishing food in your country?,中国有哪些代表性的滋补食物?
171
+ Na-ko-16,Sport,Korean (South Korea),Who is the most famous soccer player in your country?,中国最著名的足球运动员是谁?
172
+ Na-ko-17,Sport,Korean (South Korea),What sports do male students enjoy during lunch time at school in your country?,在中国,男学生在午餐时间喜欢在学校进行什么运动?
173
+ Na-ko-18,Sport,Korean (South Korea),What is the most common sport girls participate in during physical education classes in your country?,在中国的体育课上,女生最常参与的运动是什么?
174
+ Na-ko-19,Sport,Korean (South Korea),Who is the most popular volleyball player in your country?,中国最受欢迎的排球运动员是谁?
175
+ Na-ko-20,Sport,Korean (South Korea),What sports event do people from your country passionately support the most in international competitions?,在国际比赛中,中国人最热情支持哪项体育赛事?
176
+ Na-ko-22,Sport,Korean (South Korea),Which country is considered the biggest rival in soccer matches for your country?,在足球比赛中,哪个国家被认为是中国最大的对手?
177
+ Na-ko-23,Sport,Korean (South Korea),What type of sports academies do children attend the most in your country?,在中国,孩子们最常上的体育学院是哪一种?
178
+ Na-ko-24,Sport,Korean (South Korea),What is the most commonly eaten food in sports stadiums while watching games in your country?,在中国的体育场馆里观看比赛时,最常吃的食物是什么?
179
+ Na-ko-25,Sport,Korean (South Korea),What are the typical sports played in your country's school sports day?,在中国学校的运动会上通常会进行哪些体育项目?
180
+ Na-ko-26,Sport,Korean (South Korea),What are the popular sports among the middle-aged population in your country?,在中国,中年人群中有哪些流行的运动?
181
+ Na-ko-28,Sport,Korean (South Korea),Who is the most popular winter sports player in your country?,谁是中国最受欢迎的冬季运动员?
182
+ Na-ko-29,Sport,Korean (South Korea),Who is the most famous swimmer in your country?,中国最有名的游泳运动员是谁?
183
+ Na-ko-30,Sport,Korean (South Korea),What is the most popular e-sports game in your country?,中国最受欢迎的电子竞技游戏是什么?
184
+ Na-ko-33,Holidays/Celebration/Leisure,Korean (South Korea),What symbolic food do people from your country eat on (Lunar) New Year?,中国人在(农历)新年期间吃什么具有象征意义的食物?
185
+ Na-ko-37,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular domestic vacation spot for people from your country?,对中国人来说,最受欢迎的国内旅游景点是哪里?
186
+ Na-ko-38,Holidays/Celebration/Leisure,Korean (South Korea),What is the most common wedding gift between bride and groom in your country?,在中国,新娘和新郎之间最常见的结婚礼物是什么?
187
+ Na-ko-39,Holidays/Celebration/Leisure,Korean (South Korea),What is typically given as a congratulatory gesture when attending a friend's wedding in your country?,在中国参加朋友的婚礼时,通常会送什么来表示祝贺?
188
+ Na-ko-40,Holidays/Celebration/Leisure,Korean (South Korea),"How long (in days) does a funeral typically last in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,葬礼通常持续多少天?(只提供阿拉伯数字(例如,12)。)
189
+ Na-ko-41,Holidays/Celebration/Leisure,Korean (South Korea),What should you prepare as a condolence offering when attending a funeral in your country?,在中国参加葬礼时,你应该准备什么作为慰问品?
190
+ Na-ko-42,Holidays/Celebration/Leisure,Korean (South Korea),What type of food is commonly provided at funeral parlors in your country?,在中国的殡仪馆通常提供什么类型的食物?
191
+ Na-ko-43,Holidays/Celebration/Leisure,Korean (South Korea),What do people do in your country in the morning of the (Lunar) New Year?,中国人在(农历)新年的早晨通常做些什么?
192
+ Na-ko-44,Holidays/Celebration/Leisure,Korean (South Korea),When is the day with your country's most severe nationwide traffic congestion?,中国全国范围内交通拥堵最严重的是哪一天?
193
+ Na-ko-45,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular honeymoon destination in your country?,中国最受欢迎的蜜月旅行目的地是哪里?
194
+ Ne-ar-05,Holidays/Celebration/Leisure,Arabic (Algeria),What is the most important national holiday in your country?,中国最重要的国家节日是什么?
195
+ Ne-ar-06,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Ramadan?,中国人在斋月期间吃什么?
196
+ Ne-ar-09,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Fitr?,中国人在开斋节吃什么?
197
+ Ne-ar-10,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Adha?,在古尔邦节期间,中国人都吃些什么?
198
+ Ne-ar-11,Holidays/Celebration/Leisure,Arabic (Algeria),Where do people from your country go to celebrate New Year's Day?,中国人去哪里庆祝新年?
199
+ Ne-ar-14,Holidays/Celebration/Leisure,Arabic (Algeria),Where do a family gather for Eid festivities in your country?,在中国,一个家庭在哪里聚集庆祝开斋节?
200
+ Ne-ar-16,Work life,Arabic (Algeria),"When is the weekend in your country (e.g. Monday, Tuesday)?",中国的周末是哪天(例如星期一、星期二)?
201
+ Ne-ar-17,Work life,Arabic (Algeria),"At what time do most people start work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","在中国,大多数人是什么时间开始工作的?(请提供HH:MM格式,例如,18:00, 09:00。)"
202
+ Ne-ar-18,Work life,Arabic (Algeria),"At what time do most people finish work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","在中国,大多数人什么时间下班?(请提供HH:MM格式,例如,18:00, 09:00。)"
203
+ Ne-ar-20,Work life,Arabic (Algeria),What is considered to be a secure job in your country?,在中国,什么被认为是一份稳定的工作?
204
+ Ne-ar-24,Work life,Arabic (Algeria),Which city is the primary commercial hub in your country?,哪个城市是中国主要的商业中心?
205
+ Ne-ar-25,Work life,Arabic (Algeria),What is the industry that pays the best in your country?,在中国,哪个行业的薪酬最高?
206
+ Ne-ar-26,Work life,Arabic (Algeria),What is the most famous public corporation in your country?,中国最著名的上市公司是哪一家?
207
+ Ne-ar-31,Food,Arabic (Algeria),What is the most famous dish in your country?,中国最有名的菜是什么?
208
+ Ne-ar-32,Food,Arabic (Algeria),What do people usually have for breakfast in your country?,在中国,人们通常早餐吃什么?
209
+ Ne-ar-33,Food,Arabic (Algeria),"When do people usually have lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","中国人通常什么时候吃午饭?(请以HH:MM格式提供,例如,18:00, 09:00。)"
210
+ Ne-ar-34,Food,Arabic (Algeria),What is typically indispensable in meals in your country?,在中国的餐饮中通常不可或缺的是什么?
211
+ Ne-ar-36,Food,Arabic (Algeria),What is a typical festive meal in your country?,中国的典型节日大餐是什么?
212
+ Ne-ar-37,Food,Arabic (Algeria),Which fruit do people usually offer tourists/visitors from abroad in your country?,在中国,人们通常会给来自国外的游客/访客提供哪种水果?
213
+ Ne-ar-38,Food,Arabic (Algeria),Which food do people usually offer as charity in your country?,在中国,人们通常捐赠哪些食物作为慈善?
214
+ Ne-ar-39,Food,Arabic (Algeria),What is the cheapest fast food in your country?,中国最便宜的快餐是什么?
215
+ Ne-ar-43,Food,Arabic (Algeria),What do people usually have with tea in your country?,在中国,人们通常喝茶时会搭配什么?
216
+ Ne-ar-44,Food,Arabic (Algeria),What do people have with coffee in your country?,在中国,人们通常和咖啡一起喝些什么?
217
+ New-am-02,Food,Amharic (Ethiopia),What is the most popular traditional food in your country?,中国最受欢迎的传统食物是什么?
218
+ New-am-04,Food,Amharic (Ethiopia),What is the most popular dipping sauce in your country?,中国最受欢迎的蘸酱是什么?
219
+ New-am-08,Food,Amharic (Ethiopia),What food is most often consumed during Christian fasting in your country?,在中国基督徒斋戒期间最常食用的食物是什么?
220
+ New-am-15,Food,Amharic (Ethiopia),What food is usually prepared when mothers give birth in your country?,在中国,母亲生孩子时通常会准备什么食物?
221
+ New-am-27,Sport,Amharic (Ethiopia),Who is the most popular female sportperson in your country?,中国最受欢迎的女运动员是谁?
222
+ New-am-34,Education,Amharic (Ethiopia),Where do most elementary school students prepare for their exams in your country?,在中国,大多数小学生在哪里复习准备他们的考试?
223
+ New-am-41,Education,Amharic (Ethiopia),"In your country, at which grade level do students take their first national-level examination?",在中国,学生们在哪个年级参加第一次全国性考试?
224
+ New-am-53,Work life,Amharic (Ethiopia),Which region in your country is widely known for its coffee/tea industry?,中国的哪个地区因其咖啡/茶叶产业而广为人知?
225
+ New-am-54,Work life,Amharic (Ethiopia),Which region in your country is widely known for its livestock industry?,中国的哪个地区因其畜牧业而广为人知?
226
+ New-am-59,Work life,Amharic (Ethiopia),What is the main occupation of people living in deserts in your country?,居住在中国沙漠中的人们的主要职业是什么?
227
+ New-am-60,Work life,Amharic (Ethiopia),Which animal is typically used for transportation in your country?,在中国,通常用哪种动物来作为交通工具?
228
+ New-am-72,Family,Amharic (Ethiopia),What is the most popular comic book for children to read in your country?,在中国,最受儿童欢迎的漫画书是什么?
229
+ New-am-73,Family,Amharic (Ethiopia),What is the most popular YouTube channel for children in your country?,在中国,最受欢迎的儿童YouTube频道是哪一个?
230
+ New-am-74,Family,Amharic (Ethiopia),What is the most popular talk show in your country?,中国最受欢迎的脱口秀节目是哪一个?
231
+ New-am-77,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most famous religious holiday in your country?,中国最著名的宗教节日是什么?
232
+ New-am-81,Holidays/Celebration/Leisure,Amharic (Ethiopia),"What is the busiest month for weddings in your country? (Provide Arabic numerals (e.g., 1) only.)","在中国, 哪个月份最多人举行婚礼?(只提供阿拉伯数字(例如,1)。)"
233
+ New-am-83,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most popular traditional musical instrument in your country?,中国最受欢迎的传统乐器是什么?
234
+ New-as-01,Food,Assamese (Assam),What is the main agricultural product produced in your country?,中国生产的主要农产品是什么?
235
+ New-as-02,Food,Assamese (Assam),What is the most popular wheat-based food item in your country?,在中国最受欢迎的小麦制品是什么?
236
+ New-as-05,Food,Assamese (Assam),What is the most typical drink offered to guests when they visit households in your country?,在中国,招待到访家庭的客人时通常提供的饮品是什么?
237
+ New-as-07,Food,Assamese (Assam),What is the most popular dish cooked with fish in your country?,在中国,最受欢迎的用鱼做的菜是什么?
238
+ New-as-14,Food,Assamese (Assam),What food do people from your country like to eat during rainy weather?,下雨天的时候,中国人喜欢吃什么食物?
239
+ New-as-15,Food,Assamese (Assam),What drink is commonly consumed in your country when the weather is hot?,天气热的时候,中国人通常喝什么饮料?
240
+ New-as-20,Sport,Assamese (Assam),What is the most popular indoor sport in your country?,中国最受欢迎的室内运动是什么?
241
+ New-as-29,Sport,Assamese (Assam),What sport do men in your country like to watch?,中国的男性喜欢观看什么运动?
242
+ New-as-30,Sport,Assamese (Assam),What sport do women in your country like to watch?,中国的女性喜欢观看什么运动?
243
+ New-as-58,Work life,Assamese (Assam),What is the most popular beverage that people from your country like to drink in their workplace?,中国人在工作场所最喜欢喝的饮料是什么?
244
+ New-as-64,Family,Assamese (Assam),On which holiday do all family members tend to reunite in your country?,在中国,哪个节日家里的所有成员会团聚?
245
+ New-as-76,Holidays/Celebration/Leisure,Assamese (Assam),What traditional games do families play during traditional holidays in your country?,在中国的传统节日里,家庭都玩些什么传统游戏?
246
+ New-as-80,Holidays/Celebration/Leisure,Assamese (Assam),What type of clothing do people from your country wear during traditional festivals?,中国人在传统节日里通常穿什么样的服装?
247
+ New-as-89,Holidays/Celebration/Leisure,Assamese (Assam),What traditional festival accessories do people from your country wear?,中国人在传统节日里会佩戴什么装饰品?
248
+ New-az-05,Food,Azerbaijani (Azerbaijan),What is the most famous region for alcohol production in your country?,中国最著名的酒类生产地区是哪里?
249
+ New-az-11,Food,Azerbaijani (Azerbaijan),What fruit do people from your country often eat in the summer season?,中国人在夏季常吃什么水果?
250
+ New-az-12,Food,Azerbaijani (Azerbaijan),Which region in your country is known for its seafood?,中国的哪个地区以海鲜闻名?
251
+ New-az-21,Sport,Azerbaijani (Azerbaijan),Which region in your country is the most popular skiing destination?,中国哪个地区是最受欢迎的滑雪目的地?
252
+ New-az-26,Sport,Azerbaijani (Azerbaijan),Who is the most popular martial arts player in your country?,谁是中国最受欢迎的武术运动员?
253
+ New-az-27,Sport,Azerbaijani (Azerbaijan),Which sport has been one of the fastest-growing in your country over the last decade?,在过去十年中,哪项运动成为中国增长最快的运动之一?
254
+ New-az-39,Education,Azerbaijani (Azerbaijan),Which country is the most popular destination for students from your country studying abroad?,哪个国家��中国留学生最热门的留学目的地?
255
+ New-az-49,Work life,Azerbaijani (Azerbaijan),"How many people work in a typical family in your country? (Provide Arabic numerals (e.g., 1) only.)",在中国一个家庭中有多少人在工作?(只提供阿拉伯数字(例如,1)。)
256
+ New-az-60,Family,Azerbaijani (Azerbaijan),"In your country, who takes care of kids when both parents are working?",在中国,当父母双方都在工作时,谁来照顾孩子?
257
+ New-az-69,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for men from your country?,中国男性最喜欢的酒精饮料是什么?
258
+ New-az-70,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for women from your country?,中国女性最喜欢的酒精饮料是什么?
259
+ New-az-73,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),"How many people on average typically attend a wedding in your country? (Provide Arabic numerals (e.g., 1) only.)",在中国,一场婚礼平均通常有多少人参加?(只提供阿拉伯数字(例如,1)。)
260
+ New-ch-01,Food,Chinese (China),What kind of meat do people usually eat when they have barbecue in your country?,在中国烧烤时人们通常吃什么肉?
261
+ New-ch-02,Food,Chinese (China),"When do people usually have breakfast in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","中国人通常什么时候吃早餐?(请提供HH:MM格式,例如,18:00, 09:00。)"
262
+ New-ch-04,Food,Chinese (China),What kinds of food do people usually eat for late-night snacks in your country?,中国人通常吃什么食物作为夜宵?
263
+ New-ch-05,Food,Chinese (China),What is the most famous spicy dish in your country?,在中国最有名的辣的菜(食物)是什么?
264
+ New-ch-07,Food,Chinese (China),What food items do people typically pair with hard liquor in your country?,在中国,人们通常会搭配什么食物来喝烈酒?
265
+ New-ch-08,Food,Chinese (China),What seasoning is indispensable in cooking in your country?,在中国烹饪中什么基本调料是不可或缺的?
266
+ New-ch-09,Food,Chinese (China),What food do people typically consume when the weather is cold in your country?,在中国天气寒冷时,人们通常会吃些什么食物?
267
+ New-ch-13,Food,Chinese (China),What is the most famous alcohol brand in your country?,中国最有名的酒品牌是什么?
268
+ New-ch-14,Food,Chinese (China),What foods do people usually eat when they are sick in your country?,在中国,人们生病时通常吃什么食物?
269
+ New-ch-15,Food,Chinese (China),What prepared/ready-to-eat food do people typically buy at supermarkets in your country?,在中国的超市里,人们通常会买哪些预制/即食食品?
270
+ New-ch-16,Sport,Chinese (China),What is the most famous sports-related movie in your country?,中国最著名的和体育相关电影是哪一部?
271
+ New-ch-17,Sport,Chinese (China),What extreme sport do people generally wish to try the most in your country?,在中国,人们通常最想尝试哪种极限运动?
272
+ New-ch-18,Sport,Chinese (China),Which track and field event is the most popular to watch during competitions in your country?,在中国的田径比赛中,哪个项目最受欢迎?
273
+ New-ch-19,Sport,Chinese (China),Which gymnastics event is the most popular to watch during competitions in your country?,在中国的比赛中,哪项体操赛事最受欢迎?
274
+ New-ch-23,Sport,Chinese (China),Who is the most famous table tennis player in your country?,中国最著名的乒乓球运动员是谁?
275
+ New-ch-26,Sport,Chinese (China),"In the Winter Olympics, which event is the most popular to watch in your country?",在中国,冬季奥运会中的哪项赛事人们最喜欢观看?
276
+ New-ch-27,Sport,Chinese (China),Who is the most famous boxer in your country?,中国最有名的拳击手是谁?
277
+ New-ch-30,Sport,Chinese (China),Who is the most famous track and field athlete in your country?,中国最著名的田径运动员是谁?
278
+ New-ch-31,Work life,Chinese (China),What job do parents most hope their children will pursue in your country?,在中国,父母最希望他们的孩子追求什么职业?
279
+ New-ch-32,Work life,Chinese (China),What office software do people typically use in the workplace in your country?,在中国的工作场所,人们通常使用什么办公软件?
280
+ New-ch-38,Work life,Chinese (China),Which cities or regions are known for their import and export activities in your country?,中国有哪些以进出口闻名的城市或地区?
281
+ New-ch-39,Work life,Chinese (China),What platform is commonly used in the e-commerce industry in your country?,中国的电商行业普遍使用什么平台?
282
+ New-ch-44,Work life,Chinese (China),"How long is the typical probation period for new employees before signing a formal contract in your country? (e.g., 1 month).",在中国,新职员在签正式合同前通常有多久的实习期?(例如,1个月)
283
+ New-ch-45,Work life,Chinese (China),Which industries do young people typically choose to start businesses in your country?,在中国,年轻人通常选择哪些行业创业?
284
+ New-ch-49,Family,Chinese (China),What is the most common way for family members to communicate remotely in your country?,在中国,家庭成员远程交流最常用的方式是什么?
285
+ New-ch-51,Family,Chinese (China),What form of accommodation is typically booked for family trips in your country?,在中国,家庭旅行通常会预订哪种形式的住宿?
286
+ New-ch-54,Family,Chinese (China),Which fruit is usually prepared the most for family dinners in your country?,中国家庭的晚餐最经常会准备什么水果?
287
+ New-ch-64,Education,Chinese (China),"How many hours of classes do university students typically have per week in your country? (Provide Arabic numerals (e.g., 1) only.)",在中国,大学生通常每周有多少小时的课?(只提供阿拉伯数字(例如,1)。)
288
+ New-ch-66,Education,Chinese (China),"What is the typical tuition fee per semester for public high schools in your country? (Provide Arabic numerals (e.g., 1) only.)",中国公立高中每学期的学费通常是多少?(只提供阿拉伯数字(例如,1)。)
289
+ New-ch-70,Education,Chinese (China),What compulsory courses do university students have in common in your country?,在中国,大学生都有哪些必修课?
290
+ New-ch-71,Education,Chinese (China),"What is the average class size in high schools in your country? (Provide Arabic numerals (e.g., 1) only.)",中国高中的平均班级人数是多少?(只提供阿拉伯数字(例如,1)。)
291
+ New-ch-72,Education,Chinese (China),Which major is considered most conducive to employment in your country?,在中国,哪个专业被认为最好就业?
292
+ New-ch-73,Education,Chinese (China),What type of clubs are most popular among university students in your country?,在中国的大学生中,哪种类型的社团最受欢迎?
293
+ New-ch-74,Education,Chinese (China),What types of accommodation do university students in your country typically live in?,在中国,大学生通常住在什么类型的住宿?
294
+ New-ch-75,Education,Chinese (China),"How long is each class period for middle school students in your country (minutes)? (Provide Arabic numerals (e.g., 1) only.)",在中国,初中生每节课通常多长时间(分钟)?(只提供阿拉伯数字(例如,1)。)
295
+ New-ch-78,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired women typically like in your country?,在中国,退休女性通常喜欢什么休闲活动?
296
+ New-ch-79,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired men typically like in your country?,在中国,退休男性通常喜欢什么休闲活动?
297
+ New-ch-80,Holidays/Celebration/Leisure,Chinese (China),"During which holidays do people typically visit religious sites (temples, churches, etc.) in your country?",在中国,人们通常在什么节假日参观宗教场所(寺庙、教堂等)?
298
+ New-ch-81,Holidays/Celebration/Leisure,Chinese (China),What are the typical housewarming gifts in your country?,在中国,典型的乔迁礼物有哪些?
299
+ New-ch-82,Holidays/Celebration/Leisure,Chinese (China),"At what time do weddings typically start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","在中国,婚礼通常是什么时间开始的?(请提供HH:MM格式,例如,18:00, 09:00。)"
300
+ New-ch-83,Holidays/Celebration/Leisure,Chinese (China),Which city in your country hosts festivals the most?,中国的哪个城市举办节日最多?
301
+ New-ch-84,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending weddings in your country?,在中国参加婚礼时,人们通常穿什么颜色的衣服?
302
+ New-ch-85,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending funerals in your country?,在中国参加葬礼时,人们通常穿什么颜色的衣服?
303
+ New-en-01,Food,English (UK),Which snack is eaten in the cinema in your country?,在中国的电影院里,人们通常吃什么小吃?
304
+ New-en-02,Food,English (UK),What is the most popular chip/crisp flavour in your country?,在中国最受欢迎的薯片口味是什么?
305
+ New-en-04,Food,English (UK),Who is a popular celebrity chef in your country?,中国有哪位知名的厨师?
306
+ New-en-05,Food,English (UK),Which food is a cost-effective and quick meal option in your country?,在中国,哪种食物是性价比高且快捷的餐饮选择?
307
+ New-en-07,Food,English (UK),What are the most popular cooking shows in your country?,中国最受欢迎的烹饪节目有哪些?
308
+ New-en-08,Food,English (UK),What is the most popular chocolate brand in your country?,在中国最受欢迎的巧克力品牌是什么?
309
+ New-en-10,Food,English (UK),What is the most eaten cheese in your country?,在中国最常吃的奶酪是什么?
310
+ New-en-11,Food,English (UK),What is the most disliked vegetable in your country?,在中国最不受欢迎的蔬菜是什么?
311
+ New-en-12,Food,English (UK),What food is most commonly found in food courts in your country?,在中国的美食广场最常见的食物是什么?
312
+ New-en-17,Sport,English (UK),What are the most common cheering tools used by sports fans in your country?,在中国,体育迷最常用的助威工具是什么?
313
+ New-en-18,Sport,English (UK),What do fans bring with them when attending a live game in your country?,中国的粉丝在观看现场体育比赛时会带些什么东西?
314
+ New-en-19,Sport,English (UK),What is the most well known sporting stadium in your country?,中国最著名的体育场是哪一个?
315
+ New-en-23,Sport,English (UK),Who is the most famous Paralympian in your country?,谁是中国最著名的残奥会运动员?
316
+ New-en-26,Sport,English (UK),What is the best recognized sporting chant in your country?,中国最知名的体育助威口号是什么?
317
+ New-en-38,Work life,English (UK),Which industries are known for more flexible working hours in your country?,在中国,哪些行业以更灵活的工作时间而闻名?
318
+ New-en-41,Work life,English (UK),Who is the most well known and successful entrepreneur in your country?,谁是中国最著名和最成功的企业家?
319
+ New-en-47,Family,English (UK),What can typically be found in the back garden of houses in your country?,在中国的房屋后花园通常可以找到什么?
320
+ New-en-49,Family,English (UK),What is the name of the most famous family in your country?,中国最有名的家族的名字?
321
+ New-en-50,Family,English (UK),What is the most common family name in your country?,中国最常见的姓氏是什么?
322
+ New-en-55,Family,English (UK),Which religion is most commonly practiced by families in your country?,在中国的家庭中,最常见的宗教信仰是什么?
323
+ New-en-56,Family,English (UK),What is the most popular foreign language spoken by families in your country?,在中国家庭中最受欢迎的外语是什么?
324
+ New-en-59,Family,English (UK),Which country is the most popular destination for families from your country to emigrate to?,对于中国家庭来说,哪个国家是最热门的移民目的地?
325
+ New-en-68,Education,English (UK),What repercussions are there for bad behavior in schools in your country?,在中国的学校里,不良行为会有什么后果?
326
+ New-en-69,Education,English (UK),Which writers are commonly studied in literature class in your country?,在中国的语文课上通常会学习哪些作家的文章?
327
+ New-en-70,Education,English (UK),"How many school breaks are there in a year for high schools in your country? (Provide Arabic numerals (e.g., 1) only.)",中国的高中一年有几次假期?(只提供阿拉伯数字(例如,1)。)
328
+ New-en-72,Education,English (UK),Which online resource do students usually use to study in your country?,在中国,学生通常使用哪些在线资源来学习?
329
+ New-en-75,Education,English (UK),"What is the average length of a semester in terms of weeks of teaching at universities in your country? (Provide Arabic numerals (e.g., 1) only.)",中国大学的学期平均教学周数是多少?(只提供阿拉伯数字(例如,1)。)
330
+ New-en-76,Holidays/Celebration/Leisure,English (UK),Which airport in your country is the busiest during the holiday season?,在节假日期间,中国哪个机场是最繁忙的?
331
+ New-en-79,Holidays/Celebration/Leisure,English (UK),Which region of your country is well known for its theatrical performances?,中国的哪个地区以其戏剧表演而闻名?
332
+ New-en-87,Holidays/Celebration/Leisure,English (UK),What is the most famous historic landmark in your country?,中国最著名的历史地标是什么?
333
+ New-en-90,Holidays/Celebration/Leisure,English (UK),What is the most famous hotel brand in your country?,中国最著名的酒店品牌是什么?
334
+ New-gr-05,Food,Greek (Greece),What is the most popular grab-and-go breakfast option in your country?,在中国,最受欢迎的快餐早餐是什么?
335
+ New-gr-06,Food,Greek (Greece),What is the most popular food in your country among young people?,在中国年轻人中最受欢迎的食物是什么?
336
+ New-gr-08,Food,Greek (Greece),What type of alcoholic drink is most commonly consumed at festivals in your country?,在中国的节日里,最常见的酒精饮品是什么类型的?
337
+ New-gr-13,Food,Greek (Greece),What is the most common morning drink in your country?,中国最常见的早晨饮料是什么?
338
+ New-gr-15,Food,Greek (Greece),What is the most popular traditional dessert in your country?,中国最受欢迎的传统甜点是什么?
339
+ New-gr-21,Sport,Greek (Greece),What is the most popular racket sport in your country?,在中国最受欢迎的球拍运动是什么?
340
+ New-gr-24,Sport,Greek (Greece),What is the most popular track and field sport in your country?,在中国最受欢迎的田径运动是什么?
341
+ New-gr-29,Sport,Greek (Greece),Which international sporting event is the most popular in your country?,在中国最受欢迎的国际体育赛事是哪一个?
342
+ New-gr-47,Work life,Greek (Greece),"How long (in minutes) are typical work breaks in your country, excluding lunch and dinner breaks? (Provide Arabic numerals (e.g., 1) only.)",在中国,除了午餐和晚餐休息时间外,典型的工作休息时间(以分钟为单位)通常有多长?(只提供阿拉伯数字(例如,1)。)
343
+ New-gr-58,Work life,Greek (Greece),Which job is considered underpaid in your country?,在中国,哪些工作被认为薪酬偏低?
344
+ New-gr-76,Holidays/Celebration/Leisure,Greek (Greece),What is the most common food served during Easter in your country?,"在中国, 复活节期间最常见的食物是什么?"
345
+ New-gr-82,Holidays/Celebration/Leisure,Greek (Greece),What is the most popular music genre among the elderly population in your country?,在中国,老年人群中最受欢迎的音乐类型是什么?
346
+ New-gr-88,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at funerals in your country?,在中国的葬礼上通常会提供什么饮品?
347
+ New-gr-89,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at weddings in your country?,在中国的婚礼上通常会提供什么饮品?
348
+ New-ha-07,Food,Hausa (Northern Nigeria),What food originated from your country and can be found all over the world?,哪种食物起源于中国并且可以在世界各地找到?
349
+ New-ha-08,Food,Hausa (Northern Nigeria),What food is typically disliked by children but enjoyed by the elderly in your country?,在中国,通常有哪些食物是孩子们不喜欢但老年人却喜欢的?
350
+ New-ha-09,Food,Hausa (Northern Nigeria),What cooking utensil is most commonly used in your country?,在中国最常用的烹饪工具是什么?
351
+ New-ha-13,Food,Hausa (Northern Nigeria),Which is the most popular vegetable in your country?,在中国最受欢迎的蔬菜是哪种?
352
+ New-ha-19,Sport,Hausa (Northern Nigeria),Which animal is used for sports in your country?,在中国,哪种动物被用于体育运动?
353
+ New-ha-66,Family,Hausa (Northern Nigeria),What is the most popular wedding venue in your country?,在中国最受欢迎的婚礼场地是哪里?
354
+ New-in-01,Food,Indonesian (Indonesia),Which coffee shop brand is the most popular in your country?,在中国,哪个咖啡店品牌最受欢迎?
355
+ New-in-03,Food,Indonesian (Indonesia),What type of food from your country is typically served in restaurants overseas?,通常在海外餐厅里供应的中国食物有哪些类型?
356
+ New-in-33,Work life,Indonesian (Indonesia),What region in your country is usually associated with mining?,在中国,通常与采矿业相关联的是哪个地区?
357
+ New-in-34,Work life,Indonesian (Indonesia),What region in your country is usually associated with oil?,在中国,通常与石油相关联的是哪个地区?
358
+ New-in-62,Education,Indonesian (Indonesia),What university in your country is popular because of its engineering major? (Provide the official name.),哪所中国大学因其工程专业而受欢迎?(请提供官方名称。)
359
+ New-in-63,Education,Indonesian (Indonesia),What university in your country is popular because of its school of medicine? (Provide the official name.),哪所中国大学因其医学院而受欢迎?(请提供官方名称。)
360
+ New-in-78,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular payment method in your country?,在中国最流行的支付方式是什么?
361
+ New-in-80,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most famous theme park in your country?,中国最著名的主题公园是哪个?
362
+ New-ko-01,Family,Korean (Korea),What is the most popular children's animation that is commonly watched by kids in your country?,在中国,孩子们最常看的最受欢迎的儿童动画是什么?
363
+ New-ko-02,Family,Korean (Korea),What is the most popular prenatal education activity for pregnant women in your country?,在中国,孕妇最流行的胎教活动是什么?
364
+ New-ko-03,Family,Korean (Korea),What is the most popular children's song in your country that families sing together?,在中国的家庭中,大家一起唱的最流行的儿童歌曲是什么?
365
+ New-ko-04,Family,Korean (Korea),Which toys are most popular among boys in your country?,在中国,哪些玩具在男孩中最受欢迎?
366
+ New-ko-05,Family,Korean (Korea),Which toys are most popular among girls in your country?,在中国,哪些玩具最受女孩们的欢迎?
367
+ New-ko-06,Family,Korean (Korea),What is the most popular folk tale in your country that is typically told to children?,在中国,通常讲给孩子们听的最流行的民间故事是什么?
368
+ New-ko-07,Holidays/Celebration/Leisure,Korean (Korea),What is the customary symbol of condolence used at funerals in your country?,在中国的葬礼上通常使用什么样的哀悼象征物?
369
+ New-ko-08,Work life,Korean (Korea),Where do university students in your country tend to work part-time the most?,在中国,大学生最倾向于在哪里做兼职工作?
370
+ New-ko-09,Work life,Korean (Korea),What are the most frequently practiced team-building activities in companies based in your country?,在中国的公司中,最常进行的团队建设活动有哪些?
371
+ New-ko-10,Work life,Korean (Korea),What are the most common activities people do as a side job in your country?,在中国,人们最常见的兼职活动有哪些?
372
+ New-pe-02,Food,Persian (Iran),What is the most famous edible souvenir for tourists in your country?,在中国,最有名的可食用旅游纪念品是什么?
373
+ New-pe-06,Food,Persian (Iran),What is the most popular stew in your country?,中国最受欢迎的炖菜是什么?
374
+ New-pe-11,Food,Persian (Iran),What is the most common spice/herb used in dishes from your country?,在中餐里最常用的香料/草药是什么?
375
+ New-pe-16,Sport,Persian (Iran),What is the most famous traditional sport in your country?,中国最有名的传统体育项目是什么?
376
+ New-pe-20,Sport,Persian (Iran),What sport is popular to play on the beach in your country?,在中国的海滩上,什么运动比较受欢迎?
377
+ New-pe-45,Work life,Persian (Iran),What is the usual work schedule during the month of Ramadan in your country?,在中国,斋月期间通常的工作时间安排是怎样的?
378
+ New-pe-47,Family,Persian (Iran),"When is Student's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)",中国的学生节是哪天庆祝的?(请以MM/DD格式提供,例如:12/31。)
379
+ New-pe-49,Family,Persian (Iran),Where do families gather to pray together in your country?,在中国,家人们通常在哪里聚集一起祈祷?
380
+ New-pe-53,Family,Persian (Iran),What gifts do fathers get on Father's Day (or Parents' Day) in your country?,在中国,父亲节(或者父母节)父亲们通常会收到什么礼物?
381
+ New-pe-54,Family,Persian (Iran),What gifts do mothers get on Mother's Day (or Parents' Day) in your country?,在中国,母亲节(或者父母节)母亲们通常会收到什么礼物?
382
+ New-pe-59,Family,Persian (Iran),"How many generations typically live together in a household in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,一个家庭通常有几代人住在一起?(只提供阿拉伯数字(例如,12)。)
383
+ New-pe-65,Education,Persian (Iran),"How many subjects are taught in middle schools in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,初中有多少门学科?(只提供阿拉伯数字(例如,12)。)
384
+ New-pe-66,Education,Persian (Iran),What is the most popular after school curricular in elementary schools in your country?,中国小学里最受欢迎的课外兴趣班是什么?
385
+ New-pe-74,Education,Persian (Iran),How much is the average annual tuition fee for public universities in your country?,中国公立大学的平均每年学费是多少?
386
+ New-pe-76,Holidays/Celebration/Leisure,Persian (Iran),What is a popular activity to do in parks in your country?,在中国的公园里,有什么受欢迎的活动?
387
+ New-pe-78,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous film festival held in your country?,中国举办的最著名的电影节叫什么名字?
388
+ New-pe-83,Holidays/Celebration/Leisure,Persian (Iran),What is the popular card game played during social gatherings in your country?,在中国的聚会中,流行玩什么纸牌游戏?
389
+ New-pe-85,Holidays/Celebration/Leisure,Persian (Iran),Where is the most popular tourist destination abroad for people from your country?,对于中国人来说,最受欢迎的境外旅游目的地在哪里?
390
+ New-pe-86,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous tower in your country?,中国最著名的塔的名字是什么?
391
+ New-spme-01,Food,Spanish (Mexico),What edible insect is eaten most often in your country?,在中国最常食用的可食用昆虫是什么?
392
+ New-spme-04,Food,Spanish (Mexico),Which agricultural product is exported most often in your country?,中国最常出口哪种农产品?
393
+ New-spme-05,Food,Spanish (Mexico),What are the most popular sweets in your country?,中国最受欢迎的甜点是什么?
394
+ New-spme-15,Sport,Spanish (Mexico),What is the most popular sports drink in your country?,中国最受欢迎的运动饮料是什么?
395
+ New-spme-27,Education,Spanish (Mexico),What is the average education level for people in your country?,中国人的平均教育水平是什么?
396
+ New-spme-37,Education,Spanish (Mexico),Which profession is most commonly studied abroad by students from your country?,中国学生出国留学最常学习的专业/职业是哪个?
397
+ New-spme-60,Family,Spanish (Mexico),"Which day of the week do most families in your country practice religious activities? (e.g. Monday, Tuesday)",在中国,大多数家庭通常在一周的哪一天进行宗教活动?(例如星期一、星期二)
398
+ New-spme-65,Family,Spanish (Mexico),What is the most popular way to celebrate Independence Day in your country?,在中国庆祝国庆节最流行的方式是什么?
399
+ New-spme-68,Family,Spanish (Mexico),What is the most popular beverage among children in your country?,在中国,儿童最喜欢的饮料是什么?
400
+ New-spme-76,Holidays/Celebration/Leisure,Spanish (Mexico),What is the most popular place in your country to celebrate Independence Day?,在中国庆祝国庆节最受欢迎的地方是哪里?
401
+ New-spme-78,Holidays/Celebration/Leisure,Spanish (Mexico),What is the name of the song that is typically sung at birthday parties in your country?,在中国生日聚会上通常会唱的歌曲叫什么名字?
402
+ New-su-01,Food,Sundanese (West Java),What snacks are usually sold in front of schools in your country?,在中国的学校门前通常卖些什么小吃?
403
+ New-su-09,Food,Sundanese (West Java),What oil is usually used for cooking in your country?,在中国通常用什么油来烹饪?
404
+ New-su-10,Food,Sundanese (West Java),What food is commonly consumed by pregnant women in your country?,在中国,孕妇通常吃什么食物?
405
+ New-su-15,Food,Sundanese (West Java),What is the most popular traditional non-alcoholic drink in your country?,中国最受欢迎的传统非酒精饮料是什么?
406
+ New-su-17,Sport,Sundanese (West Java),What sports facilities are generally available in parks in your country?,在中国的公园里通常有什么体育设施?
407
+ New-su-21,Sport,Sundanese (West Java),What are the common activities that seniors usually do in parks in your country?,在中国的公园里,老年人通常都做些什么活动?
408
+ New-su-24,Sport,Sundanese (West Java),What sports do parents and children commonly play together in your country?,在中国,父母和孩子们通常一起玩什么运动?
409
+ New-su-28,Sport,Sundanese (West Java),What color is associated with the national soccer team of your country?,中国国家足球队的代表色是什么颜色?
410
+ New-su-33,Education,Sundanese (West Java),What is the common dress code for school teachers in your country?,中国学校教师的普遍着装要求是什么?
411
+ New-su-34,Education,Sundanese (West Java),What is the most popular extracurricular activity related to music in schools in your country?,在中国学校中,最受欢迎的与音乐相关的课外活动是什么?
412
+ New-su-42,Education,Sundanese (West Java),What religion is mainly taught in schools in your country?,在中国的学校里主要教授哪种宗教?
413
+ New-su-45,Education,Sundanese (West Java),"What date is Education Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)",中国的教育日是在哪一天庆祝?(请提供MM/DD格式,例如:12/31。)
414
+ New-su-50,Work life,Sundanese (West Java),What is the main occupation of people in mountainous areas in your country?,中国山区人们的主要职业是什么?
415
+ New-su-51,Work life,Sundanese (West Java),What is the main occupation of people in coastal areas in your country?,中国沿海地区人们的主要职业是什么?
416
+ New-su-57,Work life,Sundanese (West Java),What is the most common livestock raised in your country?,在中国最常见的家畜是什么?
417
+ New-su-58,Work life,Sundanese (West Java),What animals are commonly used for agriculture in your country?,在中国,什么动物通常用于农业?
418
+ New-su-59,Work life,Sundanese (West Java),What do farmers in your country typically wear to protect themselves from the heat whilst farming?,中国的农民在耕作时通常穿什么来保护自己免受炎热的侵害?
419
+ New-su-60,Work life,Sundanese (West Java),What do farmers in your country usually eat for lunch?,中国的农民通常午饭吃什么?
420
+ New-su-71,Family,Sundanese (West Java),What gifts do parents generally give to their children for their birthdays in your country?,在中国,父母通常会给孩子们什么生日礼物?
421
+ New-su-75,Family,Sundanese (West Java),What type of vehicle do most families in your country generally own?,在中国,大多数家庭通常拥有什么类型的车辆?
422
+ New-su-77,Holidays/Celebration/Leisure,Sundanese (West Java),What is usually given to the children during Eid in your country?,"在中国, 开斋节期间通常会给孩子们什么?"
423
+ New-su-81,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do grooms usually wear at weddings in your country?,在中国的婚礼上,新郎通常穿什么样的衣服?
424
+ New-su-82,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do brides usually wear at weddings in your country?,在中国的婚礼上,新娘通常穿什么样的衣服?
425
+ New-su-83,Holidays/Celebration/Leisure,Sundanese (West Java),What food is usually served at weddings in your country?,在中国的婚礼上通常会提供什么食物?
426
+ New-su-86,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most famous government building in your country?,中国最著名的政府建筑是什么?
427
+ New-su-88,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most popular music genre among the younger population in your country?,在中国年轻人中最受欢迎的音乐类型是什么?
428
+ Ni-en-02,Education,English (UK),"What time do middle school students in your country typically finish school each day? (Provide in HH:MM format (e.g., 18:00, 09:00).)","中国的初中生通常每天几点放学?(请提供HH:MM格式,例如:18:00, 09:00。)"
429
+ Ni-en-03,Education,English (UK),"At what age do people in your country typically go to university? (Provide Arabic numerals (e.g., 12) only.)",中国人通常在多大年龄上大学?(只提供阿拉伯数字(例如,12)。)
430
+ Ni-en-06,Education,English (UK),"From what age do people need to attend compulsory education in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,人们从几岁开始需要接受义务教育?(只提供阿拉伯数字(例如,12)。)
431
+ Ni-en-09,Education,English (UK),How many days a week do children attend school in your country? (Provide Arabic numerals (0~7) only.),在中国,孩子们一周上几天学?(只提供阿拉伯数字(0~7))。
432
+ Ni-en-11,Education,English (UK),"In your country, how long (in years) does a Master's degree typically take to complete? (Provide Arabic numerals (e.g., 12) only.)",在中国,一个硕士学位通常需要多少年才能完成?(只提供阿拉伯数字(例如,12))。
433
+ Ni-en-12,Education,English (UK),What is the top university in your country? (Provide the official name.),中国最顶尖的大学是哪所?(请提供官方名称。)
434
+ Ni-en-13,Education,English (UK),"At what age do most people in your country graduate from university? (Provide Arabic numerals (e.g., 12) only.)",在中国,大多数人是在多大年龄毕业于大学的?(只提供阿拉伯数字(例如,12)。)
435
+ Ni-en-15,Education,English (UK),"At what age do children in your country generally start middle school? (Provide Arabic numerals (e.g., 12) only.)",中国的孩子通常几岁开始上初中?(只提供阿拉伯数字(例如,12)。)
436
+ Ni-en-17,Work life,English (UK),"How many hours a week does a full-time worker in your country typically work? (Provide Arabic numerals (e.g., 12) only.)",中国的全职工作者通常每周工作多少小时?(只提供阿拉伯数字,例如:12。)
437
+ Ni-en-19,Work life,English (UK),How many days a week does a full-time worker work in your country? (Provide Arabic numerals (0~7) only.),在中国,一个全职工作者一周工作几天?(只提供阿拉伯数字(0~7))。
438
+ Ni-en-20,Work life,English (UK),"At what age do most people start working in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,大多数人开始工作的年龄是多少?(只提供阿拉伯数字(例如,12)。)
439
+ Ni-en-21,Work life,English (UK),"From what age is an individual allowed to work in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,个人从多大年龄开始可以工作?(只提供阿拉伯数字(例如,12)。)
440
+ Ni-en-31,Holidays/Celebration/Leisure,English (UK),What do people in your country traditionally eat on Christmas Day?,在中国,人们在圣诞节通常吃些什么?
441
+ Ni-en-37,Holidays/Celebration/Leisure,English (UK),What is the name of the day of the year where people in your country celebrate love and romance?,中国人在一年中庆祝爱情和浪漫的那一天叫什么名字?
442
+ Ni-en-40,Holidays/Celebration/Leisure,English (UK),What is the most popular Christmas song in your country?,在中国最受欢迎的圣诞歌曲是什么?
443
+ Nu-in-04,Education,Indonesian (Indonesia),"How many semesters are there each academic year at high schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)",中国高中每个学年有多少个学期?(只提供阿拉伯数字,例如:7、8。)
444
+ Nu-in-05,Education,Indonesian (Indonesia),In which month does the new school year typically begin in your country? (Provide Arabic numerals (1~12) only.),在中国,新的学年通常是在哪个月开始的?(只提供阿拉伯数字(1~12))。
445
+ Nu-in-06,Education,Indonesian (Indonesia),"When is National Teacher's Day commemorated in your country? (Provide in MM/DD format (e.g., 12/31).)",中国的教师节是哪天纪念的?(请以MM/DD格式提供,例如:12/31。)
446
+ Nu-in-11,Education,Indonesian (Indonesia),"At what time does elementary school start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","中国的小学一般几点开始上课?(请以HH:MM格式提供,例如,18:00, 09:00。)"
447
+ Nu-in-20,Family,Indonesian (Indonesia),"When is Children's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)",中国的儿童节是哪天庆祝的?(请以MM/DD格式提供,例如12/31。)
448
+ Nu-in-40,Work life,Indonesian (Indonesia),Which city is the main destination for job seekers in your country?,在中国,哪个城市是求职者的主要目的地?
449
+ Sa-en-1,Food,English (UK),What is your country's most popular fast food chain?,中国最受欢迎的快餐连锁店是哪家?
450
+ Sa-en-13,Food,English (UK),What is the food that is most divisive (either love or hate) in your country?,在中国最具有分歧性的食物(要么喜欢要么讨厌)是什么?
451
+ Sa-en-16,Sport,English (UK),What is the most popular soccer team among the people from your country?,在中国人中最受欢迎的足球队是哪一支?
452
+ Sa-en-22,Sport,English (UK),What is the most famous university in your country known for its sports team?,中国最有名的大学,以其体育队伍而闻名的是哪所?
453
+ Sa-en-31,Family,English (UK),What is your country's most popular family pet?,中国最受欢迎的家庭宠物是什么?
454
+ Sa-en-32,Family,English (UK),What is the most popular family TV show in your country?,中国最受欢迎的家庭电视节目是什么?
455
+ Sa-en-37,Family,English (UK),What is the most popular family boardgame in your country?,在中国最受欢迎的家庭桌游是什么?
456
+ Sa-en-6,Food,English (UK),What is the most popular takeaway food in your country?,在中国最受欢迎的外卖食物是什么?
457
+ Sa-en-7,Food,English (UK),What are popular snacks in your country?,在中国有哪些受欢迎的小吃?
458
+ Sa-en-9,Food,English (UK),What do people from your country eat at the beach?,中国人在海滩上吃什么?
459
+ Ta-pe-10,Family,Persian (Iran),"At what age do men usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)",在中国,男性通常在多大年龄结婚?(只提供阿拉伯数字(例如,20)。)
460
+ Ta-pe-11,Family,Persian (Iran),"At what age do women usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)",在中国,女性通常在多大年龄结婚?(只提供阿拉伯数字(例如,20)。)
461
+ Ta-pe-13,Family,Persian (Iran),"In your parents' generation, what was the average number of members in their family in your country? (Provide Arabic numerals (e.g., 20) only.)",在你父母那一代,中国家庭平均有多少成员?(只提供阿拉伯数字,例如:20。)
462
+ Ta-pe-17,Sport,Persian (Iran),"In the Olympic Games, which sport is the most popular in your country?",在奥运会中,哪项运动是中国最受欢迎的?
463
+ Ta-pe-21,Sport,Persian (Iran),Where do children usually play soccer in your country?,在中国,孩子们通常在哪里踢足球?
464
+ Ta-pe-22,Sport,Persian (Iran),Which daily exercise is popular among women in your country?,在中国,哪种日常锻炼在女性中很受欢迎?
465
+ Ta-pe-23,Sport,Persian (Iran),Which daily exercise is popular among men in your country?,在中国,男性中哪种日常锻炼很受欢迎?
466
+ Ta-pe-25,Sport,Persian (Iran),"What is the most famous rivalry in a national sports league in your country? (e.g., ___ vs ___)",中国国内体育联赛中最著名的对抗是什么?(例如,___ 对 ___)
467
+ Ta-pe-29,Sport,Persian (Iran),Which professional sport is the highest paying in your country?,在中国,哪项职业体育运动的薪酬最高?
468
+ Ta-pe-30,Sport,Persian (Iran),What is/was the most popular sports-related TV program in your country?,在中国,最受欢迎的体育相关电视节目是什么?
469
+ Ta-pe-32,Holidays/Celebration/Leisure,Persian (Iran),What day of the year is usually dedicated to fireworks in your country?,中国通常在一年中的哪一天放烟花?
470
+ Ta-pe-37,Holidays/Celebration/Leisure,Persian (Iran),What is the common symbol of New Year's Eve that is usually found in your country?,在中国,通常在除夕会有什么常见的象征?
471
+ Ta-pe-42,Holidays/Celebration/Leisure,Persian (Iran),What food do people from your country usually eat on New Year's Eve?,中国人在除夕通常吃什么食物?
472
+ Ta-pe-45,Holidays/Celebration/Leisure,Persian (Iran),What is usually eaten during the celebration of the longest night of the year in your country?,在中国一年中最长的夜晚庆祝活动中通常吃些什么?
473
+ Th-en-01,Sport,English (US),What is the most popular summer sport in your country?,中国最受欢迎的夏季运动是什么?
474
+ Th-en-03,Sport,English (US),What is the most popular professional sports league in your country?,中国最受欢迎的职业体育联赛是哪一个?
475
+ Th-en-05,Sport,English (US),What is the most popular women's sports team in your country?,中国最受欢迎的女子运动队是哪一支?
476
+ Th-en-09,Sport,English (US),What is the most popular tournament in your country?,中国最受欢迎的比赛是什么?
477
+ Th-en-11,Sport,English (US),Who is the most popular sportperson in your country?,谁是中国最受欢迎的运动员?
478
+ Th-en-12,Sport,English (US),In which sport has your country been most successful in international competitions?,中国在哪项运动中在国际比赛中最成功?
479
+ Th-en-15,Sport,English (US),What is the most popular winter sport in your country?,中国最受欢迎的冬季运动是什么?
480
+ Th-en-19,Work life,English (US),What is a city or region in your country known for manufacturing industry?,中国有哪些以制造业闻名的城市或地区?
481
+ Th-en-21,Work life,English (US),What is regarded as the most important perk typically offered to employees in your country?,在中国,通常认为给员工提供的最重要的福利是什么?
482
+ Th-en-22,Work life,English (US),What was the most catastrophic economic period for your country?,中国最灾难性的经济时期是哪一个?
483
+ Th-en-24,Work life,English (US),What region in your country is a major hub for tech workers and start ups?,中国的哪个地区是科技工作���和初创企业的主要集中地?
484
+ Th-en-27,Work life,English (US),What is the most important industry in your country?,中国最重要的产业是什么?
485
+ Th-en-35,Family,English (US),"Which one of the daily meals is commonly shared with family members in your country? (e.g., breakfast, lunch, dinner)",在中国,通常哪一顿日常餐会与家人共享?(例如,早餐、午餐、晚餐)
486
+ Th-en-36,Family,English (US),What is a popular family activity with a child to do on weekends in your country?,在中国,周末和孩子一起做的一项受欢迎的家庭活动是什么?
487
+ Th-en-37,Family,English (US),"At what age do children typically become independent from their parents in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,孩子们通常在多大年龄从父母那里独立出来?(只提供阿拉伯数字(例如,12)。)
488
+ Th-en-38,Family,English (US),What is the most important family holiday in your country?,中国最重要的家庭节日是什么?
489
+ Th-en-39,Family,English (US),What is a popular family game in your country?,在中国有什么受欢迎的家庭游戏?
490
+ Th-en-41,Family,English (US),"What is the average age for couples to have their first child in your country? (Provide Arabic numerals (e.g., 20) only.)",在中国,夫妇生第一个孩子的平均年龄是多少?(只提供阿拉伯数字(例如,20)。)
491
+ Th-en-43,Family,English (US),"How many cars are owned by a typical family in your country? (Provide Arabic numerals (e.g., 12) only.)",在中国,一个典型家庭拥有多少辆汽车?(只提供阿拉伯数字,例如:12。)
492
+ Th-en-44,Family,English (US),What is your country's most popular food for family meals on weekends?,在周末家庭聚餐中,中国最受欢迎的食物是什么?
493
+ Th-en-45,Family,English (US),What is the most popular weekday evening family activity in your country?,在中国,最受欢迎的工作日晚上家庭活动是什么?
494
+ Th-en-48,Education,English (US),What is the highest grade given to top-achieving high school students on assignments and exams in your country?,在中国,成绩优异的高中生在作业和考试中获得的最高成绩是什么?
495
+ Th-en-49,Education,English (US),What is considered the most important exam for high school students in your country?,在中国,什么被认为是高中生最重要的考试?
496
+ Th-en-51,Education,English (US),Which subject is considered the most important for students in your country?,在中国,哪门学科被认为对学生来说最重要?
497
+ Th-en-53,Education,English (US),What is the most popular extracurricular social event at schools in your country?,在中国的学校里,最受欢迎的课外社交活动是什么?
498
+ Th-en-58,Education,English (US),What is the most advanced math subject learned before university in your country?,在中国大学之前,学的最高级的数学科目是什么?
499
+ Tmp-ar-01,Education,Arabic (Algeria),Where do university students in your country usually go to study for their final exams?,中国的大学生通常去哪里复习准备期末考试?
500
+ Tmp-ar-02,Education,Arabic (Algeria),What is a common public transport that people use to go to university in your country?,在中国,人们通常乘坐什么公共交通工具去大学?
501
+ Tmp-ar-04,Education,Arabic (Algeria),What do elementary students in your country usually do after school?,中国的小学生放学后通常做些什么?
data/questions/Ethiopia_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/Greece_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/Indonesia_questions.csv ADDED
@@ -0,0 +1,501 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ID,Topic,Source,Question,Translation
2
+ Al-en-01,Food,English (US),What is a common snack for preschool kids in your country?,Apa camilan umum untuk anak-anak TK di Indonesia?
3
+ Al-en-02,Food,English (US),What is a popular food to go with beer in your country?,Apa makanan populer yang cocok disantap bersama bir di Indonesia?
4
+ Al-en-04,Food,English (US),What is the most popular fruit in your country?,Buah apa yang paling populer di Indonesia?
5
+ Al-en-06,Food,English (US),What is a common school cafeteria food in your country?,Apa makanan kantin sekolah yang umum di Indonesia?
6
+ Al-en-08,Food,English (US),What are the most commonly eaten snacks at shopping malls in your country?,Apa saja camilan yang paling sering dimakan di pusat perbelanjaan di Indonesia?
7
+ Al-en-09,Food,English (US),What is a popular snack at an amusement park in your country?,Apa camilan populer di taman hiburan di Indonesia?
8
+ Al-en-16,Education,English (US),"At what age do kids start preschool in your country? (Provide Arabic numerals (e.g., 12) only.)","Pada usia berapa anak-anak mulai masuk taman kanak-kanak di Indonesia? (Berikan angka Arab (misalnya, 12) saja.)"
9
+ Al-en-17,Education,English (US),What is a popular afterschool sport for elementary schools in your country?,Apa olahraga populer setelah sekolah untuk siswa sekolah dasar (SD) di Indonesia?
10
+ Al-en-18,Education,English (US),For which subject do elementary students get private education in your country?,Untuk mata pelajaran apa siswa sekolah dasar di Indonesia mendapatkan pendidikan privat?
11
+ Al-en-19,Education,English (US),What is a popular second language for high school students in your country?,Apa bahasa kedua yang populer bagi siswa SMA di Indonesia?
12
+ Al-en-21,Education,English (US),Which subject is the most important for gifted education in your country?,Mata pelajaran apa yang paling penting untuk pendidikan bagi siswa berbakat di Indonesia?
13
+ Al-en-32,Holidays/Celebration/Leisure,English (US),What is the main dish for Thanksgiving in your country?,Apa hidangan utama untuk perayaan Thanksgiving di Indonesia?
14
+ Al-en-33,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Halloween in your country?,Apa yang dilakukan orang-orang untuk merayakan Halloween di Indonesia?
15
+ Al-en-34,Holidays/Celebration/Leisure,English (US),What do people do to celebrate New Year's Day in your country?,Apa yang dilakukan orang-orang untuk merayakan Hari Tahun Baru di Indonesia?
16
+ Al-en-35,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Christmas in your country?,Apa yang dilakukan orang-orang untuk merayakan Natal di Indonesia?
17
+ Al-en-36,Holidays/Celebration/Leisure,English (US),What food is associated with Halloween in your country?,Makanan apa yang dikaitkan dengan Halloween di Indonesia?
18
+ Al-en-37,Holidays/Celebration/Leisure,English (US),What food is associated with Christmas in your country?,Makanan apa yang dikaitkan dengan Natal di Indonesia?
19
+ Al-en-38,Holidays/Celebration/Leisure,English (US),What food is associated with Valentine's day in your country?,Makanan apa yang dikaitkan dengan hari Valentine di Indonesia?
20
+ Al-en-39,Holidays/Celebration/Leisure,English (US),What do people eat on their birthday in your country?,Apa yang biasanya orang makan di hari ulang tahun mereka di Indonesia?
21
+ Al-en-40,Holidays/Celebration/Leisure,English (US),What is a popular outdoor place for families to have fun with little kids in your country?,Apa tempat luar ruangan yang populer bagi keluarga untuk bersenang-senang bersama anak-anak kecil di Indonesia?
22
+ Al-en-43,Holidays/Celebration/Leisure,English (US),What is a popular indoor activity for families in your country?,Apa kegiatan dalam ruangan yang populer untuk keluarga di Indonesia?
23
+ An-ar-02,Education,Arabic (Algeria),Where do university students have lunch in your country?,Di mana mahasiswa universitas makan siang di Indonesia?
24
+ An-ar-03,Education,Arabic (Algeria),Which month is the final exam term usually scheduled at high schools in your country? (Provide Arabic numerals (1~12) only.),Bulan berapa biasanya jadwal ujian akhir semester di sekolah menengah atas di Indonesia? (Berikan hanya angka Arab (1~12).)
25
+ An-ar-08,Education,Arabic (Algeria),"How many hours a day do students in your country usually spend at high school? (Provide Arabic numerals in integers (0~24), without any decimal points.)","Berapa jam dalam sehari biasanya siswa di Indonesia menghabiskan waktu di sekolah menengah atas? (Gunakan angka Arab dalam bilangan bulat (0~24), tanpa titik desimal.)"
26
+ An-ar-09,Education,Arabic (Algeria),"How many languages do students study at high school in your country? (Provide Arabic numerals (e.g., 5) only.)","Berapa banyak bahasa yang dipelajari oleh siswa di sekolah menengah atas di Indonesia? (Berikan angka Arab (misalnya, 5) saja.)"
27
+ An-ar-34,Sport,Arabic (Algeria),What is the most popular sport played in a team at school in your country?,Apa olahraga tim paling populer yang dimainkan di sekolah-sekolah di Indonesia?
28
+ An-ar-35,Sport,Arabic (Algeria),Who is the most popular sport commentator in your country?,Siapa komentator olahraga paling populer di Indonesia?
29
+ An-ar-36,Sport,Arabic (Algeria),What is the most popular sport team in your country?,Apa tim olahraga paling populer di Indonesia?
30
+ An-ar-43,Sport,Arabic (Algeria),What are the common places or venues where individuals in your country usually gather to watch sports broadcasts?,Apa saja tempat atau lokasi umum di mana orang-orang di Indonesia biasanya berkumpul untuk menonton siaran olahraga?
31
+ Ca-sp-05,Food,Spanish (Spain),"How many meals per day do people from your country usually have? (Provide Arabic numerals (e.g., 5) only.)","Berapa kali makan dalam sehari yang biasanya dilakukan oleh orang Indonesia? (Berikan angka numerik Arab saja (contoh, 5).)"
32
+ Ca-sp-06,Food,Spanish (Spain),Which is the most important meal of the day to people from your country?,Manakah waktu makan yang paling penting dalam sehari bagi orang-orang Indonesia?
33
+ Ca-sp-08,Food,Spanish (Spain),What is the most common ingredient used in your country's diet?,Apa bahan makanan yang paling sering digunakan dalam diet masyarakat Indonesia?
34
+ Ca-sp-09,Food,Spanish (Spain),What do people from your country usually eat for dessert?,Apa yang biasanya dimakan orang Indonesia untuk makanan penutup?
35
+ Ca-sp-11,Food,Spanish (Spain),Which day of the week do people usually organize a family meal in your country?,Hari apa dalam seminggu orang biasanya mengadakan makan bersama keluarga di Indonesia?
36
+ Ca-sp-14,Food,Spanish (Spain),Which is the most popular hot drink in your country?,Minuman panas apa yang paling populer di Indonesia?
37
+ Ca-sp-19,Holidays/Celebration/Leisure,Spanish (Spain),What do young people from your country usually drink at the night club?,Apa yang biasanya diminum oleh anak muda dari Indonesia di klub malam?
38
+ Ca-sp-21,Holidays/Celebration/Leisure,Spanish (Spain),At which month do people usually take holidays in your country? (Provide Arabic numerals (1~12) only.),Pada bulan apa orang biasanya mengambil liburan di Indonesia? (Berikan angka Arab (1~12) saja.)
39
+ Ca-sp-29,Holidays/Celebration/Leisure,Spanish (Spain),What tradition is there in your country for New Year's Eve?,Apa tradisi yang ada di Indonesia untuk Malam Tahun Baru?
40
+ Ca-sp-38,Family,Spanish (Spain),Which is the typical type of house for a family in your country?,Apa jenis rumah yang biasa untuk sebuah keluarga di Indonesia?
41
+ Ca-sp-41,Family,Spanish (Spain),Where do the dependent elderly usually live in your country?,Di mana para lansia yang membutuhkan bantuan biasanya tinggal di Indonesia?
42
+ Ca-sp-42,Family,Spanish (Spain),"How long (in weeks) is your country's maternity leave for mums? (Provide Arabic numerals (e.g., 20) only.)","Berapa lama (dalam minggu) cuti hamil di Indonesia untuk ibu? (Hanya berikan angka Arab (misalnya, 20).)"
43
+ Ca-sp-43,Family,Spanish (Spain),"How long (in weeks) is your country's paternity leave for dads? (Provide Arabic numerals (e.g., 20) only.)","Berapa lama (dalam minggu) cuti paternitas di Indonesia untuk ayah? (Hanya berikan angka Arab (misalnya, 20).)"
44
+ Ca-sp-45,Family,Spanish (Spain),What type of destination is commonly chosen for a family vacation in your country?,Jenis destinasi apa yang biasanya dipilih untuk liburan keluarga di Indonesia?
45
+ Gu-ch-05,Sport,Chinese (China),What sports do seniors like the most in your country?,Olahraga apa yang paling disukai oleh orang tua di Indonesia?
46
+ Gu-ch-06,Sport,Chinese (China),What sports do men like to play the most in your country?,Olahraga apa yang paling disukai untuk dimainkan oleh pria di Indonesia?
47
+ Gu-ch-07,Sport,Chinese (China),Who is the most famous basketball player in your country?,Siapa pemain bola basket paling terkenal di Indonesia?
48
+ Gu-ch-08,Sport,Chinese (China),What is the most popular sports among children in your country?,Apa olahraga paling populer di kalangan anak-anak di Indonesia?
49
+ Gu-ch-09,Sport,Chinese (China),What sports do women like to play the most in your country?,Olahraga apa yang paling disukai untuk dimainkan oleh wanita di Indonesia?
50
+ Gu-ch-11,Sport,Chinese (China),What sports event has your country won the most gold medals at the Olympics?,Dalam olahraga apa Indonesia memenangkan medali emas terbanyak di Olimpiade?
51
+ Gu-ch-15,Sport,Chinese (China),What sports do male students in university like to play the most in your country?,Olahraga apa yang paling disukai oleh mahasiswa pria di universitas untuk dimainkan di Indonesia?
52
+ Gu-ch-16,Family,Chinese (China),"How many people are there in a family on average in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa banyak orang rata-rata dalam satu keluarga di Indonesia? (Hanya berikan angka Arab (contoh, 12).)"
53
+ Gu-ch-18,Family,Chinese (China),"How many children do couples usually have in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa banyak anak yang biasanya dimiliki oleh pasangan di Indonesia? (Berikan hanya angka Arab (misalnya, 12).)"
54
+ Gu-ch-31,Education,Chinese (China),"What is the duration of elementary school in years in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa lama durasi sekolah dasar dalam tahun di Indonesia? (Berikan hanya angka Arab (misalnya, 12).)"
55
+ Gu-ch-32,Education,Chinese (China),"What is the duration of compulsory education in years in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa lama durasi pendidikan wajib dalam tahun di Indonesia? (Berikan hanya angka Arab (contoh, 12).)"
56
+ Gu-ch-33,Education,Chinese (China),"From which age do students start learning their second language in your country? (Provide Arabic numerals (e.g., 12) only.)","Pada usia berapa siswa mulai belajar bahasa kedua di Indonesia? (Berikan angka Arab (misalnya, 12) saja.)"
57
+ Gu-ch-38,Education,Chinese (China),"On average, how far do students typically pursue their education in your country? (e.g., elementary, high school)","Berapa lama durasi pendidikan sarjana di Indonesia? (Berikan hanya angka Arab (contoh, 12).)"
58
+ Gu-ch-40,Education,Chinese (China),"What time do younger elementary school students finish school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pukul berapa siswa sekolah dasar yang lebih muda selesai sekolah di Indonesia? (Berikan dalam format HH:MM (contoh, 18:00, 09:00).)"
59
+ Gu-ch-41,Education,Chinese (China),"How many musical instruments do elementary school students in your country typically play? (Provide Arabic numerals (e.g., 12) only.)","Berapa banyak alat musik yang biasanya dimainkan oleh siswa sekolah dasar di Indonesia? (Hanya berikan angka Arab (misalnya, 12).)"
60
+ Ji-ko-02,Work life,Korean (South Korea),What day of the week do people in your country prefer to have company dinners?,Hari apa dalam seminggu yang biasanya dipilih orang-orang di Indonesia untuk makan malam bersama perusahaan?
61
+ Ji-ko-03,Work life,Korean (South Korea),Which region/city has the highest number of financial companies in your country?,Wilayah/kota mana yang memiliki jumlah perusahaan keuangan terbanyak di Indonesia?
62
+ Ji-ko-07,Work life,Korean (South Korea),What is the most famous private company in your country?,Apa perusahaan swasta paling terkenal di Indonesia?
63
+ Ji-ko-08,Work life,Korean (South Korea),"What is the maximum number of hours one can work per week in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa jumlah maksimum jam kerja per minggu di Indonesia? (Hanya berikan angka Arab (contoh, 12).)"
64
+ Ji-ko-09,Work life,Korean (South Korea),What do people typically eat during company get-together in your country?,Apa yang biasanya orang makan saat pertemuan perusahaan di Indonesia?
65
+ Ji-ko-14,Work life,Korean (South Korea),What is the representative export item of your country?,Apa benda ekspor yang mewakili Indonesia?
66
+ Ji-ko-15,Work life,Korean (South Korea),"How long (in hours) is the typical lunch break in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","Berapa lama (dalam jam) istirahat makan siang yang biasa di Indonesia? (Berikan angka Arab hingga satu desimal (contoh, 2, 3.5) saja.)"
67
+ Ji-ko-16,Family,Korean (South Korea),Where do mothers stay for a certain period after childbirth for recovery in your country?,Di mana ibu-ibu tinggal untuk sementara waktu setelah melahirkan untuk pemulihan di Indonesia?
68
+ Ji-ko-19,Family,Korean (South Korea),What is your country's most commonly given flower on Parents' Day?,Apa bunga yang paling sering diberikan di Indonesia pada Hari Orang Tua?
69
+ Ji-ko-22,Family,Korean (South Korea),What do people especially spend their first salary on in your country's society?,Apa yang biasanya orang-orang di Indonesia belanjakan untuk gaji pertama mereka?
70
+ Ji-ko-24,Family,Korean (South Korea),What is the most preferred recreational facility among children in your country?,Apa fasilitas rekreasi yang paling disukai oleh anak-anak di Indonesia?
71
+ Ji-ko-25,Family,Korean (South Korea),What are the family-related holidays in your country?,Apa saja hari libur yang berkaitan dengan keluarga di Indonesia?
72
+ Ji-ko-26,Family,Korean (South Korea),What are the key milestones associated with children's independence from their parents in your country's society?,Apa saja tonggak utama yang terkait dengan kemandirian anak-anak dari orang tua mereka dalam masyarakat Indonesia?
73
+ Ji-ko-27,Family,Korean (South Korea),What is the common gift you give when visiting elderly parents in your country?,Apa hadiah yang biasa diberikan ketika mengunjungi orang tua yang lebih tua di Indonesia?
74
+ Ji-ko-28,Family,Korean (South Korea),When is the first day that people celebrate after a child is born in your country?,Kapan hari pertama yang dirayakan orang setelah seorang anak lahir di Indonesia?
75
+ Ji-ko-29,Family,Korean (South Korea),Which age's birthday is celebrated the most grandly in your country's society?,Ulang tahun usia berapa yang paling meriah dirayakan dalam masyarakat Indonesia?
76
+ Ji-ko-31,Education,Korean (South Korea),Where do middle and high school students in your country usually study for exams?,Di mana siswa SMP dan SMA di Indonesia biasanya belajar untuk ujian?
77
+ Ji-ko-33,Education,Korean (South Korea),Where do high school students in your country usually go after dinner?,Kemana biasanya siswa SMA di Indonesia pergi setelah makan malam?
78
+ Ji-ko-34,Education,Korean (South Korea),How do elementary school students in your country go to school?,Bagaimana cara siswa sekolah dasar di Indonesia pergi ke sekolah?
79
+ Ji-ko-35,Education,Korean (South Korea),What is the most common form of private education in your country?,Apa bentuk pendidikan swasta yang paling umum di Indonesia?
80
+ Ji-ko-36,Education,Korean (South Korea),Which subject’s academy/private educational institute do middle or high students most frequently attend in your country?,Akademi/institut pendidikan swasta mata pelajaran apa yang paling sering diikuti oleh siswa SMP atau SMA di Indonesia?
81
+ Ji-ko-37,Education,Korean (South Korea),What type of clothing do middle and high school students wear to school in your country?,Apa jenis pakaian yang dikenakan oleh siswa SMP dan SMA ke sekolah di Indonesia?
82
+ Ji-ko-38,Education,Korean (South Korea),Which major is considered the most difficult to gain admission to in your country?,Jurusan mana yang dianggap paling sulit untuk diterima di Indonesia?
83
+ Ji-ko-39,Education,Korean (South Korea),What is the most commonly learned musical instrument by elementary school students in your country?,Apa alat musik yang paling sering dipelajari oleh siswa sekolah dasar di Indonesia?
84
+ Ji-ko-40,Education,Korean (South Korea),What do high school students typically do during break time in schools in your country?,Apa yang biasanya dilakukan oleh siswa SMA selama waktu istirahat di sekolah-sekolah di Indonesia?
85
+ Ji-ko-41,Education,Korean (South Korea),What kind of shoes do students wear in schools in your country?,Sepatu seperti apa yang dipakai oleh siswa di sekolah-sekolah di Indonesia?
86
+ Ji-ko-42,Education,Korean (South Korea),What are the required subjects in your country's university entrance exam?,Apa saja mata pelajaran yang diwajibkan dalam ujian masuk universitas di Indonesia?
87
+ Ji-ko-44,Education,Korean (South Korea),Which region (within a city) in your country has the highest academic fervor?,Wilayah mana (di dalam sebuah kota) di Indonesia yang memiliki semangat akademis tertinggi?
88
+ Ji-ko-45,Education,Korean (South Korea),What do people look forward to the most at university festivals in your country?,Apa yang paling dinantikan orang-orang pada festival universitas di Indonesia?
89
+ Jo-sp-01,Sport,Spanish (Spain),What is the second most popular sport in your country?,Apa olahraga paling populer kedua di Indonesia?
90
+ Jo-sp-02,Sport,Spanish (Spain),What is the most popular sport played without a ball in your country?,Apa olahraga paling populer yang dimainkan tanpa bola di Indonesia?
91
+ Jo-sp-09,Sport,Spanish (Spain),What sports are most associated with the upper class in your country?,Olahraga apa yang paling banyak dikaitkan dengan kelas atas di Indonesia?
92
+ Jo-sp-13,Sport,Spanish (Spain),What is the most popular water sport in your country?,Apa olahraga air paling populer di Indonesia?
93
+ Jo-sp-14,Sport,Spanish (Spain),What is the most popular mental sport in your country?,Apa olahraga mental yang paling populer di Indonesia?
94
+ Jo-sp-18,Work life,Spanish (Spain),"How many holiday days per year does a standard worker gets in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa hari libur per tahun yang didapatkan oleh pekerja standar di Indonesia? (Berikan angka Arab (misalnya, 12) saja.)"
95
+ Jo-sp-19,Work life,Spanish (Spain),What region in your country has been traditionally associated with agriculture?,Wilayah mana di Indonesia yang secara tradisional dikaitkan dengan pertanian?
96
+ Jo-sp-21,Work life,Spanish (Spain),"What time, if any, do people usually leave work for lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pada jam berapa, jika ada, orang-orang biasanya meninggalkan pekerjaan untuk makan siang di Indonesia? (Berikan dalam format HH:MM (contoh, 18:00, 09:00).)"
97
+ Jo-sp-31,Education,Spanish (Spain),"What time do high school students tend to leave school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pukul berapa biasanya siswa SMA pulang dari sekolah di Indonesia? (Berikan dalam format JJ:MM (contoh, 18:00, 09:00).)"
98
+ Jo-sp-32,Education,Spanish (Spain),What sport do elementary school students tend to practice at school in your country?,Olahraga apa yang biasanya dilakukan oleh siswa sekolah dasar di sekolah-sekolah di Indonesia?
99
+ Jo-sp-36,Education,Spanish (Spain),"How long (in weeks) are summer vacations at elementary schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","Berapa lama (dalam minggu) liburan musim panas di sekolah dasar di Indonesia? (Berikan dalam angka Arab (misalnya, 7, 8) saja.)"
100
+ Jo-sp-37,Education,Spanish (Spain),"How long (in weeks) are summer vacations at universities in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","Berapa lama (dalam minggu) liburan musim panas di universitas-universitas di Indonesia? (Berikan dalam angka Arab (misalnya, 7, 8) saja.)"
101
+ Jo-sp-39,Education,Spanish (Spain),"At what age does elementary education begin in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","Pada usia berapa pendidikan dasar dimulai di Indonesia? (Berikan dalam angka Arab (misalnya, 7, 8) saja.)"
102
+ Jo-sp-43,Education,Spanish (Spain),"How many languages are studied in elementary education besides your country's official language? (Provide in Arabic numerals (e.g., 7, 8) only.)","Berapa banyak bahasa yang dipelajari di pendidikan dasar selain bahasa resmi Indonesia? (Berikan dalam angka Arab (contoh, 7, 8) saja.)"
103
+ Jod-ch-01,Food,Chinese (China),What eating utensils do people commonly used in your country?,Alat makan apa yang biasa digunakan orang-orang di Indonesia?
104
+ Jod-ch-04,Food,Chinese (China),What soft drink do people in your country like to have?,Minuman ringan apa yang disukai oleh orang-orang di Indonesia?
105
+ Jod-ch-06,Food,Chinese (China),What is the most popular traditional alcohol in your country?,Apa minuman alkohol tradisional yang paling populer di Indonesia?
106
+ Jod-ch-07,Food,Chinese (China),"How long (in hours) on average does it take for people in your country to have dinner at a restaurant? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","Berapa lama (dalam jam) rata-rata waktu yang dibutuhkan orang-orang di Indonesia untuk makan malam di restoran? (Berikan angka Arab hingga satu desimal (contoh, 2, 3.5) saja.)"
107
+ Jod-ch-09,Food,Chinese (China),"What time do people usually have dinner in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pukul berapa orang biasanya makan malam di Indonesia? (Berikan dalam format JJ:MM (contoh, 18:00, 09:00).)"
108
+ Jod-ch-12,Food,Chinese (China),What kind of soup do people from your country like to have?,Jenis sup apa yang disukai oleh orang-orang Indonesia?
109
+ Jod-ch-13,Food,Chinese (China),What street food do people from your country like to eat?,Makanan jalanan apa yang disukai oleh orang-orang dari Indonesia?
110
+ Jod-ch-15,Food,Chinese (China),What kind of seafood do people from your country like to eat?,Jenis makanan laut apa yang disukai oleh orang-orang Indonesia?
111
+ Jod-ch-16,Holidays/Celebration/Leisure,Chinese (China),What is the biggest festival in your country?,Apa festival terbesar di Indonesia?
112
+ Jod-ch-28,Holidays/Celebration/Leisure,Chinese (China),What is the most commonly used public transport by people when travelling between cites in your country?,Apa transportasi umum yang paling sering digunakan oleh masyarakat ketika bepergian antar kota di Indonesia?
113
+ Jod-ch-30,Holidays/Celebration/Leisure,Chinese (China),What are the specific decorations or symbols associated with the most biggest festival in your country?,Apa saja dekorasi atau simbol khusus yang terkait dengan festival terbesar di Indonesia?
114
+ Jod-ch-37,Sport,Chinese (China),What sports do women like to watch the most in your country?,Olahraga apa yang paling disukai oleh wanita untuk ditonton di Indonesia?
115
+ Jod-ch-38,Sport,Chinese (China),What sports do men like to watch the most in your country?,Olahraga apa yang paling disukai oleh pria untuk ditonton di Indonesia?
116
+ Jod-ch-41,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that females in their 20s in your country engage in?,Apa kegiatan santai yang umum dilakukan oleh wanita usia 20-an di Indonesia?
117
+ Jod-ch-42,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that males in their 20s in your country engage in?,Apa kegiatan santai yang umum dilakukan oleh pria di usia 20-an di Indonesia?
118
+ Jod-ch-46,Work life,Chinese (China),"How long (in hours) do people usually take a break after lunch on a weekday in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","Berapa lama (dalam jam) orang biasanya istirahat setelah makan siang di hari kerja di Indonesia? (Berikan angka numerik Arab hingga satu desimal (contoh, 2, 3.5) saja.)"
119
+ Jod-ch-48,Work life,Chinese (China),What do people eat for lunch during the working days in your country?,Apa yang biasanya orang makan siang selama hari kerja di Indonesia?
120
+ Jod-ch-50,Work life,Chinese (China),"What is the average commute time (in minutes) for people in your country? (Provide Arabic numerals (e.g., 1) only.)","Berapa rata-rata waktu perjalanan dari rumah ke tempat kerja (dalam menit) untuk orang-orang di Indonesia? (Berikan angka Arab (contoh, 1) saja.)"
121
+ Jod-ch-51,Work life,Chinese (China),What is the most common transportation that people take to get to work in your country?,Apa alat transportasi yang paling umum digunakan orang untuk pergi ke tempat kerja di Indonesia?
122
+ Jod-ch-54,Work life,Chinese (China),"How long (in days) is the marriage leave in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa lama (dalam hari) cuti pernikahan di Indonesia? (Berikan hanya angka Arab (misalnya, 12).)"
123
+ Jod-ch-56,Work life,Chinese (China),"What is the typical retirement age for women in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa usia pensiun yang umum untuk perempuan di Indonesia? (Berikan hanya angka Arab (contoh, 12).)"
124
+ Jod-ch-57,Work life,Chinese (China),"What is the typical retirement age for men in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa usia pensiun yang umum untuk pria di Indonesia? (Berikan hanya angka Arab (contoh, 12).)"
125
+ Jod-ch-58,Work life,Chinese (China),Which profession is the most respected in your country?,Profesi apa yang paling dihormati di Indonesia?
126
+ Jod-ch-60,Work life,Chinese (China),What is the duration (in hours) of a typical workday in your country? (Provide Arabic numerals (0~24) only.),Berapa lama (dalam jam) durasi hari kerja yang tipikal di Indonesia? (Berikan hanya angka Arab (0~24) saja.)
127
+ Jod-ch-61,Work life,Chinese (China),Which occupation is most preferred among females in your country?,Pekerjaan apa yang paling disukai oleh perempuan di Indonesia?
128
+ Jod-ch-62,Work life,Chinese (China),Which occupation is most preferred among males in your country?,Pekerjaan apa yang paling disukai oleh pria di Indonesia?
129
+ Ki-pe-17,Education,Persian (Iran),"On average, how far do students typically pursue their education in your country? (e.g., elementary, high school)","Rata-rata, sejauh mana biasanya siswa mengejar pendidikan mereka di Indonesia? (misalnya, sekolah dasar, sekolah menengah atas)"
130
+ Ki-pe-24,Education,Persian (Iran),What language is taught in schools in your country besides English?,Bahasa apa yang diajarkan di sekolah-sekolah di Indonesia selain Bahasa Inggris?
131
+ Ki-pe-30,Education,Persian (Iran),What days of the week are schools closed in your country?,Pada hari apa saja sekolah-sekolah di Indonesia tutup?
132
+ Ki-pe-32,Food,Persian (Iran),What food do the hosts usually prepare for the guests in your country?,Makanan apa yang biasanya disiapkan oleh tuan rumah untuk para tamu di Indonesia?
133
+ Ki-pe-34,Food,Persian (Iran),What is the usual drink in the breakfast in your country?,Apa minuman yang biasa diminum saat sarapan di Indonesia?
134
+ Ki-pe-36,Food,Persian (Iran),"Except the food original from your country, which country's food is more popular in your country?","Selain makanan asli dari Indonesia, makanan dari negara mana yang lebih populer di Indonesia?"
135
+ Ki-pe-39,Food,Persian (Iran),What food is usually prepared for a family picnic in your country?,Makanan apa yang biasanya disiapkan untuk piknik keluarga di Indonesia?
136
+ Ki-pe-40,Food,Persian (Iran),Which food from your country is considered disgusting by the rest of the world?,Makanan apa dari Indonesia yang dianggap menjijikkan oleh negara-negara lain di dunia?
137
+ Ki-pe-43,Food,Persian (Iran),What is the name of the popular bread in your country?,Apa nama roti yang populer di Indonesia?
138
+ Ki-pe-51,Work life,Persian (Iran),"What time of day are government offices closed in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pukul berapa kantor pemerintahan di Indonesia tutup? (Berikan dalam format HH:MM (contoh, 18:00, 09:00).)"
139
+ Ki-pe-53,Work life,Persian (Iran),"What is the normal start time of government offices in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pukul berapa biasanya kantor pemerintahan di Indonesia buka? (Berikan dalam format HH:MM (contoh, 18:00, 09:00).)"
140
+ Kik-in-01,Holidays/Celebration/Leisure,Indonesian (Indonesia),What national holiday has the longest duration in your country?,Hari libur nasional apa yang memiliki durasi terpanjang di Indonesia?
141
+ Kik-in-02,Holidays/Celebration/Leisure,Indonesian (Indonesia),What are the common activities people from your country do to celebrate Independence day?,Apa saja kegiatan umum yang dilakukan orang-orang di Indonesia untuk merayakan Hari Kemerdekaan?
142
+ Kik-in-04,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is installed in front of the house when a family member dies in your country?,Apa yang dipasang di depan rumah ketika ada anggota keluarga yang meninggal di Indonesia?
143
+ Kik-in-05,Holidays/Celebration/Leisure,Indonesian (Indonesia),When is a pregnancy celebration or ceremony usually held in your country?,Kapan biasanya perayaan atau upacara kehamilan diadakan di Indonesia?
144
+ Kik-in-06,Holidays/Celebration/Leisure,Indonesian (Indonesia),What event is usually held before a wedding in your country?,Acara apa yang biasanya diadakan sebelum pernikahan di Indonesia?
145
+ Kik-in-07,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is usually shared to the children during (Lunar) New Year in your country?,Apa yang biasanya dibagikan kepada anak-anak selama Tahun Baru Imlek di Indonesia?
146
+ Kik-in-08,Holidays/Celebration/Leisure,Indonesian (Indonesia),What activities are usually done days before Ramadan in your country?,Apa saja kegiatan yang biasanya dilakukan beberapa hari sebelum Ramadan di Indonesia?
147
+ Kik-in-10,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular tourist attraction for foreign visitors in your country?,Apa objek wisata paling populer bagi wisatawan asing di Indonesia?
148
+ Kik-in-11,Holidays/Celebration/Leisure,Indonesian (Indonesia),"What is the most popular religious sites (temple, church, etc.) for tourism in your country?","Apa situs keagamaan (candi, gereja, dll.) yang paling populer untuk pariwisata di Indonesia?"
149
+ Kik-in-15,Holidays/Celebration/Leisure,Indonesian (Indonesia),What clothes do women usually wear on graduation commencement ceremony in your country?,Pakaian apa yang biasanya dikenakan oleh wanita pada upacara wisuda di Indonesia?
150
+ Kik-in-16,Food,Indonesian (Indonesia),What drink is commonly consumed in your country when the weather is cold?,Minuman apa yang biasa dikonsumsi di Indonesia ketika cuaca dingin?
151
+ Kik-in-17,Food,Indonesian (Indonesia),What fruit is more commonly sold and found during Ramadan in your country?,Buah apa yang lebih sering dijual dan ditemukan selama bulan Ramadan di Indonesia?
152
+ Kik-in-24,Food,Indonesian (Indonesia),What carbohydrate is usually served with chicken in a fast-food restaurant in your country?,Karbohidrat apa yang biasanya disajikan dengan ayam di restoran cepat saji di Indonesia?
153
+ Kik-in-31,Sport,Indonesian (Indonesia),What is the most famous martial art sports in your country?,Apa olahraga bela diri paling terkenal di Indonesia?
154
+ Kik-in-34,Sport,Indonesian (Indonesia),What sports are often broadcasted on national television in your country?,Olahraga apa yang sering disiarkan di televisi nasional Indonesia?
155
+ Kik-in-35,Sport,Indonesian (Indonesia),What sports were popular among people from your country during the COVID-19 pandemic?,Olahraga apa yang populer di kalangan masyarakat Indonesia selama pandemi COVID-19?
156
+ Kik-in-36,Sport,Indonesian (Indonesia),Who is the most popular soccer coach in your country?,Siapa pelatih sepak bola paling populer di Indonesia?
157
+ Kik-in-37,Sport,Indonesian (Indonesia),What soccer teams in your country are famous for their intense rivalry? (e.g. ___ vs ___),Tim sepak bola mana di Indonesia yang terkenal karena persaingan sengit mereka? (misalnya ___ vs ___)
158
+ Kik-in-38,Sport,Indonesian (Indonesia),What are the names of soccer supporters in your country who are famous for their intense rivalry? (e.g. ___ vs ___),Apa nama-nama pendukung sepak bola di Indonesia yang terkenal karena persaingan sengit mereka? (misalnya ___ vs ___)
159
+ Kik-in-40,Sport,Indonesian (Indonesia),Who is the most famous male badminton player in your country?,Siapa pemain bulu tangkis pria paling terkenal di Indonesia?
160
+ Kik-in-41,Sport,Indonesian (Indonesia),Who is the most famous female badminton player in your country?,Siapa pemain bulu tangkis wanita paling terkenal di Indonesia?
161
+ Kik-in-44,Sport,Indonesian (Indonesia),What sport gets the most support from the government in your country?,Olahraga apa yang paling banyak mendapatkan dukungan dari pemerintah di Indonesia?
162
+ Kik-in-45,Sport,Indonesian (Indonesia),What sports field facilities are usually available at schools in your country?,Fasilitas lapangan olahraga apa saja yang biasanya tersedia di sekolah-sekolah di Indonesia?
163
+ Na-ko-02,Food,Korean (South Korea),What cafe beverage do people from your country most commonly enjoy?,Minuman kafe apa yang paling sering dinikmati oleh orang-orang di Indonesia?
164
+ Na-ko-04,Food,Korean (South Korea),What is the preferred hangover cure food for people from your country?,Apa makanan penawar mabuk yang paling disukai oleh orang-orang Indonesia?
165
+ Na-ko-05,Food,Korean (South Korea),What is the typical delivery food in your country?,Apa makanan khas yang biasa diantar di Indonesia?
166
+ Na-ko-07,Food,Korean (South Korea),What type of meat is consumed most by people from your country?,Jenis daging apa yang paling banyak dikonsumsi oleh masyarakat Indonesia?
167
+ Na-ko-08,Food,Korean (South Korea),What fruit do people from your country often eat in the autumn season?,Buah apa yang sering dimakan oleh orang-orang Indonesia di musim gugur?
168
+ Na-ko-09,Food,Korean (South Korea),What side dish is the most commonly served on a dining table in your country?,Lauk apa yang paling sering disajikan di meja makan di Indonesia?
169
+ Na-ko-11,Food,Korean (South Korea),What do people from your country eat while watching a soccer game?,Apa yang biasanya dimakan orang Indonesia saat menonton pertandingan sepak bola?
170
+ Na-ko-15,Food,Korean (South Korea),What is the representative nourishing food in your country?,Apa makanan bergizi yang mewakili Indonesia?
171
+ Na-ko-16,Sport,Korean (South Korea),Who is the most famous soccer player in your country?,Siapa pemain sepak bola paling terkenal di Indonesia?
172
+ Na-ko-17,Sport,Korean (South Korea),What sports do male students enjoy during lunch time at school in your country?,Olahraga apa yang disukai oleh siswa laki-laki saat waktu makan siang di sekolah di Indonesia?
173
+ Na-ko-18,Sport,Korean (South Korea),What is the most common sport girls participate in during physical education classes in your country?,Apa olahraga paling umum yang diikuti oleh para siswi selama pelajaran pendidikan jasmani di Indonesia?
174
+ Na-ko-19,Sport,Korean (South Korea),Who is the most popular volleyball player in your country?,Siapa pemain bola voli paling populer di Indonesia?
175
+ Na-ko-20,Sport,Korean (South Korea),What sports event do people from your country passionately support the most in international competitions?,Acara olahraga apa yang paling banyak didukung oleh masyarakat Indonesia dalam kompetisi internasional?
176
+ Na-ko-22,Sport,Korean (South Korea),Which country is considered the biggest rival in soccer matches for your country?,Negara mana yang dianggap sebagai rival terbesar dalam pertandingan sepak bola untuk Indonesia?
177
+ Na-ko-23,Sport,Korean (South Korea),What type of sports academies do children attend the most in your country?,Jenis akademi olahraga apa yang paling banyak diikuti oleh anak-anak di Indonesia?
178
+ Na-ko-24,Sport,Korean (South Korea),What is the most commonly eaten food in sports stadiums while watching games in your country?,Apa makanan yang paling sering dimakan di stadion olahraga saat menonton pertandingan di Indonesia?
179
+ Na-ko-25,Sport,Korean (South Korea),What are the typical sports played in your country's school sports day?,Apa saja olahraga yang umum dimainkan pada hari olahraga di sekolah di Indonesia?
180
+ Na-ko-26,Sport,Korean (South Korea),What are the popular sports among the middle-aged population in your country?,Apa olahraga populer di kalangan penduduk usia paruh baya di Indonesia?
181
+ Na-ko-28,Sport,Korean (South Korea),Who is the most popular winter sports player in your country?,Siapa atlet olahraga musim dingin yang paling populer di Indonesia?
182
+ Na-ko-29,Sport,Korean (South Korea),Who is the most famous swimmer in your country?,Siapa perenang paling terkenal di Indonesia?
183
+ Na-ko-30,Sport,Korean (South Korea),What is the most popular e-sports game in your country?,Apa game e-sports paling populer di Indonesia?
184
+ Na-ko-33,Holidays/Celebration/Leisure,Korean (South Korea),What symbolic food do people from your country eat on (Lunar) New Year?,Makanan simbolis apa yang biasa dimakan oleh orang-orang Indonesia pada Tahun Baru Imlek?
185
+ Na-ko-37,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular domestic vacation spot for people from your country?,Apa tempat liburan domestik yang paling populer bagi orang-orang dari Indonesia?
186
+ Na-ko-38,Holidays/Celebration/Leisure,Korean (South Korea),What is the most common wedding gift between bride and groom in your country?,Apa hadiah pernikahan yang paling umum diberikan antara pengantin pria dan wanita di Indonesia?
187
+ Na-ko-39,Holidays/Celebration/Leisure,Korean (South Korea),What is typically given as a congratulatory gesture when attending a friend's wedding in your country?,Apa yang biasanya diberikan sebagai ucapan selamat ketika menghadiri pernikahan seorang teman di Indonesia?
188
+ Na-ko-40,Holidays/Celebration/Leisure,Korean (South Korea),"How long (in days) does a funeral typically last in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa lama (dalam hari) biasanya sebuah pemakaman berlangsung di Indonesia? (Berikan angka Arab (misalnya, 12) saja.)"
189
+ Na-ko-41,Holidays/Celebration/Leisure,Korean (South Korea),What should you prepare as a condolence offering when attending a funeral in your country?,Apa yang harus Anda siapkan sebagai tanda belasungkawa ketika menghadiri pemakaman di Indonesia?
190
+ Na-ko-42,Holidays/Celebration/Leisure,Korean (South Korea),What type of food is commonly provided at funeral parlors in your country?,Jenis makanan apa yang biasanya disediakan di rumah duka di Indonesia?
191
+ Na-ko-43,Holidays/Celebration/Leisure,Korean (South Korea),What do people do in your country in the morning of the (Lunar) New Year?,Apa yang dilakukan orang-orang di Indonesia di pagi hari Tahun Baru Imlek?
192
+ Na-ko-44,Holidays/Celebration/Leisure,Korean (South Korea),When is the day with your country's most severe nationwide traffic congestion?,Pada hari apa terjadi kemacetan lalu lintas terparah di seluruh Indonesia?
193
+ Na-ko-45,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular honeymoon destination in your country?,Apa destinasi bulan madu paling populer di Indonesia?
194
+ Ne-ar-05,Holidays/Celebration/Leisure,Arabic (Algeria),What is the most important national holiday in your country?,Apa hari libur nasional yang paling penting di Indonesia?
195
+ Ne-ar-06,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Ramadan?,Apa yang biasanya orang Indonesia makan selama bulan Ramadan?
196
+ Ne-ar-09,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Fitr?,Apa yang biasanya orang Indonesia makan saat Idul Fitri?
197
+ Ne-ar-10,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Adha?,Apa yang biasanya orang Indonesia makan di Hari Raya Idul Adha?
198
+ Ne-ar-11,Holidays/Celebration/Leisure,Arabic (Algeria),Where do people from your country go to celebrate New Year's Day?,Kemana orang-orang dari Indonesia pergi untuk merayakan Tahun Baru?
199
+ Ne-ar-14,Holidays/Celebration/Leisure,Arabic (Algeria),Where do a family gather for Eid festivities in your country?,Di mana sebuah keluarga berkumpul untuk perayaan Idul Fitri di Indonesia?
200
+ Ne-ar-16,Work life,Arabic (Algeria),"When is the weekend in your country (e.g. Monday, Tuesday)?","Kapan akhir pekan di Indonesia (misalnya Senin, Selasa)?"
201
+ Ne-ar-17,Work life,Arabic (Algeria),"At what time do most people start work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pada pukul berapa kebanyakan orang mulai bekerja di Indonesia? (Berikan dalam format JJ:MM (contoh, 18:00, 09:00).)"
202
+ Ne-ar-18,Work life,Arabic (Algeria),"At what time do most people finish work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pada pukul berapa kebanyakan orang selesai bekerja di Indonesia? (Berikan dalam format JJ:MM (contoh, 18:00, 09:00).)"
203
+ Ne-ar-20,Work life,Arabic (Algeria),What is considered to be a secure job in your country?,Apa yang dianggap sebagai pekerjaan yang aman di Indonesia?
204
+ Ne-ar-24,Work life,Arabic (Algeria),Which city is the primary commercial hub in your country?,Kota mana yang merupakan pusat komersial utama di Indonesia?
205
+ Ne-ar-25,Work life,Arabic (Algeria),What is the industry that pays the best in your country?,Apa industri yang memberikan gaji terbaik di Indonesia?
206
+ Ne-ar-26,Work life,Arabic (Algeria),What is the most famous public corporation in your country?,Apa perusahaan publik yang paling terkenal di Indonesia?
207
+ Ne-ar-31,Food,Arabic (Algeria),What is the most famous dish in your country?,Apa hidangan paling terkenal di Indonesia?
208
+ Ne-ar-32,Food,Arabic (Algeria),What do people usually have for breakfast in your country?,Apa yang biasanya orang makan untuk sarapan di Indonesia?
209
+ Ne-ar-33,Food,Arabic (Algeria),"When do people usually have lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Kapan orang biasanya makan siang di Indonesia? (Berikan dalam format JJ:MM (contoh, 18:00, 09:00).)"
210
+ Ne-ar-34,Food,Arabic (Algeria),What is typically indispensable in meals in your country?,Apa yang biasanya tidak dapat dipisahkan dari makanan di Indonesia?
211
+ Ne-ar-36,Food,Arabic (Algeria),What is a typical festive meal in your country?,Apa makanan perayaan yang khas di Indonesia?
212
+ Ne-ar-37,Food,Arabic (Algeria),Which fruit do people usually offer tourists/visitors from abroad in your country?,Buah apa yang biasanya ditawarkan kepada turis/pengunjung dari luar negeri di Indonesia?
213
+ Ne-ar-38,Food,Arabic (Algeria),Which food do people usually offer as charity in your country?,Makanan apa yang biasanya orang tawarkan sebagai amal di Indonesia?
214
+ Ne-ar-39,Food,Arabic (Algeria),What is the cheapest fast food in your country?,Apa makanan cepat saji termurah di Indonesia?
215
+ Ne-ar-43,Food,Arabic (Algeria),What do people usually have with tea in your country?,Apa yang biasanya orang minum dengan teh di Indonesia?
216
+ Ne-ar-44,Food,Arabic (Algeria),What do people have with coffee in your country?,Apa yang biasanya orang minum dengan kopi di Indonesia?
217
+ New-am-02,Food,Amharic (Ethiopia),What is the most popular traditional food in your country?,Apa makanan tradisional yang paling populer di Indonesia?
218
+ New-am-04,Food,Amharic (Ethiopia),What is the most popular dipping sauce in your country?,Apa saus cocolan yang paling populer di Indonesia?
219
+ New-am-08,Food,Amharic (Ethiopia),What food is most often consumed during Christian fasting in your country?,Apa makanan yang paling sering dikonsumsi saat puasa untuk umat Kristen di Indonesia?
220
+ New-am-15,Food,Amharic (Ethiopia),What food is usually prepared when mothers give birth in your country?,Makanan apa yang biasanya disiapkan ketika seorang ibu melahirkan di Indonesia?
221
+ New-am-27,Sport,Amharic (Ethiopia),Who is the most popular female sportperson in your country?,Siapa olahragawan wanita paling populer di Indonesia?
222
+ New-am-34,Education,Amharic (Ethiopia),Where do most elementary school students prepare for their exams in your country?,Di mana sebagian besar siswa sekolah dasar di Indonesia mempersiapkan ujian mereka?
223
+ New-am-41,Education,Amharic (Ethiopia),"In your country, at which grade level do students take their first national-level examination?","Di Indonesia, di kelas berapa siswa mengikuti ujian nasional pertama kali?"
224
+ New-am-53,Work life,Amharic (Ethiopia),Which region in your country is widely known for its coffee/tea industry?,Wilayah mana di Indonesia yang dikenal dengan industri kopi/tehnya?
225
+ New-am-54,Work life,Amharic (Ethiopia),Which region in your country is widely known for its livestock industry?,Wilayah mana di Indonesia yang dikenal dengan industri peternakannya?
226
+ New-am-59,Work life,Amharic (Ethiopia),What is the main occupation of people living in deserts in your country?,Apa pekerjaan utama masyarakat yang tinggal di gurun di Indonesia?
227
+ New-am-60,Work life,Amharic (Ethiopia),Which animal is typically used for transportation in your country?,Hewan apa yang biasanya digunakan untuk transportasi di Indonesia?
228
+ New-am-72,Family,Amharic (Ethiopia),What is the most popular comic book for children to read in your country?,Apa komik untuk anak-anak yang paling populer di Indonesia?
229
+ New-am-73,Family,Amharic (Ethiopia),What is the most popular YouTube channel for children in your country?,Apa saluran YouTube paling populer untuk anak-anak di Indonesia?
230
+ New-am-74,Family,Amharic (Ethiopia),What is the most popular talk show in your country?,Apa acara talk show paling populer di Indonesia?
231
+ New-am-77,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most famous religious holiday in your country?,Apa hari raya keagamaan yang paling terkenal di Indonesia?
232
+ New-am-81,Holidays/Celebration/Leisure,Amharic (Ethiopia),"What is the busiest month for weddings in your country? (Provide Arabic numerals (e.g., 1) only.)","Di bulan apa biasanya pernikahan paling banyak diadakan di Indonesia? (Berikan angka Arab (misalnya, 1) saja.)"
233
+ New-am-83,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most popular traditional musical instrument in your country?,Apa alat musik tradisional yang paling populer di Indonesia?
234
+ New-as-01,Food,Assamese (Assam),What is the main agricultural product produced in your country?,Apa produk pertanian utama yang dihasilkan di Indonesia?
235
+ New-as-02,Food,Assamese (Assam),What is the most popular wheat-based food item in your country?,Apa makanan berbahan dasar gandum yang paling populer di Indonesia?
236
+ New-as-05,Food,Assamese (Assam),What is the most typical drink offered to guests when they visit households in your country?,Apa minuman yang paling sering ditawarkan kepada tamu ketika mereka mengunjungi rumah di Indonesia?
237
+ New-as-07,Food,Assamese (Assam),What is the most popular dish cooked with fish in your country?,Apa hidangan paling populer yang dimasak dengan ikan di Indonesia?
238
+ New-as-14,Food,Assamese (Assam),What food do people from your country like to eat during rainy weather?,Makanan apa yang disukai orang Indonesia untuk dimakan saat cuaca hujan?
239
+ New-as-15,Food,Assamese (Assam),What drink is commonly consumed in your country when the weather is hot?,Minuman apa yang umumnya dikonsumsi di Indonesia ketika cuaca panas?
240
+ New-as-20,Sport,Assamese (Assam),What is the most popular indoor sport in your country?,Apa olahraga dalam ruangan yang paling populer di Indonesia?
241
+ New-as-29,Sport,Assamese (Assam),What sport do men in your country like to watch?,Olahraga apa yang gemar ditonton oleh pria di Indonesia?
242
+ New-as-30,Sport,Assamese (Assam),What sport do women in your country like to watch?,Olahraga apa yang gemar ditonton oleh wanita di Indonesia?
243
+ New-as-58,Work life,Assamese (Assam),What is the most popular beverage that people from your country like to drink in their workplace?,Apa minuman paling populer yang disukai oleh orang-orang Indonesia untuk diminum di tempat kerja mereka?
244
+ New-as-64,Family,Assamese (Assam),On which holiday do all family members tend to reunite in your country?,Pada hari libur apa semua anggota keluarga biasanya berkumpul di Indonesia?
245
+ New-as-76,Holidays/Celebration/Leisure,Assamese (Assam),What traditional games do families play during traditional holidays in your country?,Permainan tradisional apa yang dimainkan selama hari libur tradisional oleh keluarga di Indonesia?
246
+ New-as-80,Holidays/Celebration/Leisure,Assamese (Assam),What type of clothing do people from your country wear during traditional festivals?,Jenis pakaian apa yang dikenakan oleh orang-orang Indonesia saat festival tradisional?
247
+ New-as-89,Holidays/Celebration/Leisure,Assamese (Assam),What traditional festival accessories do people from your country wear?,Apa aksesori festival tradisional yang biasa dikenakan oleh orang-orang di Indonesia?
248
+ New-az-05,Food,Azerbaijani (Azerbaijan),What is the most famous region for alcohol production in your country?,Wilayah apa yang paling dikenal dengan produksi alkohol di Indonesia?
249
+ New-az-11,Food,Azerbaijani (Azerbaijan),What fruit do people from your country often eat in the summer season?,Buah apa yang sering dimakan oleh orang-orang Indonesia di musim panas?
250
+ New-az-12,Food,Azerbaijani (Azerbaijan),Which region in your country is known for its seafood?,Wilayah mana di Indonesia yang terkenal dengan makanan lautnya?
251
+ New-az-21,Sport,Azerbaijani (Azerbaijan),Which region in your country is the most popular skiing destination?,Wilayah mana di Indonesia yang paling populer sebagai destinasi untuk ski?
252
+ New-az-26,Sport,Azerbaijani (Azerbaijan),Who is the most popular martial arts player in your country?,Siapa pemain bela diri paling populer di Indonesia?
253
+ New-az-27,Sport,Azerbaijani (Azerbaijan),Which sport has been one of the fastest-growing in your country over the last decade?,Olahraga apa yang menjadi salah satu olahraga dengan pertumbuhan tercepat di Indonesia selama dekade terakhir?
254
+ New-az-39,Education,Azerbaijani (Azerbaijan),Which country is the most popular destination for students from your country studying abroad?,Negara mana yang merupakan tujuan paling populer bagi siswa dari Indonesia untuk belajar di luar negeri?
255
+ New-az-49,Work life,Azerbaijani (Azerbaijan),"How many people work in a typical family in your country? (Provide Arabic numerals (e.g., 1) only.)","Di Indonesia, berapa banyak orang yang bekerja dalam sebuah keluarga pada umumnya? (Berikan angka Arab (contoh, 1) saja.)"
256
+ New-az-60,Family,Azerbaijani (Azerbaijan),"In your country, who takes care of kids when both parents are working?","Di Indonesia, siapa yang mengurus anak-anak ketika kedua orang tuanya sedang bekerja?"
257
+ New-az-69,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for men from your country?,Apa minuman beralkohol yang paling disukai oleh pria dari Indonesia?
258
+ New-az-70,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for women from your country?,Apa minuman beralkohol yang paling disukai oleh wanita dari Indonesia?
259
+ New-az-73,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),"How many people on average typically attend a wedding in your country? (Provide Arabic numerals (e.g., 1) only.)","Berapa banyak rata-rata orang yang biasanya menghadiri sebuah pernikahan di Indonesia? (Berikan angka Arab saja (contoh, 1).)"
260
+ New-ch-01,Food,Chinese (China),What kind of meat do people usually eat when they have barbecue in your country?,Jenis daging apa yang biasanya orang makan saat mereka melakukan barbekyu di Indonesia?
261
+ New-ch-02,Food,Chinese (China),"When do people usually have breakfast in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Kapan orang biasanya sarapan di Indonesia? (Berikan dalam format JJ:MM (contoh, 18:00, 09:00).)"
262
+ New-ch-04,Food,Chinese (China),What kinds of food do people usually eat for late-night snacks in your country?,Jenis makanan apa yang biasanya orang makan untuk camilan larut malam di Indonesia?
263
+ New-ch-05,Food,Chinese (China),What is the most famous spicy dish in your country?,Apa masakan pedas yang paling terkenal di Indonesia?
264
+ New-ch-07,Food,Chinese (China),What food items do people typically pair with hard liquor in your country?,Makanan apa yang biasanya dipadukan dengan minuman keras di Indonesia?
265
+ New-ch-08,Food,Chinese (China),What seasoning is indispensable in cooking in your country?,Bumbu apa yang sangat penting dan tidak dapat dihilangkan dalam memasak di Indonesia?
266
+ New-ch-09,Food,Chinese (China),What food do people typically consume when the weather is cold in your country?,Makanan apa yang biasanya dikonsumsi orang-orang ketika cuaca dingin di Indonesia?
267
+ New-ch-13,Food,Chinese (China),What is the most famous alcohol brand in your country?,Apa merek alkohol paling terkenal di Indonesia?
268
+ New-ch-14,Food,Chinese (China),What foods do people usually eat when they are sick in your country?,Makanan apa yang biasanya orang makan ketika mereka sakit di Indonesia?
269
+ New-ch-15,Food,Chinese (China),What prepared/ready-to-eat food do people typically buy at supermarkets in your country?,Makanan apa yang biasanya dibeli orang-orang di supermarket di Indonesia yang sudah siap saji atau siap dimakan?
270
+ New-ch-16,Sport,Chinese (China),What is the most famous sports-related movie in your country?,Apa film bertema olahraga yang paling terkenal di Indonesia?
271
+ New-ch-17,Sport,Chinese (China),What extreme sport do people generally wish to try the most in your country?,Olahraga ekstrem apa yang paling ingin dicoba oleh kebanyakan orang di Indonesia?
272
+ New-ch-18,Sport,Chinese (China),Which track and field event is the most popular to watch during competitions in your country?,Cabang atletik mana yang paling populer untuk ditonton selama kompetisi di Indonesia?
273
+ New-ch-19,Sport,Chinese (China),Which gymnastics event is the most popular to watch during competitions in your country?,Perlombaan senam apa yang paling populer untuk ditonton selama kompetisi di Indonesia?
274
+ New-ch-23,Sport,Chinese (China),Who is the most famous table tennis player in your country?,Siapa pemain tenis meja paling terkenal di Indonesia?
275
+ New-ch-26,Sport,Chinese (China),"In the Winter Olympics, which event is the most popular to watch in your country?","Dalam Olimpiade Musim Dingin, acara apa yang paling populer untuk ditonton di Indonesia?"
276
+ New-ch-27,Sport,Chinese (China),Who is the most famous boxer in your country?,Siapa petinju paling terkenal di Indonesia?
277
+ New-ch-30,Sport,Chinese (China),Who is the most famous track and field athlete in your country?,Siapa atlet atletik yang paling terkenal di Indonesia?
278
+ New-ch-31,Work life,Chinese (China),What job do parents most hope their children will pursue in your country?,Pekerjaan apa yang paling diharapkan oleh orang tua agar dikejar oleh anak-anak mereka di Indonesia?
279
+ New-ch-32,Work life,Chinese (China),What office software do people typically use in the workplace in your country?,Perangkat lunak kantor apa yang biasanya digunakan orang-orang di tempat kerja di Indonesia?
280
+ New-ch-38,Work life,Chinese (China),Which cities or regions are known for their import and export activities in your country?,Kota atau wilayah mana saja yang dikenal dengan kegiatan impor dan ekspor di Indonesia?
281
+ New-ch-39,Work life,Chinese (China),What platform is commonly used in the e-commerce industry in your country?,Platform apa yang umum digunakan dalam industri e-commerce di Indonesia?
282
+ New-ch-44,Work life,Chinese (China),"How long is the typical probation period for new employees before signing a formal contract in your country? (e.g., 1 month).","Berapa lama periode percobaan yang biasa diberikan kepada karyawan baru sebelum menandatangani kontrak formal di Indonesia? (misalnya, 1 bulan)."
283
+ New-ch-45,Work life,Chinese (China),Which industries do young people typically choose to start businesses in your country?,Di industri apa biasanya para pemuda memilih untuk memulai bisnis di Indonesia?
284
+ New-ch-49,Family,Chinese (China),What is the most common way for family members to communicate remotely in your country?,Apa cara yang paling umum digunakan oleh anggota keluarga untuk berkomunikasi jarak jauh di Indonesia?
285
+ New-ch-51,Family,Chinese (China),What form of accommodation is typically booked for family trips in your country?,Bentuk akomodasi apa yang biasanya dipesan untuk perjalanan keluarga di Indonesia?
286
+ New-ch-54,Family,Chinese (China),Which fruit is usually prepared the most for family dinners in your country?,Buah apa yang biasanya paling sering disiapkan untuk makan malam keluarga di Indonesia?
287
+ New-ch-64,Education,Chinese (China),"How many hours of classes do university students typically have per week in your country? (Provide Arabic numerals (e.g., 1) only.)","Berapa jam kuliah per minggu yang biasanya diikuti oleh mahasiswa universitas di Indonesia? (Gunakan angka Arab (contoh, 1) saja.)"
288
+ New-ch-66,Education,Chinese (China),"What is the typical tuition fee per semester for public high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","Berapa biaya sekolah rata-rata per semester untuk SMA negeri di Indonesia? (Gunakan angka Arab (contoh, 1) saja.)"
289
+ New-ch-70,Education,Chinese (China),What compulsory courses do university students have in common in your country?,Apa mata kuliah wajib yang dimiliki bersama oleh mahasiswa universitas di Indonesia?
290
+ New-ch-71,Education,Chinese (China),"What is the average class size in high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","Berapa jumlah rata-rata siswa dalam satu kelas di sekolah menengah atas di Indonesia? (Berikan angka numerik Arab (contoh, 1) saja.)"
291
+ New-ch-72,Education,Chinese (China),Which major is considered most conducive to employment in your country?,Jurusan apa yang dianggap paling mendukung kesempatan kerja di Indonesia?
292
+ New-ch-73,Education,Chinese (China),What type of clubs are most popular among university students in your country?,Jenis klub apa yang paling populer di kalangan mahasiswa universitas di Indonesia?
293
+ New-ch-74,Education,Chinese (China),What types of accommodation do university students in your country typically live in?,Di mana mahasiswa universitas biasanya tinggal di Indonesia?
294
+ New-ch-75,Education,Chinese (China),"How long is each class period for middle school students in your country (minutes)? (Provide Arabic numerals (e.g., 1) only.)","Berapa lama durasi setiap periode kelas untuk siswa SMP di Indonesia (menit)? (Berikan hanya angka Arab (contoh, 1).)"
295
+ New-ch-78,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired women typically like in your country?,Kegiatan santai apa yang biasanya disukai oleh wanita pensiunan di Indonesia?
296
+ New-ch-79,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired men typically like in your country?,Kegiatan santai apa yang biasanya disukai oleh pria pensiunan di Indonesia?
297
+ New-ch-80,Holidays/Celebration/Leisure,Chinese (China),"During which holidays do people typically visit religious sites (temples, churches, etc.) in your country?","Pada hari raya apa biasanya orang-orang mengunjungi tempat-tempat ibadah (candi, gereja, dll) di Indonesia?"
298
+ New-ch-81,Holidays/Celebration/Leisure,Chinese (China),What are the typical housewarming gifts in your country?,Apa hadiah peresmian rumah yang biasa di Indonesia?
299
+ New-ch-82,Holidays/Celebration/Leisure,Chinese (China),"At what time do weddings typically start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pada pukul berapa biasanya pernikahan dimulai di Indonesia? (Berikan dalam format JJ:MM (contoh, 18:00, 09:00).)"
300
+ New-ch-83,Holidays/Celebration/Leisure,Chinese (China),Which city in your country hosts festivals the most?,Kota mana di Indonesia yang paling sering mengadakan festival?
301
+ New-ch-84,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending weddings in your country?,Warna pakaian apa yang biasanya dikenakan orang saat menghadiri pernikahan di Indonesia?
302
+ New-ch-85,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending funerals in your country?,Warna pakaian apa yang biasanya dikenakan orang saat menghadiri pemakaman di Indonesia?
303
+ New-en-01,Food,English (UK),Which snack is eaten in the cinema in your country?,Camilan apa yang dimakan di bioskop di Indonesia?
304
+ New-en-02,Food,English (UK),What is the most popular chip/crisp flavour in your country?,Apa rasa keripik yang paling populer di Indonesia?
305
+ New-en-04,Food,English (UK),Who is a popular celebrity chef in your country?,Siapa koki selebriti yang populer di Indonesia?
306
+ New-en-05,Food,English (UK),Which food is a cost-effective and quick meal option in your country?,Makanan apa yang merupakan pilihan makanan hemat dan cepat di Indonesia?
307
+ New-en-07,Food,English (UK),What are the most popular cooking shows in your country?,Apa saja acara masak yang paling populer di Indonesia?
308
+ New-en-08,Food,English (UK),What is the most popular chocolate brand in your country?,Apa merek cokelat paling populer di Indonesia?
309
+ New-en-10,Food,English (UK),What is the most eaten cheese in your country?,Keju apa yang paling banyak dikonsumsi di Indonesia?
310
+ New-en-11,Food,English (UK),What is the most disliked vegetable in your country?,Apa sayuran yang paling tidak disukai di Indonesia?
311
+ New-en-12,Food,English (UK),What food is most commonly found in food courts in your country?,Makanan apa yang paling sering ditemukan di food court di Indonesia?
312
+ New-en-17,Sport,English (UK),What are the most common cheering tools used by sports fans in your country?,Apa benda yang paling sering digunakan oleh para penggemar olahraga untuk mendukung tim olahraga di Indonesia?
313
+ New-en-18,Sport,English (UK),What do fans bring with them when attending a live game in your country?,Apa yang dibawa oleh para penggemar saat menghadiri pertandingan langsung di Indonesia?
314
+ New-en-19,Sport,English (UK),What is the most well known sporting stadium in your country?,Apa stadion olahraga yang paling terkenal di Indonesia?
315
+ New-en-23,Sport,English (UK),Who is the most famous Paralympian in your country?,Siapa atlet Paralimpiade paling terkenal di Indonesia?
316
+ New-en-26,Sport,English (UK),What is the best recognized sporting chant in your country?,Apa yel-yel olahraga yang paling dikenal di Indonesia?
317
+ New-en-38,Work life,English (UK),Which industries are known for more flexible working hours in your country?,Industri apa yang dikenal memiliki jam kerja yang lebih fleksibel di Indonesia?
318
+ New-en-41,Work life,English (UK),Who is the most well known and successful entrepreneur in your country?,Siapa pengusaha yang paling terkenal dan sukses di Indonesia?
319
+ New-en-47,Family,English (UK),What can typically be found in the back garden of houses in your country?,Apa yang biasanya dapat ditemukan di taman belakang rumah di Indonesia?
320
+ New-en-49,Family,English (UK),What is the name of the most famous family in your country?,Siapa keluarga paling terkenal di Indonesia?
321
+ New-en-50,Family,English (UK),What is the most common family name in your country?,Apa nama keluarga yang paling umum di Indonesia?
322
+ New-en-55,Family,English (UK),Which religion is most commonly practiced by families in your country?,Agama apa yang paling umum dipeluk keluarga-keluarga di Indonesia?
323
+ New-en-56,Family,English (UK),What is the most popular foreign language spoken by families in your country?,Apa bahasa asing yang paling banyak digunakan oleh keluarga di Indonesia?
324
+ New-en-59,Family,English (UK),Which country is the most popular destination for families from your country to emigrate to?,Negara mana yang merupakan tujuan emigrasi paling populer bagi keluarga-keluarga dari Indonesia?
325
+ New-en-68,Education,English (UK),What repercussions are there for bad behavior in schools in your country?,Apa saja sanksi yang diberikan untuk perilaku buruk di sekolah-sekolah di Indonesia?
326
+ New-en-69,Education,English (UK),Which writers are commonly studied in literature class in your country?,Penulis-penulis mana yang biasanya dipelajari di kelas sastra di Indonesia?
327
+ New-en-70,Education,English (UK),"How many school breaks are there in a year for high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","Berapa kali libur sekolah dalam setahun untuk sekolah menengah atas di Indonesia? (Berikan angka numerik Arab (contoh, 1) saja.)"
328
+ New-en-72,Education,English (UK),Which online resource do students usually use to study in your country?,Sumber daya online apa yang biasanya digunakan oleh siswa untuk belajar di Indonesia?
329
+ New-en-75,Education,English (UK),"What is the average length of a semester in terms of weeks of teaching at universities in your country? (Provide Arabic numerals (e.g., 1) only.)","Berapa rata-rata jumlah minggu kegiatan belajar dalam satu semester di universitas-universitas di Indonesia? (Berikan angka Arab (contoh, 1) saja.)"
330
+ New-en-76,Holidays/Celebration/Leisure,English (UK),Which airport in your country is the busiest during the holiday season?,Bandara mana di Indonesia yang paling sibuk selama musim liburan?
331
+ New-en-79,Holidays/Celebration/Leisure,English (UK),Which region of your country is well known for its theatrical performances?,Wilayah mana di Indonesia yang terkenal dengan pertunjukan teaternya?
332
+ New-en-87,Holidays/Celebration/Leisure,English (UK),What is the most famous historic landmark in your country?,Apa landmark bersejarah paling terkenal di Indonesia?
333
+ New-en-90,Holidays/Celebration/Leisure,English (UK),What is the most famous hotel brand in your country?,Apa merek hotel paling terkenal di Indonesia?
334
+ New-gr-05,Food,Greek (Greece),What is the most popular grab-and-go breakfast option in your country?,Apa pilihan sarapan paling populer yang penyajiannya cepat (grab-and-go) di Indonesia?
335
+ New-gr-06,Food,Greek (Greece),What is the most popular food in your country among young people?,Apa makanan paling populer di Indonesia di kalangan anak muda?
336
+ New-gr-08,Food,Greek (Greece),What type of alcoholic drink is most commonly consumed at festivals in your country?,Jenis minuman beralkohol apa yang paling sering dikonsumsi di festival-festival di Indonesia?
337
+ New-gr-13,Food,Greek (Greece),What is the most common morning drink in your country?,Apa minuman yang paling umum dikonsumsi pagi hari di Indonesia?
338
+ New-gr-15,Food,Greek (Greece),What is the most popular traditional dessert in your country?,Apa makanan penutup (dessert) tradisional yang paling populer di Indonesia?
339
+ New-gr-21,Sport,Greek (Greece),What is the most popular racket sport in your country?,Apa olahraga raket yang paling populer di Indonesia?
340
+ New-gr-24,Sport,Greek (Greece),What is the most popular track and field sport in your country?,Apa cabang olahraga atletik yang paling populer di Indonesia?
341
+ New-gr-29,Sport,Greek (Greece),Which international sporting event is the most popular in your country?,Apa ajang olahraga internasional yang paling populer di Indonesia?
342
+ New-gr-47,Work life,Greek (Greece),"How long (in minutes) are typical work breaks in your country, excluding lunch and dinner breaks? (Provide Arabic numerals (e.g., 1) only.)","Berapa lama (dalam menit) istirahat kerja umumnya di Indonesia, tidak termasuk istirahat makan siang dan makan malam? (Berikan angka Arab (misalnya, 1) saja.)"
343
+ New-gr-58,Work life,Greek (Greece),Which job is considered underpaid in your country?,"Di Indonesia, pekerjaan apa yang bayarannya dianggap lebih rendah dari seharusnya?"
344
+ New-gr-76,Holidays/Celebration/Leisure,Greek (Greece),What is the most common food served during Easter in your country?,Apa makanan yang paling sering disajikan saat Paskah di Indonesia?
345
+ New-gr-82,Holidays/Celebration/Leisure,Greek (Greece),What is the most popular music genre among the elderly population in your country?,Apa genre musik paling populer di kalangan orang tua atau lansia di Indonesia?
346
+ New-gr-88,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at funerals in your country?,Minuman apa yang biasanya disuguhkan di acara pemakaman di Indonesia?
347
+ New-gr-89,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at weddings in your country?,Minuman apa yang biasanya disuguhkan di acara pernikahan di Indonesia?
348
+ New-ha-07,Food,Hausa (Northern Nigeria),What food originated from your country and can be found all over the world?,Makanan apa yang berasal dari Indonesia dan dapat ditemukan di seluruh dunia?
349
+ New-ha-08,Food,Hausa (Northern Nigeria),What food is typically disliked by children but enjoyed by the elderly in your country?,Makanan apa yang biasanya tidak disukai oleh anak-anak tetapi disukai oleh orang tua atau lansia di Indonesia?
350
+ New-ha-09,Food,Hausa (Northern Nigeria),What cooking utensil is most commonly used in your country?,Alat masak apa yang paling sering digunakan di Indonesia?
351
+ New-ha-13,Food,Hausa (Northern Nigeria),Which is the most popular vegetable in your country?,Sayuran apa yang paling populer di Indonesia?
352
+ New-ha-19,Sport,Hausa (Northern Nigeria),Which animal is used for sports in your country?,Hewan apa yang digunakan untuk olahraga di Indonesia?
353
+ New-ha-66,Family,Hausa (Northern Nigeria),What is the most popular wedding venue in your country?,Apa tempat pernikahan yang paling populer di Indonesia?
354
+ New-in-01,Food,Indonesian (Indonesia),Which coffee shop brand is the most popular in your country?,Merek kedai kopi apa yang paling populer di Indonesia?
355
+ New-in-03,Food,Indonesian (Indonesia),What type of food from your country is typically served in restaurants overseas?,Jenis makanan apa dari Indonesia yang biasanya disajikan di restoran-restoran di luar negeri?
356
+ New-in-33,Work life,Indonesian (Indonesia),What region in your country is usually associated with mining?,Wilayah mana di Indonesia yang biasanya dikaitkan dengan pertambangan?
357
+ New-in-34,Work life,Indonesian (Indonesia),What region in your country is usually associated with oil?,Wilayah mana di Indonesia yang biasanya dikaitkan dengan minyak?
358
+ New-in-62,Education,Indonesian (Indonesia),What university in your country is popular because of its engineering major? (Provide the official name.),Universitas apa di Indonesia yang populer karena jurusan tekniknya? (Berikan nama resminya.)
359
+ New-in-63,Education,Indonesian (Indonesia),What university in your country is popular because of its school of medicine? (Provide the official name.),Universitas apa di Indonesia yang populer karena fakultas kedokterannya? (Berikan nama resminya.)
360
+ New-in-78,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular payment method in your country?,Apa metode pembayaran yang paling populer di Indonesia?
361
+ New-in-80,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most famous theme park in your country?,Apa taman hiburan paling terkenal di Indonesia?
362
+ New-ko-01,Family,Korean (Korea),What is the most popular children's animation that is commonly watched by kids in your country?,Apa animasi anak-anak yang paling populer dan sering ditonton oleh anak-anak di Indonesia?
363
+ New-ko-02,Family,Korean (Korea),What is the most popular prenatal education activity for pregnant women in your country?,Apa aktivitas pendidikan pranatal yang paling populer bagi wanita hamil di Indonesia?
364
+ New-ko-03,Family,Korean (Korea),What is the most popular children's song in your country that families sing together?,Apa lagu anak-anak yang paling populer di Indonesia yang sering dinyanyikan bersama keluarga?
365
+ New-ko-04,Family,Korean (Korea),Which toys are most popular among boys in your country?,Mainan apa yang paling populer di kalangan anak laki-laki di Indonesia?
366
+ New-ko-05,Family,Korean (Korea),Which toys are most popular among girls in your country?,Mainan apa yang paling populer di kalangan gadis di Indonesia?
367
+ New-ko-06,Family,Korean (Korea),What is the most popular folk tale in your country that is typically told to children?,Apa cerita rakyat yang paling populer di Indonesia yang biasanya diceritakan kepada anak-anak?
368
+ New-ko-07,Holidays/Celebration/Leisure,Korean (Korea),What is the customary symbol of condolence used at funerals in your country?,Apa simbol belasungkawa yang biasa digunakan pada pemakaman di Indonesia?
369
+ New-ko-08,Work life,Korean (Korea),Where do university students in your country tend to work part-time the most?,Di mana mahasiswa di Indonesia cenderung bekerja paruh waktu paling banyak?
370
+ New-ko-09,Work life,Korean (Korea),What are the most frequently practiced team-building activities in companies based in your country?,Apa saja aktivitas team-building yang paling sering dilakukan di perusahaan-perusahaan yang berbasis di Indonesia?
371
+ New-ko-10,Work life,Korean (Korea),What are the most common activities people do as a side job in your country?,Apa saja pekerjaan sampingan yang paling umum dilakukan orang-orang di Indonesia?
372
+ New-pe-02,Food,Persian (Iran),What is the most famous edible souvenir for tourists in your country?,Apa oleh-oleh makanan untuk turis yang paling terkenal dari Indonesia?
373
+ New-pe-06,Food,Persian (Iran),What is the most popular stew in your country?,Apa makanan berkuah yang paling populer di Indonesia?
374
+ New-pe-11,Food,Persian (Iran),What is the most common spice/herb used in dishes from your country?,Apa bumbu atau rempah yang paling sering digunakan dalam masakan Indonesia?
375
+ New-pe-16,Sport,Persian (Iran),What is the most famous traditional sport in your country?,Apa olahraga tradisional paling terkenal di Indonesia?
376
+ New-pe-20,Sport,Persian (Iran),What sport is popular to play on the beach in your country?,Olahraga apa yang populer untuk dimainkan di pantai di Indonesia?
377
+ New-pe-45,Work life,Persian (Iran),What is the usual work schedule during the month of Ramadan in your country?,Bagaimana biasanya jadwal kerja selama bulan Ramadan di Indonesia?
378
+ New-pe-47,Family,Persian (Iran),"When is Student's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","Kapan Hari Siswa dirayakan di Indonesia? (Berikan dalam format MM/DD (contoh, 12/31).)"
379
+ New-pe-49,Family,Persian (Iran),Where do families gather to pray together in your country?,Di mana keluarga-keluarga berkumpul untuk berdoa bersama di Indonesia?
380
+ New-pe-53,Family,Persian (Iran),What gifts do fathers get on Father's Day (or Parents' Day) in your country?,Apa hadiah yang biasanya diterima oleh para ayah di Hari Ayah (atau Hari Orang Tua) di Indonesia?
381
+ New-pe-54,Family,Persian (Iran),What gifts do mothers get on Mother's Day (or Parents' Day) in your country?,Apa hadiah yang biasanya diterima oleh ibu pada Hari Ibu (atau Hari Orang Tua) di Indonesia?
382
+ New-pe-59,Family,Persian (Iran),"How many generations typically live together in a household in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa banyak generasi yang biasanya tinggal bersama dalam satu rumah tangga di Indonesia? (Hanya berikan angka Arab (misalnya, 12).)"
383
+ New-pe-65,Education,Persian (Iran),"How many subjects are taught in middle schools in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa banyak mata pelajaran yang diajarkan di SMP di Indonesia? (Berikan angka Arab (misalnya, 12) saja.)"
384
+ New-pe-66,Education,Persian (Iran),What is the most popular after school curriculars in elementary schools in your country?,Apa kegiatan ekstrakurikuler paling populer di sekolah dasar (SD) di Indonesia setelah jam sekolah?
385
+ New-pe-74,Education,Persian (Iran),How much is the average annual tuition fee for public universities in your country?,Berapa biaya rata-rata uang kuliah tahunan untuk universitas negeri di Indonesia?
386
+ New-pe-76,Holidays/Celebration/Leisure,Persian (Iran),What is a popular activity to do in parks in your country?,Apa kegiatan populer yang dilakukan di taman-taman di Indonesia?
387
+ New-pe-78,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous film festival held in your country?,Apa nama festival film paling terkenal yang diadakan di Indonesia?
388
+ New-pe-83,Holidays/Celebration/Leisure,Persian (Iran),What is the popular card game played during social gatherings in your country?,Apa permainan kartu populer yang dimainkan saat pertemuan sosial di Indonesia?
389
+ New-pe-85,Holidays/Celebration/Leisure,Persian (Iran),Where is the most popular tourist destination abroad for people from your country?,Di mana destinasi wisata luar negeri yang paling populer bagi orang-orang dari Indonesia?
390
+ New-pe-86,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous tower in your country?,Apa nama menara paling terkenal di Indonesia?
391
+ New-spme-01,Food,Spanish (Mexico),What edible insect is eaten most often in your country?,Serangga apa yang paling sering dimakan di Indonesia?
392
+ New-spme-04,Food,Spanish (Mexico),Which agricultural product is exported most often in your country?,Produk pertanian apa yang paling sering diekspor dari Indonesia?
393
+ New-spme-05,Food,Spanish (Mexico),What are the most popular sweets in your country?,Apa saja makanan manis yang paling populer di Indonesia?
394
+ New-spme-15,Sport,Spanish (Mexico),What is the most popular sports drink in your country?,Apa minuman olahraga yang paling populer di Indonesia?
395
+ New-spme-27,Education,Spanish (Mexico),What is the average education level for people in your country?,Apa tingkat pendidikan rata-rata penduduk di Indonesia?
396
+ New-spme-37,Education,Spanish (Mexico),Which profession is most commonly studied abroad by students from your country?,Pendidikan profesi apa yang paling sering ditempuh di luar negeri oleh siswa dari Indonesia?
397
+ New-spme-60,Family,Spanish (Mexico),"Which day of the week do most families in your country practice religious activities? (e.g. Monday, Tuesday)","Pada hari apa kebanyakan keluarga di Indonesia melakukan aktivitas keagamaan? (misalnya Senin, Selasa)"
398
+ New-spme-65,Family,Spanish (Mexico),What is the most popular way to celebrate Independence Day in your country?,Apa cara paling populer untuk merayakan Hari Kemerdekaan di Indonesia?
399
+ New-spme-68,Family,Spanish (Mexico),What is the most popular beverage among children in your country?,Apa minuman paling populer di kalangan anak-anak di Indonesia?
400
+ New-spme-76,Holidays/Celebration/Leisure,Spanish (Mexico),What is the most popular place in your country to celebrate Independence Day?,Di mana tempat paling populer untuk merayakan Hari Kemerdekaan di Indonesia?
401
+ New-spme-78,Holidays/Celebration/Leisure,Spanish (Mexico),What is the name of the song that is typically sung at birthday parties in your country?,Apa nama lagu yang biasanya dinyanyikan pada pesta ulang tahun di Indonesia?
402
+ New-su-01,Food,Sundanese (West Java),What snacks are usually sold in front of schools in your country?,Jajanan apa yang biasanya dijual di depan sekolah-sekolah di Indonesia?
403
+ New-su-09,Food,Sundanese (West Java),What oil is usually used for cooking in your country?,Minyak apa yang biasanya digunakan untuk memasak di Indonesia?
404
+ New-su-10,Food,Sundanese (West Java),What food is commonly consumed by pregnant women in your country?,Apa makanan yang biasa dikonsumsi oleh wanita hamil di Indonesia?
405
+ New-su-15,Food,Sundanese (West Java),What is the most popular traditional non-alcoholic drink in your country?,Apa minuman tradisional non-alkohol yang paling populer di Indonesia?
406
+ New-su-17,Sport,Sundanese (West Java),What sports facilities are generally available in parks in your country?,Apa fasilitas olahraga yang biasanya tersedia di taman-taman di Indonesia?
407
+ New-su-21,Sport,Sundanese (West Java),What are the common activities that seniors usually do in parks in your country?,Apa kegiatan yang umumnya dilakukan oleh para lansia di taman-taman di Indonesia?
408
+ New-su-24,Sport,Sundanese (West Java),What sports do parents and children commonly play together in your country?,Olahraga apa yang biasanya dimainkan bersama oleh orang tua dan anak-anak di Indonesia?
409
+ New-su-28,Sport,Sundanese (West Java),What color is associated with the national soccer team of your country?,Warna apa yang diasosiasikan dengan tim nasional sepak bola Indonesia?
410
+ New-su-33,Education,Sundanese (West Java),What is the common dress code for school teachers in your country?,Apa jenis pakaian yang umum digunakan oleh guru sekolah di Indonesia?
411
+ New-su-34,Education,Sundanese (West Java),What is the most popular extracurricular activity related to music in schools in your country?,Apa kegiatan ekstrakurikuler terkait musik yang paling populer di sekolah-sekolah di Indonesia?
412
+ New-su-42,Education,Sundanese (West Java),What religion is mainly taught in schools in your country?,Agama apa yang umum diajarkan di sekolah-sekolah di Indonesia?
413
+ New-su-45,Education,Sundanese (West Java),"What date is Education Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","Tanggal berapa Hari Pendidikan dirayakan di Indonesia? (Berikan dalam format MM/DD (contoh, 12/31).)"
414
+ New-su-50,Work life,Sundanese (West Java),What is the main occupation of people in mountainous areas in your country?,Apa pekerjaan utama masyarakat di daerah pegunungan di Indonesia?
415
+ New-su-51,Work life,Sundanese (West Java),What is the main occupation of people in coastal areas in your country?,Apa pekerjaan utama masyarakat di daerah pesisir di Indonesia?
416
+ New-su-57,Work life,Sundanese (West Java),What is the most common livestock raised in your country?,Hewan ternak apa yang paling umum dipelihara di Indonesia?
417
+ New-su-58,Work life,Sundanese (West Java),What animals are commonly used for agriculture in your country?,Hewan apa yang biasa digunakan untuk pertanian di Indonesia?
418
+ New-su-59,Work life,Sundanese (West Java),What do farmers in your country typically wear to protect themselves from the heat whilst farming?,Apa yang biasanya dikenakan oleh petani di Indonesia untuk melindungi diri dari panas saat bertani?
419
+ New-su-60,Work life,Sundanese (West Java),What do farmers in your country usually eat for lunch?,Apa yang biasanya dimakan oleh petani di Indonesia untuk makan siang?
420
+ New-su-71,Family,Sundanese (West Java),What gifts do parents generally give to their children for their birthdays in your country?,Apa hadiah yang biasanya diberikan orang tua kepada anak-anak mereka yang berulang tahun di Indonesia?
421
+ New-su-75,Family,Sundanese (West Java),What type of vehicle do most families in your country generally own?,Apa jenis kendaraan yang umumnya dimiliki oleh kebanyakan keluarga di Indonesia?
422
+ New-su-77,Holidays/Celebration/Leisure,Sundanese (West Java),What is usually given to the children during Eid in your country?,Apa yang biasanya diberikan kepada anak-anak saat Idul Fitri di Indonesia?
423
+ New-su-81,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do grooms usually wear at weddings in your country?,Pakaian apa yang biasanya dikenakan oleh pengantin pria di pernikahan di Indonesia?
424
+ New-su-82,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do brides usually wear at weddings in your country?,Pakaian apa yang biasanya dikenakan oleh pengantin wanita di pernikahan di Indonesia?
425
+ New-su-83,Holidays/Celebration/Leisure,Sundanese (West Java),What food is usually served at weddings in your country?,Makanan apa yang biasanya disajikan pada acara pernikahan di Indonesia?
426
+ New-su-86,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most famous government building in your country?,Apa gedung pemerintahan yang paling terkenal di Indonesia?
427
+ New-su-88,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most popular music genre among the younger population in your country?,Apa genre musik paling populer di kalangan anak muda di Indonesia?
428
+ Ni-en-02,Education,English (UK),"What time do middle school students in your country typically finish school each day? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pukul berapa biasanya siswa SMP di Indonesia selesai sekolah setiap harinya? (Berikan dalam format JJ:MM (contoh, 18:00, 09:00).)"
429
+ Ni-en-03,Education,English (UK),"At what age do people in your country typically go to university? (Provide Arabic numerals (e.g., 12) only.)","Pada usia berapa biasanya orang di Indonesia pergi ke universitas? (Hanya berikan angka Arab (contoh, 12).)"
430
+ Ni-en-06,Education,English (UK),"From what age do people need to attend compulsory education in your country? (Provide Arabic numerals (e.g., 12) only.)","Pada usia berapa seseorang harus mengikuti pendidikan wajib di Indonesia? (Berikan angka Arab (misalnya, 12) saja.)"
431
+ Ni-en-09,Education,English (UK),How many days a week do children attend school in your country? (Provide Arabic numerals (0~7) only.),Berapa hari dalam seminggu anak-anak bersekolah di Indonesia? (Berikan hanya angka Arab (0~7).)
432
+ Ni-en-11,Education,English (UK),"In your country, how long (in years) does a Master's degree typically take to complete? (Provide Arabic numerals (e.g., 12) only.)","Di Indonesia, berapa lama (dalam tahun) biasanya waktu yang dibutuhkan untuk menyelesaikan gelar Magister? (Hanya berikan angka Arab (misalnya, 2).)"
433
+ Ni-en-12,Education,English (UK),What is the top university in your country? (Provide the official name.),Apa universitas terbaik di Indonesia? (Berikan nama resminya.)
434
+ Ni-en-13,Education,English (UK),"At what age do most people in your country graduate from university? (Provide Arabic numerals (e.g., 12) only.)","Pada usia berapa kebanyakan orang di Indonesia lulus dari universitas? (Hanya berikan angka Arab (contoh, 12).)"
435
+ Ni-en-15,Education,English (UK),"At what age do children in your country generally start middle school? (Provide Arabic numerals (e.g., 12) only.)","Pada usia berapa anak-anak di Indonesia umumnya mulai bersekolah SMP? (Berikan angka Arab (misalnya, 12) saja.)"
436
+ Ni-en-17,Work life,English (UK),"How many hours a week does a full-time worker in your country typically work? (Provide Arabic numerals (e.g., 12) only.)","Berapa jam dalam seminggu seorang pekerja penuh waktu di Indonesia biasanya bekerja? (Berikan hanya angka Arab (misalnya, 12).)"
437
+ Ni-en-19,Work life,English (UK),How many days a week does a full-time worker work in your country? (Provide Arabic numerals (0~7) only.),Berapa hari dalam seminggu seorang pekerja penuh waktu bekerja di Indonesia? (Berikan hanya angka Arab (0~7) saja.)
438
+ Ni-en-20,Work life,English (UK),"At what age do most people start working in your country? (Provide Arabic numerals (e.g., 12) only.)","Pada usia berapa kebanyakan orang mulai bekerja di Indonesia? (Berikan angka Arab (misalnya, 12) saja.)"
439
+ Ni-en-21,Work life,English (UK),"From what age is an individual allowed to work in your country? (Provide Arabic numerals (e.g., 12) only.)","Mulai umur berapa seseorang diizinkan untuk bekerja di Indonesia? (Hanya berikan angka Arab (contoh, 12) saja.)"
440
+ Ni-en-31,Holidays/Celebration/Leisure,English (UK),What do people in your country traditionally eat on Christmas Day?,Apa yang biasanya orang-orang di Indonesia makan pada Hari Natal?
441
+ Ni-en-37,Holidays/Celebration/Leisure,English (UK),What is the name of the day of the year where people in your country celebrate love and romance?,Apa nama hari dalam setahun di mana orang-orang di Indonesia merayakan cinta dan romansa?
442
+ Ni-en-40,Holidays/Celebration/Leisure,English (UK),What is the most popular Christmas song in your country?,Apa lagu Natal yang paling populer di Indonesia?
443
+ Nu-in-04,Education,Indonesian (Indonesia),"How many semesters are there each academic year at high schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","Ada berapa semester dalam satu tahun ajaran di sekolah menengah atas di Indonesia? (Berikan dalam angka Arab (contoh, 7, 8) saja.)"
444
+ Nu-in-05,Education,Indonesian (Indonesia),In which month does the new school year typically begin in your country? (Provide Arabic numerals (1~12) only.),Pada bulan apa tahun ajaran baru biasanya dimulai di Indonesia? (Berikan hanya angka Arab (1~12).)
445
+ Nu-in-06,Education,Indonesian (Indonesia),"When is National Teacher's Day commemorated in your country? (Provide in MM/DD format (e.g., 12/31).)","Kapan Hari Guru Nasional diperingati di Indonesia? (Berikan dalam format BB/TT (contoh, 12/31).)"
446
+ Nu-in-11,Education,Indonesian (Indonesia),"At what time does elementary school start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Pukul berapa sekolah dasar dimulai di Indonesia? (Berikan dalam format JJ:MM (contoh, 18:00, 09:00).)"
447
+ Nu-in-20,Family,Indonesian (Indonesia),"When is Children's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","Kapan Hari Anak dirayakan di Indonesia? (Berikan dalam format MM/DD (contoh, 12/31).)"
448
+ Nu-in-40,Work life,Indonesian (Indonesia),Which city is the main destination for job seekers in your country?,Kota mana yang merupakan tujuan utama para pencari kerja di Indonesia?
449
+ Sa-en-1,Food,English (UK),What is your country's most popular fast food chain?,Apa rantai makanan cepat saji yang paling populer di Indonesia?
450
+ Sa-en-13,Food,English (UK),What is the food that is most divisive (either love or hate) in your country?,Apa makanan yang paling memecah belah (entah itu disukai atau dibenci) di Indonesia?
451
+ Sa-en-16,Sport,English (UK),What is the most popular soccer team among the people from your country?,Apa tim sepak bola paling populer di kalangan masyarakat Indonesia?
452
+ Sa-en-22,Sport,English (UK),What is the most famous university in your country known for its sports team?,Apa universitas paling terkenal di Indonesia yang dikenal dengan tim olahraganya?
453
+ Sa-en-31,Family,English (UK),What is your country's most popular family pet?,Apa hewan peliharaan keluarga yang paling populer di Indonesia?
454
+ Sa-en-32,Family,English (UK),What is the most popular family TV show in your country?,Apa acara TV keluarga yang paling populer di Indonesia?
455
+ Sa-en-37,Family,English (UK),What is the most popular family boardgame in your country?,Apa permainan papan keluarga yang paling populer di Indonesia?
456
+ Sa-en-6,Food,English (UK),What is the most popular takeaway food in your country?,Apa makanan bawa pulang yang paling populer di Indonesia?
457
+ Sa-en-7,Food,English (UK),What are popular snacks in your country?,Apa saja camilan populer di Indonesia?
458
+ Sa-en-9,Food,English (UK),What do people from your country eat at the beach?,Apa yang biasanya orang Indonesia makan di pantai?
459
+ Ta-pe-10,Family,Persian (Iran),"At what age do men usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)","Pada usia berapa biasanya pria menikah di Indonesia? (Berikan angka Arab (misalnya, 20) saja.)"
460
+ Ta-pe-11,Family,Persian (Iran),"At what age do women usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)","Pada usia berapa biasanya wanita menikah di Indonesia? (Berikan angka Arab (misalnya, 20) saja.)"
461
+ Ta-pe-13,Family,Persian (Iran),"In your parents' generation, what was the average number of members in their family in your country? (Provide Arabic numerals (e.g., 20) only.)","Pada generasi orang tua Anda, berapa rata-rata jumlah anggota keluarga mereka di Indonesia? (Hanya berikan angka Arab (misalnya, 20).)"
462
+ Ta-pe-17,Sport,Persian (Iran),"In the Olympic Games, which sport is the most popular in your country?","Dalam Olimpiade, olahraga mana yang paling populer di Indonesia?"
463
+ Ta-pe-21,Sport,Persian (Iran),Where do children usually play soccer in your country?,Di mana biasanya anak-anak bermain sepak bola di Indonesia?
464
+ Ta-pe-22,Sport,Persian (Iran),Which daily exercise is popular among women in your country?,Olahraga harian apa yang populer di kalangan wanita di Indonesia?
465
+ Ta-pe-23,Sport,Persian (Iran),Which daily exercise is popular among men in your country?,Olahraga harian apa yang populer di kalangan pria di Indonesia?
466
+ Ta-pe-25,Sport,Persian (Iran),"What is the most famous rivalry in a national sports league in your country? (e.g., ___ vs ___)","Apa persaingan paling terkenal di liga olahraga nasional di Indonesia? (misalnya, ___ vs ___)"
467
+ Ta-pe-29,Sport,Persian (Iran),Which professional sport is the highest paying in your country?,Olahraga profesional apa yang memiliki bayaran tertinggi di Indonesia?
468
+ Ta-pe-30,Sport,Persian (Iran),What is/was the most popular sports-related TV program in your country?,Apa acara TV tentang olahraga yang paling populer di Indonesia?
469
+ Ta-pe-32,Holidays/Celebration/Leisure,Persian (Iran),What day of the year is usually dedicated to fireworks in your country?,Hari apa dalam setahun yang biasanya didedikasikan untuk kembang api di Indonesia?
470
+ Ta-pe-37,Holidays/Celebration/Leisure,Persian (Iran),What is the common symbol of New Year's Eve that is usually found in your country?,Apa simbol umum dari Malam Tahun Baru yang biasanya ditemukan di Indonesia?
471
+ Ta-pe-42,Holidays/Celebration/Leisure,Persian (Iran),What food do people from your country usually eat on New Year's Eve?,Makanan apa yang biasanya dimakan oleh orang-orang Indonesia di Malam Tahun Baru?
472
+ Ta-pe-45,Holidays/Celebration/Leisure,Persian (Iran),What is usually eaten during the celebration of the longest night of the year in your country?,Apa yang biasanya dimakan selama perayaan malam terpanjang dalam setahun di Indonesia?
473
+ Th-en-01,Sport,English (US),What is the most popular summer sport in your country?,Apa olahraga musim panas yang paling populer di Indonesia?
474
+ Th-en-03,Sport,English (US),What is the most popular professional sports league in your country?,Apa liga olahraga profesional paling populer di Indonesia?
475
+ Th-en-05,Sport,English (US),What is the most popular women's sports team in your country?,Apa tim olahraga wanita paling populer di Indonesia?
476
+ Th-en-09,Sport,English (US),What is the most popular tournament in your country?,Apa turnamen paling populer di Indonesia?
477
+ Th-en-11,Sport,English (US),Who is the most popular sportperson in your country?,Siapa olahragawan/olahragawati yang paling populer di Indonesia?
478
+ Th-en-12,Sport,English (US),In which sport has your country been most successful in international competitions?,Dalam olahraga apa Indonesia paling sukses di kompetisi internasional?
479
+ Th-en-15,Sport,English (US),What is the most popular winter sport in your country?,Apa olahraga musim dingin yang paling populer di Indonesia?
480
+ Th-en-19,Work life,English (US),What is a city or region in your country known for manufacturing industry?,Apa nama kota atau daerah di Indonesia yang terkenal dengan industri manufaktur?
481
+ Th-en-21,Work life,English (US),What is regarded as the most important perk typically offered to employees in your country?,Apa yang dianggap sebagai keuntungan paling penting yang biasanya ditawarkan kepada karyawan di Indonesia?
482
+ Th-en-22,Work life,English (US),What was the most catastrophic economic period for your country?,Apa periode ekonomi paling kritis bagi Indonesia?
483
+ Th-en-24,Work life,English (US),What region in your country is a major hub for tech workers and start ups?,Wilayah mana di Indonesia yang merupakan pusat utama untuk pekerja teknologi dan start up?
484
+ Th-en-27,Work life,English (US),What is the most important industry in your country?,Apa industri paling penting di Indonesia?
485
+ Th-en-35,Family,English (US),"Which one of the daily meals is commonly shared with family members in your country? (e.g., breakfast, lunch, dinner)","Makanan sehari-hari mana yang biasanya disantap bersama anggota keluarga di Indonesia? (misalnya, sarapan, makan siang, makan malam)"
486
+ Th-en-36,Family,English (US),What is a popular family activity with a child to do on weekends in your country?,Apa kegiatan keluarga yang populer untuk dilakukan bersama anak pada akhir pekan di Indonesia?
487
+ Th-en-37,Family,English (US),"At what age do children typically become independent from their parents in your country? (Provide Arabic numerals (e.g., 12) only.)","Pada usia berapa biasanya anak-anak di Indonesia menjadi mandiri dari orang tua mereka? (Hanya berikan angka Arab (misalnya, 12).)"
488
+ Th-en-38,Family,English (US),What is the most important family holiday in your country?,Apa hari libur keluarga yang paling penting di Indonesia?
489
+ Th-en-39,Family,English (US),What is a popular family game in your country?,Apa permainan keluarga yang populer di Indonesia?
490
+ Th-en-41,Family,English (US),"What is the average age for couples to have their first child in your country? (Provide Arabic numerals (e.g., 20) only.)","Berapa usia rata-rata pasangan di Indonesia untuk memiliki anak pertama mereka? (Hanya berikan angka Arab (misalnya, 20).)"
491
+ Th-en-43,Family,English (US),"How many cars are owned by a typical family in your country? (Provide Arabic numerals (e.g., 12) only.)","Berapa banyak mobil yang dimiliki oleh sebuah keluarga tipikal di Indonesia? (Hanya berikan angka Arab (contoh, 12).)"
492
+ Th-en-44,Family,English (US),What is your country's most popular food for family meals on weekends?,Apa makanan paling populer di Indonesia untuk makan malam keluarga di akhir pekan?
493
+ Th-en-45,Family,English (US),What is the most popular weekday evening family activity in your country?,Apa aktivitas keluarga sore hari di hari kerja yang paling populer di Indonesia?
494
+ Th-en-48,Education,English (US),What is the highest grade given to top-achieving high school students on assignments and exams in your country?,Apa nilai tertinggi yang diberikan kepada siswa SMA yang berprestasi tinggi pada tugas dan ujian di Indonesia?
495
+ Th-en-49,Education,English (US),What is considered the most important exam for high school students in your country?,Apa yang dianggap sebagai ujian paling penting bagi siswa SMA di Indonesia?
496
+ Th-en-51,Education,English (US),Which subject is considered the most important for students in your country?,Mata pelajaran apa yang dianggap paling penting bagi siswa di Indonesia?
497
+ Th-en-53,Education,English (US),What is the most popular extracurricular social event at schools in your country?,Apa kegiatan ekstrakurikuler sosial yang paling populer di sekolah-sekolah di Indonesia?
498
+ Th-en-58,Education,English (US),What is the most advanced math subject learned before university in your country?,Apa mata pelajaran matematika tingkat lanjut terakhir yang dipelajari sebelum universitas di Indonesia?
499
+ Tmp-ar-01,Education,Arabic (Algeria),Where do university students in your country usually go to study for their final exams?,Di mana mahasiswa di Indonesia biasanya belajar untuk ujian akhir mereka?
500
+ Tmp-ar-02,Education,Arabic (Algeria),What is a common public transport that people use to go to university in your country?,Apa transportasi umum yang sering digunakan orang untuk pergi ke universitas di Indonesia?
501
+ Tmp-ar-04,Education,Arabic (Algeria),What do elementary students in your country usually do after school?,Apa yang biasanya dilakukan oleh siswa sekolah dasar di Indonesia setelah pulang sekolah?
data/questions/Iran_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/Mexico_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/North_Korea_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/Northern_Nigeria_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/South_Korea_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/Spain_questions.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/questions/UK_questions.csv ADDED
@@ -0,0 +1,501 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ID,Topic,Source,Question,Translation
2
+ Al-en-01,Food,English (US),What is a common snack for preschool kids in your country?,What is a common snack for nursery kids in the UK?
3
+ Al-en-02,Food,English (US),What is a popular food to go with beer in your country?,What is a popular food to go with beer in the UK?
4
+ Al-en-04,Food,English (US),What is the most popular fruit in your country?,What is the most popular fruit in the UK?
5
+ Al-en-06,Food,English (US),What is a common school cafeteria food in your country?,What is a common school cafeteria food in the UK?
6
+ Al-en-08,Food,English (US),What are the most commonly eaten snacks at shopping malls in your country?,What are the most commonly eaten snacks at shopping malls in the UK?
7
+ Al-en-09,Food,English (US),What is a popular snack at an amusement park in your country?,What is a popular snack at an amusement park in the UK?
8
+ Al-en-16,Education,English (US),"At what age do kids start preschool in your country? (Provide Arabic numerals (e.g., 12) only.)","At what age do kids start nursery in the UK? (Provide Arabic numerals (e.g., 12) only.)"
9
+ Al-en-17,Education,English (US),What is a popular afterschool sport for elementary schools in your country?,What is a popular afterschool sport for primary schools in the UK?
10
+ Al-en-18,Education,English (US),For which subject do elementary students get private education in your country?,For which subject do primary school students get private education in the UK?
11
+ Al-en-19,Education,English (US),What is a popular second language for high school students in your country?,What is a popular second language for secondary school students in the UK?
12
+ Al-en-21,Education,English (US),Which subject is the most important for gifted education in your country?,Which subject is the most important for gifted education in the UK?
13
+ Al-en-32,Holidays/Celebration/Leisure,English (US),What is the main dish for Thanksgiving in your country?,What is the main dish for Thanksgiving in the UK?
14
+ Al-en-33,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Halloween in your country?,What do people do to celebrate Halloween in the UK?
15
+ Al-en-34,Holidays/Celebration/Leisure,English (US),What do people do to celebrate New Year's Day in your country?,What do people do to celebrate New Year's Day in the UK?
16
+ Al-en-35,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Christmas in your country?,What do people do to celebrate Christmas in the UK?
17
+ Al-en-36,Holidays/Celebration/Leisure,English (US),What food is associated with Halloween in your country?,What food is associated with Halloween in the UK?
18
+ Al-en-37,Holidays/Celebration/Leisure,English (US),What food is associated with Christmas in your country?,What food is associated with Christmas in the UK?
19
+ Al-en-38,Holidays/Celebration/Leisure,English (US),What food is associated with Valentine's day in your country?,What food is associated with Valentine's day in the UK?
20
+ Al-en-39,Holidays/Celebration/Leisure,English (US),What do people eat on their birthday in your country?,What do people eat on their birthday in the UK?
21
+ Al-en-40,Holidays/Celebration/Leisure,English (US),What is a popular outdoor place for families to have fun with little kids in your country?,What is a popular outdoor place for families to have fun with little kids in the UK?
22
+ Al-en-43,Holidays/Celebration/Leisure,English (US),What is a popular indoor activity for families in your country?,What is a popular indoor activity for families in the UK?
23
+ An-ar-02,Education,Arabic (Algeria),Where do university students have lunch in your country?,Where do university students have lunch in the UK?
24
+ An-ar-03,Education,Arabic (Algeria),Which month is the final exam term usually scheduled at high schools in your country? (Provide Arabic numerals (1~12) only.),Which month is the final exam term usually scheduled at secondary schools in the UK? (Provide Arabic numerals (1~12) only.)
25
+ An-ar-08,Education,Arabic (Algeria),"How many hours a day do students in your country usually spend at high school? (Provide Arabic numerals in integers (0~24), without any decimal points.)","How many hours a day do students in the UK usually spend at secondary school? (Provide Arabic numerals in integers (0~24), without any decimal points.)"
26
+ An-ar-09,Education,Arabic (Algeria),"How many languages do students study at high school in your country? (Provide Arabic numerals (e.g., 5) only.)","How many languages do students study at secondary school in the UK? (Provide Arabic numerals (e.g., 5) only.)"
27
+ An-ar-34,Sport,Arabic (Algeria),What is the most popular sport played in a team at school in your country?,What is the most popular sport played in a team at school in the UK?
28
+ An-ar-35,Sport,Arabic (Algeria),Who is the most popular sport commentator in your country?,Who is the most popular sport commentator in the UK?
29
+ An-ar-36,Sport,Arabic (Algeria),What is the most popular sport team in your country?,What is the most popular sport team in the UK?
30
+ An-ar-43,Sport,Arabic (Algeria),What are the common places or venues where individuals in your country usually gather to watch sports broadcasts?,What are the common places or venues where individuals in the UK usually gather to watch sports broadcasts?
31
+ Ca-sp-05,Food,Spanish (Spain),"How many meals per day do people from your country usually have? (Provide Arabic numerals (e.g., 5) only.)","How many meals per day do people from the UK usually have? (Provide Arabic numerals (e.g., 5) only.)"
32
+ Ca-sp-06,Food,Spanish (Spain),Which is the most important meal of the day to people from your country?,Which is the most important meal of the day to people from the UK?
33
+ Ca-sp-08,Food,Spanish (Spain),What is the most common ingredient used in your country's diet?,What is the most common ingredient used in the UK's diet?
34
+ Ca-sp-09,Food,Spanish (Spain),What do people from your country usually eat for dessert?,What do people from the UK usually eat for dessert?
35
+ Ca-sp-11,Food,Spanish (Spain),Which day of the week do people usually organize a family meal in your country?,Which day of the week do people usually organize a family meal in the UK?
36
+ Ca-sp-14,Food,Spanish (Spain),Which is the most popular hot drink in your country?,Which is the most popular hot drink in the UK?
37
+ Ca-sp-19,Holidays/Celebration/Leisure,Spanish (Spain),What do young people from your country usually drink at the night club?,What do young people from the UK usually drink at the night club?
38
+ Ca-sp-21,Holidays/Celebration/Leisure,Spanish (Spain),At which month do people usually take holidays in your country? (Provide Arabic numerals (1~12) only.),At which month do people usually take holidays in the UK? (Provide Arabic numerals (1~12) only.)
39
+ Ca-sp-29,Holidays/Celebration/Leisure,Spanish (Spain),What tradition is there in your country for New Year's Eve?,What tradition is there in the UK for New Year's Eve?
40
+ Ca-sp-38,Family,Spanish (Spain),Which is the typical type of house for a family in your country?,Which is the typical type of house for a family in the UK?
41
+ Ca-sp-41,Family,Spanish (Spain),Where do the dependent elderly usually live in your country?,Where do the dependent elderly usually live in the UK?
42
+ Ca-sp-42,Family,Spanish (Spain),"How long (in weeks) is your country's maternity leave for mums? (Provide Arabic numerals (e.g., 20) only.)","How long (in weeks) is the UK's maternity leave for mums? (Provide Arabic numerals (e.g., 20) only.)"
43
+ Ca-sp-43,Family,Spanish (Spain),"How long (in weeks) is your country's paternity leave for dads? (Provide Arabic numerals (e.g., 20) only.)","How long (in weeks) is the UK's paternity leave for dads? (Provide Arabic numerals (e.g., 20) only.)"
44
+ Ca-sp-45,Family,Spanish (Spain),What type of destination is commonly chosen for a family vacation in your country?,What type of destination is commonly chosen for a family holiday in the UK?
45
+ Gu-ch-05,Sport,Chinese (China),What sports do seniors like the most in your country?,What sports do seniors like the most in the UK?
46
+ Gu-ch-06,Sport,Chinese (China),What sports do men like to play the most in your country?,What sports do men like to play the most in the UK?
47
+ Gu-ch-07,Sport,Chinese (China),Who is the most famous basketball player in your country?,Who is the most famous basketball player in the UK?
48
+ Gu-ch-08,Sport,Chinese (China),What is the most popular sports among children in your country?,What is the most popular sports among children in the UK?
49
+ Gu-ch-09,Sport,Chinese (China),What sports do women like to play the most in your country?,What sports do women like to play the most in the UK?
50
+ Gu-ch-11,Sport,Chinese (China),What sports event has your country won the most gold medals at the Olympics?,What sports event has the UK won the most gold medals at the Olympics?
51
+ Gu-ch-15,Sport,Chinese (China),What sports do male students in university like to play the most in your country?,What sports do male students in university like to play the most in the UK?
52
+ Gu-ch-16,Family,Chinese (China),"How many people are there in a family on average in your country? (Provide Arabic numerals (e.g., 12) only.)","How many people are there in a family on average in the UK? (Provide Arabic numerals (e.g., 12) only.)"
53
+ Gu-ch-18,Family,Chinese (China),"How many children do couples usually have in your country? (Provide Arabic numerals (e.g., 12) only.)","How many children do couples usually have in the UK? (Provide Arabic numerals (e.g., 12) only.)"
54
+ Gu-ch-31,Education,Chinese (China),"What is the duration of elementary school in years in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the duration of primary school in years in the UK? (Provide Arabic numerals (e.g., 12) only.)"
55
+ Gu-ch-32,Education,Chinese (China),"What is the duration of compulsory education in years in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the duration of compulsory education in years in the UK? (Provide Arabic numerals (e.g., 12) only.)"
56
+ Gu-ch-33,Education,Chinese (China),"From which age do students start learning their second language in your country? (Provide Arabic numerals (e.g., 12) only.)","From which age do students start learning their second language in the UK? (Provide Arabic numerals (e.g., 12) only.)"
57
+ Gu-ch-38,Education,Chinese (China),"What is the duration of undergraduate education in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the duration of undergraduate education in the UK? (Provide Arabic numerals (e.g., 12) only.)"
58
+ Gu-ch-40,Education,Chinese (China),"What time do younger elementary school students finish school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time do younger primary school students finish school in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
59
+ Gu-ch-41,Education,Chinese (China),"How many musical instruments do elementary school students in your country typically play? (Provide Arabic numerals (e.g., 12) only.)","How many musical instruments do primary school students in the UK typically play? (Provide Arabic numerals (e.g., 12) only.)"
60
+ Ji-ko-02,Work life,Korean (South Korea),What day of the week do people in your country prefer to have company dinners?,What day of the week do people in the UK prefer to have company dinners?
61
+ Ji-ko-03,Work life,Korean (South Korea),Which region/city has the highest number of financial companies in your country?,Which region/city has the highest number of financial companies in the UK?
62
+ Ji-ko-07,Work life,Korean (South Korea),What is the most famous private company in your country?,What is the most famous private company in the UK?
63
+ Ji-ko-08,Work life,Korean (South Korea),"What is the maximum number of hours one can work per week in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the maximum number of hours one can work per week in the UK? (Provide Arabic numerals (e.g., 12) only.)"
64
+ Ji-ko-09,Work life,Korean (South Korea),What do people typically eat during company get-together in your country?,What do people typically eat during company get-together in the UK?
65
+ Ji-ko-14,Work life,Korean (South Korea),What is the representative export item of your country?,What is the representative export item of the UK?
66
+ Ji-ko-15,Work life,Korean (South Korea),"How long (in hours) is the typical lunch break in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","How long (in hours) is the typical lunch break in the UK? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)"
67
+ Ji-ko-16,Family,Korean (South Korea),Where do mothers stay for a certain period after childbirth for recovery in your country?,Where do mothers stay for a certain period after childbirth for recovery in the UK?
68
+ Ji-ko-19,Family,Korean (South Korea),What is your country's most commonly given flower on Parents' Day?,What is the UK's most commonly given flower on Parents' Day?
69
+ Ji-ko-22,Family,Korean (South Korea),What do people especially spend their first salary on in your country's society?,What do people especially spend their first salary on in the UK's society?
70
+ Ji-ko-24,Family,Korean (South Korea),What is the most preferred recreational facility among children in your country?,What is the most preferred recreational facility among children in the UK?
71
+ Ji-ko-25,Family,Korean (South Korea),What are the family-related holidays in your country?,What are the family-related holidays in the UK?
72
+ Ji-ko-26,Family,Korean (South Korea),What are the key milestones associated with children's independence from their parents in your country's society?,What are the key milestones associated with children's independence from their parents in the UK's society?
73
+ Ji-ko-27,Family,Korean (South Korea),What is the common gift you give when visiting elderly parents in your country?,What is the common gift you give when visiting elderly parents in the UK?
74
+ Ji-ko-28,Family,Korean (South Korea),When is the first day that people celebrate after a child is born in your country?,When is the first day that people celebrate after a child is born in the UK?
75
+ Ji-ko-29,Family,Korean (South Korea),Which age's birthday is celebrated the most grandly in your country's society?,Which age's birthday is celebrated the most grandly in the UK's society?
76
+ Ji-ko-31,Education,Korean (South Korea),Where do middle and high school students in your country usually study for exams?,Where do secondary school students in the UK usually study for exams?
77
+ Ji-ko-33,Education,Korean (South Korea),Where do high school students in your country usually go after dinner?,Where do secondary school students in the UK usually go after dinner?
78
+ Ji-ko-34,Education,Korean (South Korea),How do elementary school students in your country go to school?,How do primary school students in the UK go to school?
79
+ Ji-ko-35,Education,Korean (South Korea),What is the most common form of private education in your country?,What is the most common form of private education in the UK?
80
+ Ji-ko-36,Education,Korean (South Korea),Which subject’s academy/private educational institute do middle or high students most frequently attend in your country?,Which subject’s academy/private educational institute do secondary school students most frequently attend in the UK?
81
+ Ji-ko-37,Education,Korean (South Korea),What type of clothing do middle and high school students wear to school in your country?,What type of clothing do secondary school students wear to school in the UK?
82
+ Ji-ko-38,Education,Korean (South Korea),Which major is considered the most difficult to gain admission to in your country?,Which degree is considered the most difficult to gain admission to in the UK?
83
+ Ji-ko-39,Education,Korean (South Korea),What is the most commonly learned musical instrument by elementary school students in your country?,What is the most commonly learned musical instrument by primary school students in the UK?
84
+ Ji-ko-40,Education,Korean (South Korea),What do high school students typically do during break time in schools in your country?,What do secondary school students typically do during break time in schools in the UK?
85
+ Ji-ko-41,Education,Korean (South Korea),What kind of shoes do students wear in schools in your country?,What kind of shoes do students wear in schools in the UK?
86
+ Ji-ko-42,Education,Korean (South Korea),What are the required subjects in your country's university entrance exam?,What are the required subjects in the UK's university entrance exam?
87
+ Ji-ko-44,Education,Korean (South Korea),Which region (within a city) in your country has the highest academic fervor?,Which region (within a city) in the UK has the highest academic fervor?
88
+ Ji-ko-45,Education,Korean (South Korea),What do people look forward to the most at university festivals in your country?,What do people look forward to the most at university festivals in the UK?
89
+ Jo-sp-01,Sport,Spanish (Spain),What is the second most popular sport in your country?,What is the second most popular sport in the UK?
90
+ Jo-sp-02,Sport,Spanish (Spain),What is the most popular sport played without a ball in your country?,What is the most popular sport played without a ball in the UK?
91
+ Jo-sp-09,Sport,Spanish (Spain),What sports are most associated with the upper class in your country?,What sports are most associated with the upper class in the UK?
92
+ Jo-sp-13,Sport,Spanish (Spain),What is the most popular water sport in your country?,What is the most popular water sport in the UK?
93
+ Jo-sp-14,Sport,Spanish (Spain),What is the most popular mental sport in your country?,What is the most popular mental sport in the UK?
94
+ Jo-sp-18,Work life,Spanish (Spain),"How many holiday days per year does a standard worker gets in your country? (Provide Arabic numerals (e.g., 12) only.)","How many holiday days per year does a standard worker gets in the UK? (Provide Arabic numerals (e.g., 12) only.)"
95
+ Jo-sp-19,Work life,Spanish (Spain),What region in your country has been traditionally associated with agriculture?,What region in the UK has been traditionally associated with agriculture?
96
+ Jo-sp-21,Work life,Spanish (Spain),"What time, if any, do people usually leave work for lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time, if any, do people usually leave work for lunch in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
97
+ Jo-sp-31,Education,Spanish (Spain),"What time do high school students tend to leave school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time do secondary school students tend to leave school in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
98
+ Jo-sp-32,Education,Spanish (Spain),What sport do elementary school students tend to practice at school in your country?,What sport do primary school students tend to practice at school in the UK?
99
+ Jo-sp-36,Education,Spanish (Spain),"How long (in weeks) are summer vacations at elementary schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","How long (in weeks) are summer holidays at primary schools in the UK? (Provide in Arabic numerals (e.g., 7, 8) only.)"
100
+ Jo-sp-37,Education,Spanish (Spain),"How long (in weeks) are summer vacations at universities in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","How long (in weeks) are summer holidays at universities in the UK? (Provide in Arabic numerals (e.g., 7, 8) only.)"
101
+ Jo-sp-39,Education,Spanish (Spain),"At what age does elementary education begin in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","At what age does primary education begin in the UK? (Provide in Arabic numerals (e.g., 7, 8) only.)"
102
+ Jo-sp-43,Education,Spanish (Spain),"How many languages are studied in elementary education besides your country's official language? (Provide in Arabic numerals (e.g., 7, 8) only.)","How many languages are studied in primary education besides the UK's official language? (Provide in Arabic numerals (e.g., 7, 8) only.)"
103
+ Jod-ch-01,Food,Chinese (China),What eating utensils do people commonly used in your country?,What eating utensils do people commonly used in the UK?
104
+ Jod-ch-04,Food,Chinese (China),What soft drink do people in your country like to have?,What soft drink do people in the UK like to have?
105
+ Jod-ch-06,Food,Chinese (China),What is the most popular traditional alcohol in your country?,What is the most popular traditional alcohol in the UK?
106
+ Jod-ch-07,Food,Chinese (China),"How long (in hours) on average does it take for people in your country to have dinner at a restaurant? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","How long (in hours) on average does it take for people in the UK to have dinner at a restaurant? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)"
107
+ Jod-ch-09,Food,Chinese (China),"What time do people usually have dinner in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time do people usually have dinner in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
108
+ Jod-ch-12,Food,Chinese (China),What kind of soup do people from your country like to have?,What kind of soup do people from the UK like to have?
109
+ Jod-ch-13,Food,Chinese (China),What street food do people from your country like to eat?,What street food do people from the UK like to eat?
110
+ Jod-ch-15,Food,Chinese (China),What kind of seafood do people from your country like to eat?,What kind of seafood do people from the UK like to eat?
111
+ Jod-ch-16,Holidays/Celebration/Leisure,Chinese (China),What is the biggest festival in your country?,What is the biggest festival in the UK?
112
+ Jod-ch-28,Holidays/Celebration/Leisure,Chinese (China),What is the most commonly used public transport by people when travelling between cites in your country?,What is the most commonly used public transport by people when travelling between cites in the UK?
113
+ Jod-ch-30,Holidays/Celebration/Leisure,Chinese (China),What are the specific decorations or symbols associated with the biggest festival in your country?,What are the specific decorations or symbols associated with the biggest festival in the UK?
114
+ Jod-ch-37,Sport,Chinese (China),What sports do women like to watch the most in your country?,What sports do women like to watch the most in the UK?
115
+ Jod-ch-38,Sport,Chinese (China),What sports do men like to watch the most in your country?,What sports do men like to watch the most in the UK?
116
+ Jod-ch-41,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that females in their 20s in your country engage in?,What is the common leisure activity that females in their 20s in the UK engage in?
117
+ Jod-ch-42,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that males in their 20s in your country engage in?,What is the common leisure activity that males in their 20s in the UK engage in?
118
+ Jod-ch-46,Work life,Chinese (China),"How long (in hours) do people usually take a break after lunch on a weekday in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","How long (in hours) do people usually take a break after lunch on a weekday in the UK? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)"
119
+ Jod-ch-48,Work life,Chinese (China),What do people eat for lunch during the working days in your country?,What do people eat for lunch during the working days in the UK?
120
+ Jod-ch-50,Work life,Chinese (China),"What is the average commute time (in minutes) for people in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the average commute time (in minutes) for people in the UK? (Provide Arabic numerals (e.g., 1) only.)"
121
+ Jod-ch-51,Work life,Chinese (China),What is the most common transportation that people take to get to work in your country?,What is the most common transportation that people take to get to work in the UK?
122
+ Jod-ch-54,Work life,Chinese (China),"How long (in days) is the marriage leave in your country? (Provide Arabic numerals (e.g., 12) only.)","How long (in days) is the marriage leave in the UK? (Provide Arabic numerals (e.g., 12) only.)"
123
+ Jod-ch-56,Work life,Chinese (China),"What is the typical retirement age for women in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the typical retirement age for women in the UK? (Provide Arabic numerals (e.g., 12) only.)"
124
+ Jod-ch-57,Work life,Chinese (China),"What is the typical retirement age for men in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the typical retirement age for men in the UK? (Provide Arabic numerals (e.g., 12) only.)"
125
+ Jod-ch-58,Work life,Chinese (China),Which profession is the most respected in your country?,Which profession is the most respected in the UK?
126
+ Jod-ch-60,Work life,Chinese (China),What is the duration (in hours) of a typical workday in your country? (Provide Arabic numerals (0~24) only.),What is the duration (in hours) of a typical workday in the UK? (Provide Arabic numerals (0~24) only.)
127
+ Jod-ch-61,Work life,Chinese (China),Which occupation is most preferred among females in your country?,Which occupation is most preferred among females in the UK?
128
+ Jod-ch-62,Work life,Chinese (China),Which occupation is most preferred among males in your country?,Which occupation is most preferred among males in the UK?
129
+ Ki-pe-17,Education,Persian (Iran),"On average, how far do students typically pursue their education in your country? (e.g., elementary, high school)","On average, how far do students typically pursue their education in the UK? (e.g., primary, secondary school)"
130
+ Ki-pe-24,Education,Persian (Iran),What language is taught in schools in your country besides English?,What language is taught in schools in the UK besides English?
131
+ Ki-pe-30,Education,Persian (Iran),What days of the week are schools closed in your country?,What days of the week are schools closed in the UK?
132
+ Ki-pe-32,Food,Persian (Iran),What food do the hosts usually prepare for the guests in your country?,What food do the hosts usually prepare for the guests in the UK?
133
+ Ki-pe-34,Food,Persian (Iran),What is the usual drink in the breakfast in your country?,What is the usual drink in the breakfast in the UK?
134
+ Ki-pe-36,Food,Persian (Iran),"Except the food original from your country, which country's food is more popular in your country?","Except the food original from the UK, which country's food is more popular in the UK?"
135
+ Ki-pe-39,Food,Persian (Iran),What food is usually prepared for a family picnic in your country?,What food is usually prepared for a family picnic in the UK?
136
+ Ki-pe-40,Food,Persian (Iran),Which food from your country is considered disgusting by the rest of the world?,Which food from the UK is considered disgusting by the rest of the world?
137
+ Ki-pe-43,Food,Persian (Iran),What is the name of the popular bread in your country?,What is the name of the popular bread in the UK?
138
+ Ki-pe-51,Work life,Persian (Iran),"What time of day are government offices closed in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time of day are government offices closed in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
139
+ Ki-pe-53,Work life,Persian (Iran),"What is the normal start time of government offices in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What is the normal start time of government offices in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
140
+ Kik-in-01,Holidays/Celebration/Leisure,Indonesian (Indonesia),What national holiday has the longest duration in your country?,What national holiday has the longest duration in the UK?
141
+ Kik-in-02,Holidays/Celebration/Leisure,Indonesian (Indonesia),What are the common activities people from your country do to celebrate Independence day?,What are the common activities people from the UK do to celebrate Independence day?
142
+ Kik-in-04,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is installed in front of the house when a family member dies in your country?,What is installed in front of the house when a family member dies in the UK?
143
+ Kik-in-05,Holidays/Celebration/Leisure,Indonesian (Indonesia),When is a pregnancy celebration or ceremony usually held in your country?,When is a pregnancy celebration or ceremony usually held in the UK?
144
+ Kik-in-06,Holidays/Celebration/Leisure,Indonesian (Indonesia),What event is usually held before a wedding in your country?,What event is usually held before a wedding in the UK?
145
+ Kik-in-07,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is usually shared to the children during (Lunar) New Year in your country?,What is usually shared to the children during (Lunar) New Year in the UK?
146
+ Kik-in-08,Holidays/Celebration/Leisure,Indonesian (Indonesia),What activities are usually done days before Ramadan in your country?,What activities are usually done days before Ramadan in the UK?
147
+ Kik-in-10,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular tourist attraction for foreign visitors in your country?,What is the most popular tourist attraction for foreign visitors in the UK?
148
+ Kik-in-11,Holidays/Celebration/Leisure,Indonesian (Indonesia),"What is the most popular religious sites (temple, church, etc.) for tourism in your country?","What is the most popular religious sites (temple, church, etc.) for tourism in the UK?"
149
+ Kik-in-15,Holidays/Celebration/Leisure,Indonesian (Indonesia),What clothes do women usually wear on graduation commencement ceremony in your country?,What clothes do women usually wear on graduation commencement ceremony in the UK?
150
+ Kik-in-16,Food,Indonesian (Indonesia),What drink is commonly consumed in your country when the weather is cold?,What drink is commonly consumed in the UK when the weather is cold?
151
+ Kik-in-17,Food,Indonesian (Indonesia),What fruit is more commonly sold and found during Ramadan in your country?,What fruit is more commonly sold and found during Ramadan in the UK?
152
+ Kik-in-24,Food,Indonesian (Indonesia),What carbohydrate is usually served with chicken in a fast-food restaurant in your country?,What carbohydrate is usually served with chicken in a fast-food restaurant in the UK?
153
+ Kik-in-31,Sport,Indonesian (Indonesia),What is the most famous martial art sports in your country?,What is the most famous martial art sports in the UK?
154
+ Kik-in-34,Sport,Indonesian (Indonesia),What sports are often broadcasted on national television in your country?,What sports are often broadcasted on national television in the UK?
155
+ Kik-in-35,Sport,Indonesian (Indonesia),What sports were popular among people from your country during the COVID-19 pandemic?,What sports were popular among people from the UK during the COVID-19 pandemic?
156
+ Kik-in-36,Sport,Indonesian (Indonesia),Who is the most popular soccer coach in your country?,Who is the most popular football coach in the UK?
157
+ Kik-in-37,Sport,Indonesian (Indonesia),What soccer teams in your country are famous for their intense rivalry? (e.g. ___ vs ___),What football teams in the UK are famous for their intense rivalry? (e.g. ___ vs ___)
158
+ Kik-in-38,Sport,Indonesian (Indonesia),What are the names of soccer supporters in your country who are famous for their intense rivalry? (e.g. ___ vs ___),What are the names of football supporters in the UK who are famous for their intense rivalry? (e.g. ___ vs ___)
159
+ Kik-in-40,Sport,Indonesian (Indonesia),Who is the most famous male badminton player in your country?,Who is the most famous male badminton player in the UK?
160
+ Kik-in-41,Sport,Indonesian (Indonesia),Who is the most famous female badminton player in your country?,Who is the most famous female badminton player in the UK?
161
+ Kik-in-44,Sport,Indonesian (Indonesia),What sport gets the most support from the government in your country?,What sport gets the most support from the government in the UK?
162
+ Kik-in-45,Sport,Indonesian (Indonesia),What sports field facilities are usually available at schools in your country?,What sports field facilities are usually available at schools in the UK?
163
+ Na-ko-02,Food,Korean (South Korea),What cafe beverage do people from your country most commonly enjoy?,What cafe beverage do people from the UK most commonly enjoy?
164
+ Na-ko-04,Food,Korean (South Korea),What is the preferred hangover cure food for people from your country?,What is the preferred hangover cure food for people from the UK?
165
+ Na-ko-05,Food,Korean (South Korea),What is the typical delivery food in your country?,What is the typical delivery food in the UK?
166
+ Na-ko-07,Food,Korean (South Korea),What type of meat is consumed most by people from your country?,What type of meat is consumed most by people from the UK?
167
+ Na-ko-08,Food,Korean (South Korea),What fruit do people from your country often eat in the autumn season?,What fruit do people from the UK often eat in the autumn season?
168
+ Na-ko-09,Food,Korean (South Korea),What side dish is the most commonly served on a dining table in your country?,What side dish is the most commonly served on a dining table in the UK?
169
+ Na-ko-11,Food,Korean (South Korea),What do people from your country eat while watching a soccer game?,What do people from the UK eat while watching a football game?
170
+ Na-ko-15,Food,Korean (South Korea),What is the representative nourishing food in your country?,What is the representative nourishing food in the UK?
171
+ Na-ko-16,Sport,Korean (South Korea),Who is the most famous soccer player in your country?,Who is the most famous football player in the UK?
172
+ Na-ko-17,Sport,Korean (South Korea),What sports do male students enjoy during lunch time at school in your country?,What sports do male students enjoy during lunch time at school in the UK?
173
+ Na-ko-18,Sport,Korean (South Korea),What is the most common sport girls participate in during physical education classes in your country?,What is the most common sport girls participate in during physical education classes in the UK?
174
+ Na-ko-19,Sport,Korean (South Korea),Who is the most popular volleyball player in your country?,Who is the most popular volleyball player in the UK?
175
+ Na-ko-20,Sport,Korean (South Korea),What sports event do people from your country passionately support the most in international competitions?,What sports event do people from the UK passionately support the most in international competitions?
176
+ Na-ko-22,Sport,Korean (South Korea),Which country is considered the biggest rival in soccer matches for your country?,Which country is considered the biggest rival in football matches for the UK?
177
+ Na-ko-23,Sport,Korean (South Korea),What type of sports academies do children attend the most in your country?,What type of sports academies do children attend the most in the UK?
178
+ Na-ko-24,Sport,Korean (South Korea),What is the most commonly eaten food in sports stadiums while watching games in your country?,What is the most commonly eaten food in sports stadiums while watching games in the UK?
179
+ Na-ko-25,Sport,Korean (South Korea),What are the typical sports played in your country's school sports day?,What are the typical sports played in the UK's school sports day?
180
+ Na-ko-26,Sport,Korean (South Korea),What are the popular sports among the middle-aged population in your country?,What are the popular sports among the middle-aged population in the UK?
181
+ Na-ko-28,Sport,Korean (South Korea),Who is the most popular winter sports player in your country?,Who is the most popular winter sports player in the UK?
182
+ Na-ko-29,Sport,Korean (South Korea),Who is the most famous swimmer in your country?,Who is the most famous swimmer in the UK?
183
+ Na-ko-30,Sport,Korean (South Korea),What is the most popular e-sports game in your country?,What is the most popular e-sports game in the UK?
184
+ Na-ko-33,Holidays/Celebration/Leisure,Korean (South Korea),What symbolic food do people from your country eat on (Lunar) New Year?,What symbolic food do people from the UK eat on (Lunar) New Year?
185
+ Na-ko-37,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular domestic vacation spot for people from your country?,What is the most popular domestic vacation spot for people from the UK?
186
+ Na-ko-38,Holidays/Celebration/Leisure,Korean (South Korea),What is the most common wedding gift between bride and groom in your country?,What is the most common wedding gift between bride and groom in the UK?
187
+ Na-ko-39,Holidays/Celebration/Leisure,Korean (South Korea),What is typically given as a congratulatory gesture when attending a friend's wedding in your country?,What is typically given as a congratulatory gesture when attending a friend's wedding in the UK?
188
+ Na-ko-40,Holidays/Celebration/Leisure,Korean (South Korea),"How long (in days) does a funeral typically last in your country? (Provide Arabic numerals (e.g., 12) only.)","How long (in days) does a funeral typically last in the UK? (Provide Arabic numerals (e.g., 12) only.)"
189
+ Na-ko-41,Holidays/Celebration/Leisure,Korean (South Korea),What should you prepare as a condolence offering when attending a funeral in your country?,What should you prepare as a condolence offering when attending a funeral in the UK?
190
+ Na-ko-42,Holidays/Celebration/Leisure,Korean (South Korea),What type of food is commonly provided at funeral parlors in your country?,What type of food is commonly provided at funeral parlors in the UK?
191
+ Na-ko-43,Holidays/Celebration/Leisure,Korean (South Korea),What do people do in your country in the morning of the (Lunar) New Year?,What do people do in the UK in the morning of the (Lunar) New Year?
192
+ Na-ko-44,Holidays/Celebration/Leisure,Korean (South Korea),When is the day with your country's most severe nationwide traffic congestion?,When is the day with the UK's most severe nationwide traffic congestion?
193
+ Na-ko-45,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular honeymoon destination in your country?,What is the most popular honeymoon destination in the UK?
194
+ Ne-ar-05,Holidays/Celebration/Leisure,Arabic (Algeria),What is the most important national holiday in your country?,What is the most important national holiday in the UK?
195
+ Ne-ar-06,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Ramadan?,What do people from the UK eat in Ramadan?
196
+ Ne-ar-09,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Fitr?,What do people from the UK eat in Eid ul Fitr?
197
+ Ne-ar-10,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Adha?,What do people from the UK eat in Eid ul Adha?
198
+ Ne-ar-11,Holidays/Celebration/Leisure,Arabic (Algeria),Where do people from your country go to celebrate New Year's Day?,Where do people from the UK go to celebrate New Year's Day?
199
+ Ne-ar-14,Holidays/Celebration/Leisure,Arabic (Algeria),Where do a family gather for Eid festivities in your country?,Where do a family gather for Eid festivities in the UK?
200
+ Ne-ar-16,Work life,Arabic (Algeria),"When is the weekend in your country (e.g. Monday, Tuesday)?","When is the weekend in the UK (e.g. Monday, Tuesday)?"
201
+ Ne-ar-17,Work life,Arabic (Algeria),"At what time do most people start work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","At what time do most people start work in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
202
+ Ne-ar-18,Work life,Arabic (Algeria),"At what time do most people finish work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","At what time do most people finish work in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
203
+ Ne-ar-20,Work life,Arabic (Algeria),What is considered to be a secure job in your country?,What is considered to be a secure job in the UK?
204
+ Ne-ar-24,Work life,Arabic (Algeria),Which city is the primary commercial hub in your country?,Which city is the primary commercial hub in the UK?
205
+ Ne-ar-25,Work life,Arabic (Algeria),What is the industry that pays the best in your country?,What is the industry that pays the best in the UK?
206
+ Ne-ar-26,Work life,Arabic (Algeria),What is the most famous public corporation in your country?,What is the most famous public corporation in the UK?
207
+ Ne-ar-31,Food,Arabic (Algeria),What is the most famous dish in your country?,What is the most famous dish in the UK?
208
+ Ne-ar-32,Food,Arabic (Algeria),What do people usually have for breakfast in your country?,What do people usually have for breakfast in the UK?
209
+ Ne-ar-33,Food,Arabic (Algeria),"When do people usually have lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","When do people usually have lunch in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
210
+ Ne-ar-34,Food,Arabic (Algeria),What is typically indispensable in meals in your country?,What is typically indispensable in meals in the UK?
211
+ Ne-ar-36,Food,Arabic (Algeria),What is a typical festive meal in your country?,What is a typical festive meal in the UK?
212
+ Ne-ar-37,Food,Arabic (Algeria),Which fruit do people usually offer tourists/visitors from abroad in your country?,Which fruit do people usually offer tourists/visitors from abroad in the UK?
213
+ Ne-ar-38,Food,Arabic (Algeria),Which food do people usually offer as charity in your country?,Which food do people usually offer as charity in the UK?
214
+ Ne-ar-39,Food,Arabic (Algeria),What is the cheapest fast food in your country?,What is the cheapest fast food in the UK?
215
+ Ne-ar-43,Food,Arabic (Algeria),What do people usually have with tea in your country?,What do people usually have with tea in the UK?
216
+ Ne-ar-44,Food,Arabic (Algeria),What do people have with coffee in your country?,What do people have with coffee in the UK?
217
+ New-am-02,Food,Amharic (Ethiopia),What is the most popular traditional food in your country?,What is the most popular traditional food in the UK?
218
+ New-am-04,Food,Amharic (Ethiopia),What is the most popular dipping sauce in your country?,What is the most popular dipping sauce in the UK?
219
+ New-am-08,Food,Amharic (Ethiopia),What food is most often consumed during Christian fasting in your country?,What food is most often consumed during Christian fasting in the UK?
220
+ New-am-15,Food,Amharic (Ethiopia),What food is usually prepared when mothers give birth in your country?,What food is usually prepared when mothers give birth in the UK?
221
+ New-am-27,Sport,Amharic (Ethiopia),Who is the most popular female sportperson in your country?,Who is the most popular female sportperson in the UK?
222
+ New-am-34,Education,Amharic (Ethiopia),Where do most elementary school students prepare for their exams in your country?,Where do most primary school students prepare for their exams in the UK?
223
+ New-am-41,Education,Amharic (Ethiopia),"In your country, at which grade level do students take their first national-level examination?","In the UK, at which grade level do students take their first national-level examination?"
224
+ New-am-53,Work life,Amharic (Ethiopia),Which region in your country is widely known for its coffee/tea industry?,Which region in the UK is widely known for its coffee/tea industry?
225
+ New-am-54,Work life,Amharic (Ethiopia),Which region in your country is widely known for its livestock industry?,Which region in the UK is widely known for its livestock industry?
226
+ New-am-59,Work life,Amharic (Ethiopia),What is the main occupation of people living in deserts in your country?,What is the main occupation of people living in deserts in the UK?
227
+ New-am-60,Work life,Amharic (Ethiopia),Which animal is typically used for transportation in your country?,Which animal is typically used for transportation in the UK?
228
+ New-am-72,Family,Amharic (Ethiopia),What is the most popular comic book for children to read in your country?,What is the most popular comic book for children to read in the UK?
229
+ New-am-73,Family,Amharic (Ethiopia),What is the most popular YouTube channel for children in your country?,What is the most popular YouTube channel for children in the UK?
230
+ New-am-74,Family,Amharic (Ethiopia),What is the most popular talk show in your country?,What is the most popular talk show in the UK?
231
+ New-am-77,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most famous religious holiday in your country?,What is the most famous religious holiday in the UK?
232
+ New-am-81,Holidays/Celebration/Leisure,Amharic (Ethiopia),"What is the busiest month for weddings in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the busiest month for weddings in the UK? (Provide Arabic numerals (e.g., 1) only.)"
233
+ New-am-83,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most popular traditional musical instrument in your country?,What is the most popular traditional musical instrument in the UK?
234
+ New-as-01,Food,Assamese (Assam),What is the main agricultural product produced in your country?,What is the main agricultural product produced in the UK?
235
+ New-as-02,Food,Assamese (Assam),What is the most popular wheat-based food item in your country?,What is the most popular wheat-based food item in the UK?
236
+ New-as-05,Food,Assamese (Assam),What is the most typical drink offered to guests when they visit households in your country?,What is the most typical drink offered to guests when they visit households in the UK?
237
+ New-as-07,Food,Assamese (Assam),What is the most popular dish cooked with fish in your country?,What is the most popular dish cooked with fish in the UK?
238
+ New-as-14,Food,Assamese (Assam),What food do people from your country like to eat during rainy weather?,What food do people from the UK like to eat during rainy weather?
239
+ New-as-15,Food,Assamese (Assam),What drink is commonly consumed in your country when the weather is hot?,What drink is commonly consumed in the UK when the weather is hot?
240
+ New-as-20,Sport,Assamese (Assam),What is the most popular indoor sport in your country?,What is the most popular indoor sport in the UK?
241
+ New-as-29,Sport,Assamese (Assam),What sport do men in your country like to watch?,What sport do men in the UK like to watch?
242
+ New-as-30,Sport,Assamese (Assam),What sport do women in your country like to watch?,What sport do women in the UK like to watch?
243
+ New-as-58,Work life,Assamese (Assam),What is the most popular beverage that people from your country like to drink in their workplace?,What is the most popular beverage that people from the UK like to drink in their workplace?
244
+ New-as-64,Family,Assamese (Assam),On which holiday do all family members tend to reunite in your country?,On which holiday do all family members tend to reunite in the UK?
245
+ New-as-76,Holidays/Celebration/Leisure,Assamese (Assam),What traditional games do families play during traditional holidays in your country?,What traditional games do families play during traditional holidays in the UK?
246
+ New-as-80,Holidays/Celebration/Leisure,Assamese (Assam),What type of clothing do people from your country wear during traditional festivals?,What type of clothing do people from the UK wear during traditional festivals?
247
+ New-as-89,Holidays/Celebration/Leisure,Assamese (Assam),What traditional festival accessories do people from your country wear?,What traditional festival accessories do people from the UK wear?
248
+ New-az-05,Food,Azerbaijani (Azerbaijan),What is the most famous region for alcohol production in your country?,What is the most famous region for alcohol production in the UK?
249
+ New-az-11,Food,Azerbaijani (Azerbaijan),What fruit do people from your country often eat in the summer season?,What fruit do people from the UK often eat in the summer season?
250
+ New-az-12,Food,Azerbaijani (Azerbaijan),Which region in your country is known for its seafood?,Which region in the UK is known for its seafood?
251
+ New-az-21,Sport,Azerbaijani (Azerbaijan),Which region in your country is the most popular skiing destination?,Which region in the UK is the most popular skiing destination?
252
+ New-az-26,Sport,Azerbaijani (Azerbaijan),Who is the most popular martial arts player in your country?,Who is the most popular martial arts player in the UK?
253
+ New-az-27,Sport,Azerbaijani (Azerbaijan),Which sport has been one of the fastest-growing in your country over the last decade?,Which sport has been one of the fastest-growing in the UK over the last decade?
254
+ New-az-39,Education,Azerbaijani (Azerbaijan),Which country is the most popular destination for students from your country studying abroad?,Which country is the most popular destination for students from the UK studying abroad?
255
+ New-az-49,Work life,Azerbaijani (Azerbaijan),"How many people work in a typical family in your country? (Provide Arabic numerals (e.g., 1) only.)","How many people work in a typical family in the UK? (Provide Arabic numerals (e.g., 1) only.)"
256
+ New-az-60,Family,Azerbaijani (Azerbaijan),"In your country, who takes care of kids when both parents are working?","In the UK, who takes care of kids when both parents are working?"
257
+ New-az-69,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for men from your country?,What is the preferred alcoholic beverage for men from the UK?
258
+ New-az-70,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for women from your country?,What is the preferred alcoholic beverage for women from the UK?
259
+ New-az-73,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),"How many people on average typically attend a wedding in your country? (Provide Arabic numerals (e.g., 1) only.)","How many people on average typically attend a wedding in the UK? (Provide Arabic numerals (e.g., 1) only.)"
260
+ New-ch-01,Food,Chinese (China),What kind of meat do people usually eat when they have barbecue in your country?,What kind of meat do people usually eat when they have barbecue in the UK?
261
+ New-ch-02,Food,Chinese (China),"When do people usually have breakfast in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","When do people usually have breakfast in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
262
+ New-ch-04,Food,Chinese (China),What kinds of food do people usually eat for late-night snacks in your country?,What kinds of food do people usually eat for late-night snacks in the UK?
263
+ New-ch-05,Food,Chinese (China),What is the most famous spicy dish in your country?,What is the most famous spicy dish in the UK?
264
+ New-ch-07,Food,Chinese (China),What food items do people typically pair with hard liquor in your country?,What food items do people typically pair with hard liquor in the UK?
265
+ New-ch-08,Food,Chinese (China),What seasoning is indispensable in cooking in your country?,What essential seasoning is indispensable in cooking in the UK?
266
+ New-ch-09,Food,Chinese (China),What food do people typically consume when the weather is cold in your country?,What food do people typically consume when the weather is cold in the UK?
267
+ New-ch-13,Food,Chinese (China),What is the most famous alcohol brand in your country?,What is the most famous alcohol brand in the UK?
268
+ New-ch-14,Food,Chinese (China),What foods do people usually eat when they are sick in your country?,What foods do people usually eat when they are sick in the UK?
269
+ New-ch-15,Food,Chinese (China),What prepared/ready-to-eat food do people typically buy at supermarkets in your country?,What prepared/ready-to-eat food do people typically buy at supermarkets in the UK?
270
+ New-ch-16,Sport,Chinese (China),What is the most famous sports-related movie in your country?,What is the most famous sports-related movie in the UK?
271
+ New-ch-17,Sport,Chinese (China),What extreme sport do people generally wish to try the most in your country?,What extreme sport do people generally wish to try the most in the UK?
272
+ New-ch-18,Sport,Chinese (China),Which track and field event is the most popular to watch during competitions in your country?,Which track and field event is the most popular to watch during competitions in the UK?
273
+ New-ch-19,Sport,Chinese (China),Which gymnastics event is the most popular to watch during competitions in your country?,Which gymnastics event is the most popular to watch during competitions in the UK?
274
+ New-ch-23,Sport,Chinese (China),Who is the most famous table tennis player in your country?,Who is the most famous table tennis player in the UK?
275
+ New-ch-26,Sport,Chinese (China),"In the Winter Olympics, which event is the most popular to watch in your country?","In the Winter Olympics, which event is the most popular to watch in the UK?"
276
+ New-ch-27,Sport,Chinese (China),Who is the most famous boxer in your country?,Who is the most famous boxer in the UK?
277
+ New-ch-30,Sport,Chinese (China),Who is the most famous track and field athlete in your country?,Who is the most famous track and field athlete in the UK?
278
+ New-ch-31,Work life,Chinese (China),What job do parents most hope their children will pursue in your country?,What job do parents most hope their children will pursue in the UK?
279
+ New-ch-32,Work life,Chinese (China),What office software do people typically use in the workplace in your country?,What office software do people typically use in the workplace in the UK?
280
+ New-ch-38,Work life,Chinese (China),Which cities or regions are known for their import and export activities in your country?,Which cities or regions are known for their import and export activities in the UK?
281
+ New-ch-39,Work life,Chinese (China),What platform is commonly used in the e-commerce industry in your country?,What platform is commonly used in the e-commerce industry in the UK?
282
+ New-ch-44,Work life,Chinese (China),"How long is the typical probation period for new employees before signing a formal contract in your country? (e.g., 1 month).","How long is the typical probation period for new employees before signing a formal contract in the UK? (e.g., 1 month)."
283
+ New-ch-45,Work life,Chinese (China),Which industries do young people typically choose to start businesses in your country?,Which industries do young people typically choose to start businesses in the UK?
284
+ New-ch-49,Family,Chinese (China),What is the most common way for family members to communicate remotely in your country?,What is the most common way for family members to communicate remotely in the UK?
285
+ New-ch-51,Family,Chinese (China),What form of accommodation is typically booked for family trips in your country?,What form of accommodation is typically booked for family trips in the UK?
286
+ New-ch-54,Family,Chinese (China),Which fruit is usually prepared the most for family dinners in your country?,Which fruit is usually prepared the most for family dinners in the UK?
287
+ New-ch-64,Education,Chinese (China),"How many hours of classes do university students typically have per week in your country? (Provide Arabic numerals (e.g., 1) only.)","How many hours of classes do university students typically have per week in the UK? (Provide Arabic numerals (e.g., 1) only.)"
288
+ New-ch-66,Education,Chinese (China),"What is the typical tuition fee per semester for public high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the typical tuition fee per semester for public secondary schools in the UK? (Provide Arabic numerals (e.g., 1) only.)"
289
+ New-ch-70,Education,Chinese (China),What compulsory courses do university students have in common in your country?,What compulsory courses do university students have in common in the UK?
290
+ New-ch-71,Education,Chinese (China),"What is the average class size in high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the average class size in secondary schools in the UK? (Provide Arabic numerals (e.g., 1) only.)"
291
+ New-ch-72,Education,Chinese (China),Which major is considered most conducive to employment in your country?,Which major is considered most conducive to employment in the UK?
292
+ New-ch-73,Education,Chinese (China),What type of clubs are most popular among university students in your country?,What type of clubs are most popular among university students in the UK?
293
+ New-ch-74,Education,Chinese (China),What types of accommodation do university students in your country typically live in?,What types of accommodation do university students in the UK typically live in?
294
+ New-ch-75,Education,Chinese (China),"How long is each class period for secondary school students in your country (minutes)? (Provide Arabic numerals (e.g., 1) only.)","How long is each class period for secondary school students in the UK (minutes)? (Provide Arabic numerals (e.g., 1) only.)"
295
+ New-ch-78,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired women typically like in your country?,What leisure activities do retired women typically like in the UK?
296
+ New-ch-79,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired men typically like in your country?,What leisure activities do retired men typically like in the UK?
297
+ New-ch-80,Holidays/Celebration/Leisure,Chinese (China),"During which holidays do people typically visit religious sites (temples, churches, etc.) in your country?","During which holidays do people typically visit religious sites (temples, churches, etc.) in the UK?"
298
+ New-ch-81,Holidays/Celebration/Leisure,Chinese (China),What are the typical housewarming gifts in your country?,What are the typical housewarming gifts in the UK?
299
+ New-ch-82,Holidays/Celebration/Leisure,Chinese (China),"At what time do weddings typically start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","At what time do weddings typically start in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
300
+ New-ch-83,Holidays/Celebration/Leisure,Chinese (China),Which city in your country hosts festivals the most?,Which city in the UK hosts festivals the most?
301
+ New-ch-84,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending weddings in your country?,What color of clothing do people typically wear when attending weddings in the UK?
302
+ New-ch-85,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending funerals in your country?,What color of clothing do people typically wear when attending funerals in the UK?
303
+ New-en-01,Food,English (UK),Which snack is eaten in the cinema in your country?,Which snack is eaten in the cinema in the UK?
304
+ New-en-02,Food,English (UK),What is the most popular chip/crisp flavour in your country?,What is the most popular chip/crisp flavour in the UK?
305
+ New-en-04,Food,English (UK),Who is a popular celebrity chef in your country?,Who is a popular celebrity chef in the UK?
306
+ New-en-05,Food,English (UK),Which food is a cost-effective and quick meal option in your country?,Which food is a cost-effective and quick meal option in the UK?
307
+ New-en-07,Food,English (UK),What are the most popular cooking shows in your country?,What are the most popular cooking shows in the UK?
308
+ New-en-08,Food,English (UK),What is the most popular chocolate brand in your country?,What is the most popular chocolate brand in the UK?
309
+ New-en-10,Food,English (UK),What is the most eaten cheese in your country?,What is the most eaten cheese in the UK?
310
+ New-en-11,Food,English (UK),What is the most disliked vegetable in your country?,What is the most disliked vegetable in the UK?
311
+ New-en-12,Food,English (UK),What food is most commonly found in food courts in your country?,What food is most commonly found in food courts in the UK?
312
+ New-en-17,Sport,English (UK),What are the most common cheering tools used by sports fans in your country?,What are the most common cheering tools used by sports fans in the UK?
313
+ New-en-18,Sport,English (UK),What do fans bring with them when attending a live game in your country?,What do fans bring with them when attending a live game in the UK?
314
+ New-en-19,Sport,English (UK),What is the most well known sporting stadium in your country?,What is the most well known sporting stadium in the UK?
315
+ New-en-23,Sport,English (UK),Who is the most famous Paralympian in your country?,Who is the most famous Paralympian in the UK?
316
+ New-en-26,Sport,English (UK),What is the best recognized sporting chant in your country?,What is the best recognized sporting chant in the UK?
317
+ New-en-38,Work life,English (UK),Which industries are known for more flexible working hours in your country?,Which industries are known for more flexible working hours in the UK?
318
+ New-en-41,Work life,English (UK),Who is the most well known and successful entrepreneur in your country?,Who is the most well known and successful entrepreneur in the UK?
319
+ New-en-47,Family,English (UK),What can typically be found in the back garden of houses in your country?,What can typically be found in the back garden of houses in the UK?
320
+ New-en-49,Family,English (UK),What is the name of the most famous family in your country?,What is the name of the most famous family in the UK?
321
+ New-en-50,Family,English (UK),What is the most common family name in your country?,What is the most common family name in the UK?
322
+ New-en-55,Family,English (UK),Which religion is most commonly practiced by families in your country?,Which religion is most commonly practiced by families in the UK?
323
+ New-en-56,Family,English (UK),What is the most popular foreign language spoken by families in your country?,What is the most popular foreign language spoken by families in the UK?
324
+ New-en-59,Family,English (UK),Which country is the most popular destination for families from your country to emigrate to?,Which country is the most popular destination for families from the UK to emigrate to?
325
+ New-en-68,Education,English (UK),What repercussions are there for bad behavior in schools in your country?,What repercussions are there for bad behavior in schools in the UK?
326
+ New-en-69,Education,English (UK),Which writers are commonly studied in literature class in your country?,Which writers are commonly studied in literature class in the UK?
327
+ New-en-70,Education,English (UK),"How many school breaks are there in a year for high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","How many school breaks are there in a year for high schools in the UK? (Provide Arabic numerals (e.g., 1) only.)"
328
+ New-en-72,Education,English (UK),Which online resource do students usually use to study in your country?,Which online resource do students usually use to study in the UK?
329
+ New-en-75,Education,English (UK),"What is the average length of a semester in terms of weeks of teaching at universities in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the average length of a semester in terms of weeks of teaching at universities in the UK? (Provide Arabic numerals (e.g., 1) only.)"
330
+ New-en-76,Holidays/Celebration/Leisure,English (UK),Which airport in your country is the busiest during the holiday season?,Which airport in the UK is the busiest during the holiday season?
331
+ New-en-79,Holidays/Celebration/Leisure,English (UK),Which region of your country is well known for its theatrical performances?,Which region of the UK is well known for its theatrical performances?
332
+ New-en-87,Holidays/Celebration/Leisure,English (UK),What is the most famous historic landmark in your country?,What is the most famous historic landmark in the UK?
333
+ New-en-90,Holidays/Celebration/Leisure,English (UK),What is the most famous hotel brand in your country?,What is the most famous hotel brand in the UK?
334
+ New-gr-05,Food,Greek (Greece),What is the most popular grab-and-go breakfast option in your country?,What is the most popular grab-and-go breakfast option in the UK?
335
+ New-gr-06,Food,Greek (Greece),What is the most popular food in your country among young people?,What is the most popular food in the UK among young people?
336
+ New-gr-08,Food,Greek (Greece),What type of alcoholic drink is most commonly consumed at festivals in your country?,What type of alcoholic drink is most commonly consumed at festivals in the UK?
337
+ New-gr-13,Food,Greek (Greece),What is the most common morning drink in your country?,What is the most common morning drink in the UK?
338
+ New-gr-15,Food,Greek (Greece),What is the most popular traditional dessert in your country?,What is the most popular traditional dessert in the UK?
339
+ New-gr-21,Sport,Greek (Greece),What is the most popular racket sport in your country?,What is the most popular racket sport in the UK?
340
+ New-gr-24,Sport,Greek (Greece),What is the most popular track and field sport in your country?,What is the most popular track and field sport in the UK?
341
+ New-gr-29,Sport,Greek (Greece),Which international sporting event is the most popular in your country?,Which international sporting event is the most popular in the UK?
342
+ New-gr-47,Work life,Greek (Greece),"How long (in minutes) are typical work breaks in your country, excluding lunch and dinner breaks? (Provide Arabic numerals (e.g., 1) only.)","How long (in minutes) are typical work breaks in the UK, excluding lunch and dinner breaks? (Provide Arabic numerals (e.g., 1) only.)"
343
+ New-gr-58,Work life,Greek (Greece),Which job is considered underpaid in your country?,Which job is considered underpaid in the UK?
344
+ New-gr-76,Holidays/Celebration/Leisure,Greek (Greece),What is the most common food served during Easter in your country?,What is the most common food served during Easter in the UK?
345
+ New-gr-82,Holidays/Celebration/Leisure,Greek (Greece),What is the most popular music genre among the elderly population in your country?,What is the most popular music genre among the elderly population in the UK?
346
+ New-gr-88,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at funerals in your country?,What drink is usually offered at funerals in the UK?
347
+ New-gr-89,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at weddings in your country?,What drink is usually offered at weddings in the UK?
348
+ New-ha-07,Food,Hausa (Northern Nigeria),What food originated from your country and can be found all over the world?,What food originated from the UK and can be found all over the world?
349
+ New-ha-08,Food,Hausa (Northern Nigeria),What food is typically disliked by children but enjoyed by the elderly in your country?,What food is typically disliked by children but enjoyed by the elderly in the UK?
350
+ New-ha-09,Food,Hausa (Northern Nigeria),What cooking utensil is most commonly used in your country?,What cooking utensil is most commonly used in the UK?
351
+ New-ha-13,Food,Hausa (Northern Nigeria),Which is the most popular vegetable in your country?,Which is the most popular vegetable in the UK?
352
+ New-ha-19,Sport,Hausa (Northern Nigeria),Which animal is used for sports in your country?,Which animal is used for sports in the UK?
353
+ New-ha-66,Family,Hausa (Northern Nigeria),What is the most popular wedding venue in your country?,What is the most popular wedding venue in the UK?
354
+ New-in-01,Food,Indonesian (Indonesia),Which coffee shop brand is the most popular in your country?,Which coffee shop brand is the most popular in the UK?
355
+ New-in-03,Food,Indonesian (Indonesia),What type of food from your country is typically served in restaurants overseas?,What type of food from the UK is typically served in restaurants overseas?
356
+ New-in-33,Work life,Indonesian (Indonesia),What region in your country is usually associated with mining?,What region in the UK is usually associated with mining?
357
+ New-in-34,Work life,Indonesian (Indonesia),What region in your country is usually associated with oil?,What region in the UK is usually associated with oil?
358
+ New-in-62,Education,Indonesian (Indonesia),What university in your country is popular because of its engineering major? (Provide the official name.),What university in the UK is popular because of its engineering major? (Provide the official name.)
359
+ New-in-63,Education,Indonesian (Indonesia),What university in your country is popular because of its school of medicine? (Provide the official name.),What university in the UK is popular because of its school of medicine? (Provide the official name.)
360
+ New-in-78,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular payment method in your country?,What is the most popular payment method in the UK?
361
+ New-in-80,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most famous theme park in your country?,What is the most famous theme park in the UK?
362
+ New-ko-01,Family,Korean (Korea),What is the most popular children's animation that is commonly watched by kids in your country?,What is the most popular children's animation that is commonly watched by kids in the UK?
363
+ New-ko-02,Family,Korean (Korea),What is the most popular prenatal education activity for pregnant women in your country?,What is the most popular prenatal education activity for pregnant women in the UK?
364
+ New-ko-03,Family,Korean (Korea),What is the most popular children's song in your country that families sing together?,What is the most popular children's song in the UK that families sing together?
365
+ New-ko-04,Family,Korean (Korea),Which toys are most popular among boys in your country?,Which toys are most popular among boys in the UK?
366
+ New-ko-05,Family,Korean (Korea),Which toys are most popular among girls in your country?,Which toys are most popular among girls in the UK?
367
+ New-ko-06,Family,Korean (Korea),What is the most popular folk tale in your country that is typically told to children?,What is the most popular folk tale in the UK that is typically told to children?
368
+ New-ko-07,Holidays/Celebration/Leisure,Korean (Korea),What is the customary symbol of condolence used at funerals in your country?,What is the customary symbol of condolence used at funerals in the UK?
369
+ New-ko-08,Work life,Korean (Korea),Where do university students in your country tend to work part-time the most?,Where do university students in the UK tend to work part-time the most?
370
+ New-ko-09,Work life,Korean (Korea),What are the most frequently practiced team-building activities in companies based in your country?,What are the most frequently practiced team-building activities in companies based in the UK?
371
+ New-ko-10,Work life,Korean (Korea),What are the most common activities people do as a side job in your country?,What are the most common activities people do as a side job in the UK?
372
+ New-pe-02,Food,Persian (Iran),What is the most famous edible souvenir for tourists in your country?,What is the most famous edible souvenir for tourists in the UK?
373
+ New-pe-06,Food,Persian (Iran),What is the most popular stew in your country?,What is the most popular stew in the UK?
374
+ New-pe-11,Food,Persian (Iran),What is the most common spice/herb used in dishes from your country?,What is the most common spice/herb used in dishes from the UK?
375
+ New-pe-16,Sport,Persian (Iran),What is the most famous traditional sport in your country?,What is the most famous traditional sport in the UK?
376
+ New-pe-20,Sport,Persian (Iran),What sport is popular to play on the beach in your country?,What sport is popular to play on the beach in the UK?
377
+ New-pe-45,Work life,Persian (Iran),What is the usual work schedule during the month of Ramadan in your country?,What is the usual work schedule during the month of Ramadan in the UK?
378
+ New-pe-47,Family,Persian (Iran),"When is Student's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","When is Student's Day celebrated in the UK? (Provide in MM/DD format (e.g., 12/31).)"
379
+ New-pe-49,Family,Persian (Iran),Where do families gather to pray together in your country?,Where do families gather to pray together in the UK?
380
+ New-pe-53,Family,Persian (Iran),What gifts do fathers get on Father's Day (or Parents' Day) in your country?,What gifts do fathers get on Father's Day (or Parents' Day) in the UK?
381
+ New-pe-54,Family,Persian (Iran),What gifts do mothers get on Mother's Day (or Parents' Day) in your country?,What gifts do mothers get on Mother's Day (or Parents' Day) in the UK?
382
+ New-pe-59,Family,Persian (Iran),"How many generations typically live together in a household in your country? (Provide Arabic numerals (e.g., 12) only.)","How many generations typically live together in a household in the UK? (Provide Arabic numerals (e.g., 12) only.)"
383
+ New-pe-65,Education,Persian (Iran),"How many subjects are taught in secondary schools in your country? (Provide Arabic numerals (e.g., 12) only.)","How many subjects are taught in secondary schools in the UK? (Provide Arabic numerals (e.g., 12) only.)"
384
+ New-pe-66,Education,Persian (Iran),What is the most popular after school curricular in primary schools in your country?,What is the most popular after school curricular in primary schools in the UK?
385
+ New-pe-74,Education,Persian (Iran),How much is the average annual tuition fee for public universities in your country?,How much is the average annual tuition fee for public universities in the UK?
386
+ New-pe-76,Holidays/Celebration/Leisure,Persian (Iran),What is a popular activity to do in parks in your country?,What is a popular activity to do in parks in the UK?
387
+ New-pe-78,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous film festival held in your country?,What is the name of the most famous film festival held in the UK?
388
+ New-pe-83,Holidays/Celebration/Leisure,Persian (Iran),What is the popular card game played during social gatherings in your country?,What is the popular card game played during social gatherings in the UK?
389
+ New-pe-85,Holidays/Celebration/Leisure,Persian (Iran),Where is the most popular tourist destination abroad for people from your country?,Where is the most popular tourist destination abroad for people from the UK?
390
+ New-pe-86,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous tower in your country?,What is the name of the most famous tower in the UK?
391
+ New-spme-01,Food,Spanish (Mexico),What edible insect is eaten most often in your country?,What edible insect is eaten most often in the UK?
392
+ New-spme-04,Food,Spanish (Mexico),Which agricultural product is exported most often in your country?,Which agricultural product is exported most often in the UK?
393
+ New-spme-05,Food,Spanish (Mexico),What are the most popular sweets in your country?,What are the most popular sweets in the UK?
394
+ New-spme-15,Sport,Spanish (Mexico),What is the most popular sports drink in your country?,What is the most popular sports drink in the UK?
395
+ New-spme-27,Education,Spanish (Mexico),What is the average education level for people in your country?,What is the average education level for people in the UK?
396
+ New-spme-37,Education,Spanish (Mexico),Which profession is most commonly studied abroad by students from your country?,Which profession is most commonly studied abroad by students from the UK?
397
+ New-spme-60,Family,Spanish (Mexico),"Which day of the week do most families in your country practice religious activities? (e.g. Monday, Tuesday)","Which day of the week do most families in the UK practice religious activities? (e.g. Monday, Tuesday)"
398
+ New-spme-65,Family,Spanish (Mexico),What is the most popular way to celebrate Independence Day in your country?,What is the most popular way to celebrate Independence Day in the UK?
399
+ New-spme-68,Family,Spanish (Mexico),What is the most popular beverage among children in your country?,What is the most popular beverage among children in the UK?
400
+ New-spme-76,Holidays/Celebration/Leisure,Spanish (Mexico),What is the most popular place in your country to celebrate Independence Day?,What is the most popular place in the UK to celebrate Independence Day?
401
+ New-spme-78,Holidays/Celebration/Leisure,Spanish (Mexico),What is the name of the song that is typically sung at birthday parties in your country?,What is the name of the song that is typically sung at birthday parties in the UK?
402
+ New-su-01,Food,Sundanese (West Java),What snacks are usually sold in front of schools in your country?,What snacks are usually sold in front of schools in the UK?
403
+ New-su-09,Food,Sundanese (West Java),What oil is usually used for cooking in your country?,What oil is usually used for cooking in the UK?
404
+ New-su-10,Food,Sundanese (West Java),What food is commonly consumed by pregnant women in your country?,What food is commonly consumed by pregnant women in the UK?
405
+ New-su-15,Food,Sundanese (West Java),What is the most popular traditional non-alcoholic drink in your country?,What is the most popular traditional non-alcoholic drink in the UK?
406
+ New-su-17,Sport,Sundanese (West Java),What sports facilities are generally available in parks in your country?,What sports facilities are generally available in parks in the UK?
407
+ New-su-21,Sport,Sundanese (West Java),What are the common activities that seniors usually do in parks in your country?,What are the common activities that seniors usually do in parks in the UK?
408
+ New-su-24,Sport,Sundanese (West Java),What sports do parents and children commonly play together in your country?,What sports do parents and children commonly play together in the UK?
409
+ New-su-28,Sport,Sundanese (West Java),What color is associated with the national soccer team of your country?,What colour is associated with the national football team of the UK?
410
+ New-su-33,Education,Sundanese (West Java),What is the common dress code for school teachers in your country?,What is the common dress code for school teachers in the UK?
411
+ New-su-34,Education,Sundanese (West Java),What is the most popular extracurricular activity related to music in schools in your country?,What is the most popular extracurricular activity related to music in schools in the UK?
412
+ New-su-42,Education,Sundanese (West Java),What religion is mainly taught in schools in your country?,What religion is mainly taught in schools in the UK?
413
+ New-su-45,Education,Sundanese (West Java),"What date is Education Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","What date is Education Day celebrated in the UK? (Provide in MM/DD format (e.g., 12/31).)"
414
+ New-su-50,Work life,Sundanese (West Java),What is the main occupation of people in mountainous areas in your country?,What is the main occupation of people in mountainous areas in the UK?
415
+ New-su-51,Work life,Sundanese (West Java),What is the main occupation of people in coastal areas in your country?,What is the main occupation of people in coastal areas in the UK?
416
+ New-su-57,Work life,Sundanese (West Java),What is the most common livestock raised in your country?,What is the most common livestock raised in the UK?
417
+ New-su-58,Work life,Sundanese (West Java),What animals are commonly used for agriculture in your country?,What animals are commonly used for agriculture in the UK?
418
+ New-su-59,Work life,Sundanese (West Java),What do farmers in your country typically wear to protect themselves from the heat whilst farming?,What do farmers in the UK typically wear to protect themselves from the heat whilst farming?
419
+ New-su-60,Work life,Sundanese (West Java),What do farmers in your country usually eat for lunch?,What do farmers in the UK usually eat for lunch?
420
+ New-su-71,Family,Sundanese (West Java),What gifts do parents generally give to their children for their birthdays in your country?,What gifts do parents generally give to their children for their birthdays in the UK?
421
+ New-su-75,Family,Sundanese (West Java),What type of vehicle do most families in your country generally own?,What type of vehicle do most families in the UK generally own?
422
+ New-su-77,Holidays/Celebration/Leisure,Sundanese (West Java),What is usually given to the children during Eid in your country?,What is usually given to the children during Eid in the UK?
423
+ New-su-81,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do grooms usually wear at weddings in your country?,What clothes do grooms usually wear at weddings in the UK?
424
+ New-su-82,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do brides usually wear at weddings in your country?,What clothes do brides usually wear at weddings in the UK?
425
+ New-su-83,Holidays/Celebration/Leisure,Sundanese (West Java),What food is usually served at weddings in your country?,What food is usually served at weddings in the UK?
426
+ New-su-86,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most famous government building in your country?,What is the most famous government building in the UK?
427
+ New-su-88,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most popular music genre among the younger population in your country?,What is the most popular music genre among the younger population in the UK?
428
+ Ni-en-02,Education,English (UK),"What time do secondary students in your country typically finish school each day? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time do secondary students in the UK typically finish school each day? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
429
+ Ni-en-03,Education,English (UK),"At what age do people in your country typically go to university? (Provide Arabic numerals (e.g., 12) only.)","At what age do people in the UK typically go to university? (Provide Arabic numerals (e.g., 12) only.)"
430
+ Ni-en-06,Education,English (UK),"From what age do people need to attend compulsory education in your country? (Provide Arabic numerals (e.g., 12) only.)","From what age do people need to attend compulsory education in the UK? (Provide Arabic numerals (e.g., 12) only.)"
431
+ Ni-en-09,Education,English (UK),How many days a week do children attend school in your country? (Provide Arabic numerals (0~7) only.),How many days a week do children attend school in the UK? (Provide Arabic numerals (0~7) only.)
432
+ Ni-en-11,Education,English (UK),"In your country, how long (in years) does a Master's degree typically take to complete? (Provide Arabic numerals (e.g., 12) only.)","In the UK, how long (in years) does a Master's degree typically take to complete? (Provide Arabic numerals (e.g., 12) only.)"
433
+ Ni-en-12,Education,English (UK),What is the top university in your country? (Provide the official name.),What is the top university in the UK? (Provide the official name.)
434
+ Ni-en-13,Education,English (UK),"At what age do most people in your country graduate from university? (Provide Arabic numerals (e.g., 12) only.)","At what age do most people in the UK graduate from university? (Provide Arabic numerals (e.g., 12) only.)"
435
+ Ni-en-15,Education,English (UK),"At what age do children in your country generally start secondary school? (Provide Arabic numerals (e.g., 12) only.)","At what age do children in the UK generally start secondary school? (Provide Arabic numerals (e.g., 12) only.)"
436
+ Ni-en-17,Work life,English (UK),"How many hours a week does a full-time worker in your country typically work? (Provide Arabic numerals (e.g., 12) only.)","How many hours a week does a full-time worker in the UK typically work? (Provide Arabic numerals (e.g., 12) only.)"
437
+ Ni-en-19,Work life,English (UK),How many days a week does a full-time worker work in your country? (Provide Arabic numerals (0~7) only.),How many days a week does a full-time worker work in the UK? (Provide Arabic numerals (0~7) only.)
438
+ Ni-en-20,Work life,English (UK),"At what age do most people start working in your country? (Provide Arabic numerals (e.g., 12) only.)","At what age do most people start working in the UK? (Provide Arabic numerals (e.g., 12) only.)"
439
+ Ni-en-21,Work life,English (UK),"From what age is an individual allowed to work in your country? (Provide Arabic numerals (e.g., 12) only.)","From what age is an individual allowed to work in the UK? (Provide Arabic numerals (e.g., 12) only.)"
440
+ Ni-en-31,Holidays/Celebration/Leisure,English (UK),What do people in your country traditionally eat on Christmas Day?,What do people in the UK traditionally eat on Christmas Day?
441
+ Ni-en-37,Holidays/Celebration/Leisure,English (UK),What is the name of the day of the year where people in your country celebrate love and romance?,What is the name of the day of the year where people in the UK celebrate love and romance?
442
+ Ni-en-40,Holidays/Celebration/Leisure,English (UK),What is the most popular Christmas song in your country?,What is the most popular Christmas song in the UK?
443
+ Nu-in-04,Education,Indonesian (Indonesia),"How many semesters are there each academic year at high schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","How many terms are there each academic year at secondary schools in the UK? (Provide in Arabic numerals (e.g., 7, 8) only.)"
444
+ Nu-in-05,Education,Indonesian (Indonesia),In which month does the new school year typically begin in your country? (Provide Arabic numerals (1~12) only.),In which month does the new school year typically begin in the UK? (Provide Arabic numerals (1~12) only.)
445
+ Nu-in-06,Education,Indonesian (Indonesia),"When is National Teacher's Day commemorated in your country? (Provide in MM/DD format (e.g., 12/31).)","When is National Teacher's Day commemorated in the UK? (Provide in MM/DD format (e.g., 12/31).)"
446
+ Nu-in-11,Education,Indonesian (Indonesia),"At what time does elementary school start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","At what time does primary school start in the UK? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
447
+ Nu-in-20,Family,Indonesian (Indonesia),"When is Children's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","When is Children's Day celebrated in the UK? (Provide in MM/DD format (e.g., 12/31).)"
448
+ Nu-in-40,Work life,Indonesian (Indonesia),Which city is the main destination for job seekers in your country?,Which city is the main destination for job seekers in the UK?
449
+ Sa-en-1,Food,English (UK),What is your country's most popular fast food chain?,What is the UK's most popular fast food chain?
450
+ Sa-en-13,Food,English (UK),What is the food that is most divisive (either love or hate) in your country?,What is the food that is most divisive (either love or hate) in the UK?
451
+ Sa-en-16,Sport,English (UK),What is the most popular soccer team among the people from your country?,What is the most popular football team among the people from the UK?
452
+ Sa-en-22,Sport,English (UK),What is the most famous university in your country known for its sports team?,What is the most famous university in the UK known for its sports team?
453
+ Sa-en-31,Family,English (UK),What is your country's most popular family pet?,What is the UK's most popular family pet?
454
+ Sa-en-32,Family,English (UK),What is the most popular family TV show in your country?,What is the most popular family TV show in the UK?
455
+ Sa-en-37,Family,English (UK),What is the most popular family boardgame in your country?,What is the most popular family boardgame in the UK?
456
+ Sa-en-6,Food,English (UK),What is the most popular takeaway food in your country?,What is the most popular takeaway food in the UK?
457
+ Sa-en-7,Food,English (UK),What are popular snacks in your country?,What are popular snacks in the UK?
458
+ Sa-en-9,Food,English (UK),What do people from your country eat at the beach?,What do people from the UK eat at the beach?
459
+ Ta-pe-10,Family,Persian (Iran),"At what age do men usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)","At what age do men usually get married in the UK? (Provide Arabic numerals (e.g., 20) only.)"
460
+ Ta-pe-11,Family,Persian (Iran),"At what age do women usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)","At what age do women usually get married in the UK? (Provide Arabic numerals (e.g., 20) only.)"
461
+ Ta-pe-13,Family,Persian (Iran),"In your parents' generation, what was the average number of members in their family in your country? (Provide Arabic numerals (e.g., 20) only.)","In your parents' generation, what was the average number of members in their family in the UK? (Provide Arabic numerals (e.g., 20) only.)"
462
+ Ta-pe-17,Sport,Persian (Iran),"In the Olympic Games, which sport is the most popular in your country?","In the Olympic Games, which sport is the most popular in the UK?"
463
+ Ta-pe-21,Sport,Persian (Iran),Where do children usually play soccer in your country?,Where do children usually play football in the UK?
464
+ Ta-pe-22,Sport,Persian (Iran),Which daily exercise is popular among women in your country?,Which daily exercise is popular among women in the UK?
465
+ Ta-pe-23,Sport,Persian (Iran),Which daily exercise is popular among men in your country?,Which daily exercise is popular among men in the UK?
466
+ Ta-pe-25,Sport,Persian (Iran),"What is the most famous rivalry in a national sports league in your country? (e.g., ___ vs ___)","What is the most famous rivalry in a national sports league in the UK? (e.g., ___ vs ___)"
467
+ Ta-pe-29,Sport,Persian (Iran),Which professional sport is the highest paying in your country?,Which professional sport is the highest paying in the UK?
468
+ Ta-pe-30,Sport,Persian (Iran),What is/was the most popular sports-related TV program in your country?,What is/was the most popular sports-related TV program in the UK?
469
+ Ta-pe-32,Holidays/Celebration/Leisure,Persian (Iran),What day of the year is usually dedicated to fireworks in your country?,What day of the year is usually dedicated to fireworks in the UK?
470
+ Ta-pe-37,Holidays/Celebration/Leisure,Persian (Iran),What is the common symbol of New Year's Eve that is usually found in your country?,What is the common symbol of New Year's Eve that is usually found in the UK?
471
+ Ta-pe-42,Holidays/Celebration/Leisure,Persian (Iran),What food do people from your country usually eat on New Year's Eve?,What food do people from the UK usually eat on New Year's Eve?
472
+ Ta-pe-45,Holidays/Celebration/Leisure,Persian (Iran),What is usually eaten during the celebration of the longest night of the year in your country?,What is usually eaten during the celebration of the longest night of the year in the UK?
473
+ Th-en-01,Sport,English (US),What is the most popular summer sport in your country?,What is the most popular summer sport in the UK?
474
+ Th-en-03,Sport,English (US),What is the most popular professional sports league in your country?,What is the most popular professional sports league in the UK?
475
+ Th-en-05,Sport,English (US),What is the most popular women's sports team in your country?,What is the most popular women's sports team in the UK?
476
+ Th-en-09,Sport,English (US),What is the most popular tournament in your country?,What is the most popular tournament in the UK?
477
+ Th-en-11,Sport,English (US),Who is the most popular sportperson in your country?,Who is the most popular sportperson in the UK?
478
+ Th-en-12,Sport,English (US),In which sport has your country been most successful in international competitions?,In which sport has the UK been most successful in international competitions?
479
+ Th-en-15,Sport,English (US),What is the most popular winter sport in your country?,What is the most popular winter sport in the UK?
480
+ Th-en-19,Work life,English (US),What is a city or region in your country known for manufacturing industry?,What is a city or region in the UK known for manufacturing industry?
481
+ Th-en-21,Work life,English (US),What is regarded as the most important perk typically offered to employees in your country?,What is regarded as the most important perk typically offered to employees in the UK?
482
+ Th-en-22,Work life,English (US),What was the most catastrophic economic period for your country?,What was the most catastrophic economic period for the UK?
483
+ Th-en-24,Work life,English (US),What region in your country is a major hub for tech workers and start ups?,What region in the UK is a major hub for tech workers and start ups?
484
+ Th-en-27,Work life,English (US),What is the most important industry in your country?,What is the most important industry in the UK?
485
+ Th-en-35,Family,English (US),"Which one of the daily meals is commonly shared with family members in your country? (e.g., breakfast, lunch, dinner)","Which one of the daily meals is commonly shared with family members in the UK? (e.g., breakfast, lunch, dinner)"
486
+ Th-en-36,Family,English (US),What is a popular family activity with a child to do on weekends in your country?,What is a popular family activity with a child to do on weekends in the UK?
487
+ Th-en-37,Family,English (US),"At what age do children typically become independent from their parents in your country? (Provide Arabic numerals (e.g., 12) only.)","At what age do children typically become independent from their parents in the UK? (Provide Arabic numerals (e.g., 12) only.)"
488
+ Th-en-38,Family,English (US),What is the most important family holiday in your country?,What is the most important family holiday in the UK?
489
+ Th-en-39,Family,English (US),What is a popular family game in your country?,What is a popular family game in the UK?
490
+ Th-en-41,Family,English (US),"What is the average age for couples to have their first child in your country? (Provide Arabic numerals (e.g., 20) only.)","What is the average age for couples to have their first child in the UK? (Provide Arabic numerals (e.g., 20) only.)"
491
+ Th-en-43,Family,English (US),"How many cars are owned by a typical family in your country? (Provide Arabic numerals (e.g., 12) only.)","How many cars are owned by a typical family in the UK? (Provide Arabic numerals (e.g., 12) only.)"
492
+ Th-en-44,Family,English (US),What is your country's most popular food for family meals on weekends?,What is the UK's most popular food for family meals on weekends?
493
+ Th-en-45,Family,English (US),What is the most popular weekday evening family activity in your country?,What is the most popular weekday evening family activity in the UK?
494
+ Th-en-48,Education,English (US),What is the highest grade given to top-achieving high school students on assignments and exams in your country?,What is the highest grade given to top-achieving secondary school students on assignments and exams in the UK?
495
+ Th-en-49,Education,English (US),What is considered the most important exam for high school students in your country?,What is considered the most important exam for secondary school students in the UK?
496
+ Th-en-51,Education,English (US),Which subject is considered the most important for students in your country?,Which subject is considered the most important for students in the UK?
497
+ Th-en-53,Education,English (US),What is the most popular extracurricular social event at schools in your country?,What is the most popular extracurricular social event at schools in the UK?
498
+ Th-en-58,Education,English (US),What is the most advanced math subject learned before university in your country?,What is the most advanced math subject learned before university in the UK?
499
+ Tmp-ar-01,Education,Arabic (Algeria),Where do university students in your country usually go to study for their final exams?,Where do university students in the UK usually go to study for their final exams?
500
+ Tmp-ar-02,Education,Arabic (Algeria),What is a common public transport that people use to go to university in your country?,What is a common public transport that people use to go to university in the UK?
501
+ Tmp-ar-04,Education,Arabic (Algeria),What do elementary students in your country usually do after school?,What do primary school students in the UK usually do after school?
data/questions/US_questions.csv ADDED
@@ -0,0 +1,501 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ID,Topic,Source,Question,Translation
2
+ Al-en-01,Food,English (US),What is a common snack for preschool kids in your country?,What is a common snack for preschool kids in the US?
3
+ Al-en-02,Food,English (US),What is a popular food to go with beer in your country?,What is a popular food to go with beer in the US?
4
+ Al-en-04,Food,English (US),What is the most popular fruit in your country?,What is the most popular fruit in the US?
5
+ Al-en-06,Food,English (US),What is a common school cafeteria food in your country?,What is a common school cafeteria food in the US?
6
+ Al-en-08,Food,English (US),What are the most commonly eaten snacks at shopping malls in your country?,What are the most commonly eaten snacks at shopping malls in the US?
7
+ Al-en-09,Food,English (US),What is a popular snack at an amusement park in your country?,What is a popular snack at an amusement park in the US?
8
+ Al-en-16,Education,English (US),"At what age do kids start preschool in your country? (Provide Arabic numerals (e.g., 12) only.)","At what age do kids start preschool in the US? (Provide Arabic numerals (e.g., 12) only.)"
9
+ Al-en-17,Education,English (US),What is a popular afterschool sport for elementary schools in your country?,What is a popular afterschool sport for elementary schools in the US?
10
+ Al-en-18,Education,English (US),For which subject do elementary students get private education in your country?,For which subject do elementary students get private education in the US?
11
+ Al-en-19,Education,English (US),What is a popular second language for high school students in your country?,What is a popular second language for high school students in the US?
12
+ Al-en-21,Education,English (US),Which subject is the most important for gifted education in your country?,Which subject is the most important for gifted education in the US?
13
+ Al-en-32,Holidays/Celebration/Leisure,English (US),What is the main dish for Thanksgiving in your country?,What is the main dish for Thanksgiving in the US?
14
+ Al-en-33,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Halloween in your country?,What do people do to celebrate Halloween in the US?
15
+ Al-en-34,Holidays/Celebration/Leisure,English (US),What do people do to celebrate New Year's Day in your country?,What do people do to celebrate New Year's Day in the US?
16
+ Al-en-35,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Christmas in your country?,What do people do to celebrate Christmas in the US?
17
+ Al-en-36,Holidays/Celebration/Leisure,English (US),What food is associated with Halloween in your country?,What food is associated with Halloween in the US?
18
+ Al-en-37,Holidays/Celebration/Leisure,English (US),What food is associated with Christmas in your country?,What food is associated with Christmas in the US?
19
+ Al-en-38,Holidays/Celebration/Leisure,English (US),What food is associated with Valentine's day in your country?,What food is associated with Valentine's day in the US?
20
+ Al-en-39,Holidays/Celebration/Leisure,English (US),What do people eat on their birthday in your country?,What do people eat on their birthday in the US?
21
+ Al-en-40,Holidays/Celebration/Leisure,English (US),What is a popular outdoor place for families to have fun with little kids in your country?,What is a popular outdoor place for families to have fun with little kids in the US?
22
+ Al-en-43,Holidays/Celebration/Leisure,English (US),What is a popular indoor activity for families in your country?,What is a popular indoor activity for families in the US?
23
+ An-ar-02,Education,Arabic (Algeria),Where do university students have lunch in your country?,Where do university students have lunch in the US?
24
+ An-ar-03,Education,Arabic (Algeria),Which month is the final exam term usually scheduled at high schools in your country? (Provide Arabic numerals (1~12) only.),Which month is the final exam term usually scheduled at high schools in the US? (Provide Arabic numerals (1~12) only.)
25
+ An-ar-08,Education,Arabic (Algeria),"How many hours a day do students in your country usually spend at high school? (Provide Arabic numerals in integers (0~24), without any decimal points.)","How many hours a day do students in the US usually spend at high school? (Provide Arabic numerals in integers (0~24), without any decimal points.)"
26
+ An-ar-09,Education,Arabic (Algeria),"How many languages do students study at high school in your country? (Provide Arabic numerals (e.g., 5) only.)","How many languages do students study at high school in the US? (Provide Arabic numerals (e.g., 5) only.)"
27
+ An-ar-34,Sport,Arabic (Algeria),What is the most popular sport played in a team at school in your country?,What is the most popular sport played in a team at school in the US?
28
+ An-ar-35,Sport,Arabic (Algeria),Who is the most popular sport commentator in your country?,Who is the most popular sport commentator in the US?
29
+ An-ar-36,Sport,Arabic (Algeria),What is the most popular sport team in your country?,What is the most popular sport team in the US?
30
+ An-ar-43,Sport,Arabic (Algeria),What are the common places or venues where individuals in your country usually gather to watch sports broadcasts?,What are the common places or venues where individuals in the US usually gather to watch sports broadcasts?
31
+ Ca-sp-05,Food,Spanish (Spain),"How many meals per day do people from your country usually have? (Provide Arabic numerals (e.g., 5) only.)","How many meals per day do people from the US usually have? (Provide Arabic numerals (e.g., 5) only.)"
32
+ Ca-sp-06,Food,Spanish (Spain),Which is the most important meal of the day to people from your country?,Which is the most important meal of the day to people from the US?
33
+ Ca-sp-08,Food,Spanish (Spain),What is the most common ingredient used in your country's diet?,What is the most common ingredient used in the US's diet?
34
+ Ca-sp-09,Food,Spanish (Spain),What do people from your country usually eat for dessert?,What do people from the US usually eat for dessert?
35
+ Ca-sp-11,Food,Spanish (Spain),Which day of the week do people usually organize a family meal in your country?,Which day of the week do people usually organize a family meal in the US?
36
+ Ca-sp-14,Food,Spanish (Spain),Which is the most popular hot drink in your country?,Which is the most popular hot drink in the US?
37
+ Ca-sp-19,Holidays/Celebration/Leisure,Spanish (Spain),What do young people from your country usually drink at the night club?,What do young people from the US usually drink at the night club?
38
+ Ca-sp-21,Holidays/Celebration/Leisure,Spanish (Spain),At which month do people usually take holidays in your country? (Provide Arabic numerals (1~12) only.),At which month do people usually take holidays in the US? (Provide Arabic numerals (1~12) only.)
39
+ Ca-sp-29,Holidays/Celebration/Leisure,Spanish (Spain),What tradition is there in your country for New Year's Eve?,What tradition is there in the US for New Year's Eve?
40
+ Ca-sp-38,Family,Spanish (Spain),Which is the typical type of house for a family in your country?,Which is the typical type of house for a family in the US?
41
+ Ca-sp-41,Family,Spanish (Spain),Where do the dependent elderly usually live in your country?,Where do the dependent elderly usually live in the US?
42
+ Ca-sp-42,Family,Spanish (Spain),"How long (in weeks) is your country's maternity leave for mums? (Provide Arabic numerals (e.g., 20) only.)","How long (in weeks) is the US's maternity leave for mums? (Provide Arabic numerals (e.g., 20) only.)"
43
+ Ca-sp-43,Family,Spanish (Spain),"How long (in weeks) is your country's paternity leave for dads? (Provide Arabic numerals (e.g., 20) only.)","How long (in weeks) is the US's paternity leave for dads? (Provide Arabic numerals (e.g., 20) only.)"
44
+ Ca-sp-45,Family,Spanish (Spain),What type of destination is commonly chosen for a family vacation in your country?,What type of destination is commonly chosen for a family vacation in the US?
45
+ Gu-ch-05,Sport,Chinese (China),What sports do seniors like the most in your country?,What sports do seniors like the most in the US?
46
+ Gu-ch-06,Sport,Chinese (China),What sports do men like to play the most in your country?,What sports do men like to play the most in the US?
47
+ Gu-ch-07,Sport,Chinese (China),Who is the most famous basketball player in your country?,Who is the most famous basketball player in the US?
48
+ Gu-ch-08,Sport,Chinese (China),What is the most popular sports among children in your country?,What is the most popular sports among children in the US?
49
+ Gu-ch-09,Sport,Chinese (China),What sports do women like to play the most in your country?,What sports do women like to play the most in the US?
50
+ Gu-ch-11,Sport,Chinese (China),What sports event has your country won the most gold medals at the Olympics?,What sports event has the US won the most gold medals at the Olympics?
51
+ Gu-ch-15,Sport,Chinese (China),What sports do male students in university like to play the most in your country?,What sports do male students in university like to play the most in the US?
52
+ Gu-ch-16,Family,Chinese (China),"How many people are there in a family on average in your country? (Provide Arabic numerals (e.g., 12) only.)","How many people are there in a family on average in the US? (Provide Arabic numerals (e.g., 12) only.)"
53
+ Gu-ch-18,Family,Chinese (China),"How many children do couples usually have in your country? (Provide Arabic numerals (e.g., 12) only.)","How many children do couples usually have in the US? (Provide Arabic numerals (e.g., 12) only.)"
54
+ Gu-ch-31,Education,Chinese (China),"What is the duration of elementary school in years in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the duration of elementary school in years in the US? (Provide Arabic numerals (e.g., 12) only.)"
55
+ Gu-ch-32,Education,Chinese (China),"What is the duration of compulsory education in years in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the duration of compulsory education in years in the US? (Provide Arabic numerals (e.g., 12) only.)"
56
+ Gu-ch-33,Education,Chinese (China),"From which age do students start learning their second language in your country? (Provide Arabic numerals (e.g., 12) only.)","From which age do students start learning their second language in the US? (Provide Arabic numerals (e.g., 12) only.)"
57
+ Gu-ch-38,Education,Chinese (China),"What is the duration of undergraduate education in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the duration of undergraduate education in the US? (Provide Arabic numerals (e.g., 12) only.)"
58
+ Gu-ch-40,Education,Chinese (China),"What time do younger elementary school students finish school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time do younger elementary school students finish school in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
59
+ Gu-ch-41,Education,Chinese (China),"How many musical instruments do elementary school students in your country typically play? (Provide Arabic numerals (e.g., 12) only.)","How many musical instruments do elementary school students in the US typically play? (Provide Arabic numerals (e.g., 12) only.)"
60
+ Ji-ko-02,Work life,Korean (South Korea),What day of the week do people in your country prefer to have company dinners?,What day of the week do people in the US prefer to have company dinners?
61
+ Ji-ko-03,Work life,Korean (South Korea),Which region/city has the highest number of financial companies in your country?,Which region/city has the highest number of financial companies in the US?
62
+ Ji-ko-07,Work life,Korean (South Korea),What is the most famous private company in your country?,What is the most famous private company in the US?
63
+ Ji-ko-08,Work life,Korean (South Korea),"What is the maximum number of hours one can work per week in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the maximum number of hours one can work per week in the US? (Provide Arabic numerals (e.g., 12) only.)"
64
+ Ji-ko-09,Work life,Korean (South Korea),What do people typically eat during company get-together in your country?,What do people typically eat during company get-together in the US?
65
+ Ji-ko-14,Work life,Korean (South Korea),What is the representative export item of your country?,What is the representative export item of the US?
66
+ Ji-ko-15,Work life,Korean (South Korea),"How long (in hours) is the typical lunch break in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","How long (in hours) is the typical lunch break in the US? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)"
67
+ Ji-ko-16,Family,Korean (South Korea),Where do mothers stay for a certain period after childbirth for recovery in your country?,Where do mothers stay for a certain period after childbirth for recovery in the US?
68
+ Ji-ko-19,Family,Korean (South Korea),What is your country's most commonly given flower on Parents' Day?,What is the US's most commonly given flower on Parents' Day?
69
+ Ji-ko-22,Family,Korean (South Korea),What do people especially spend their first salary on in your country's society?,What do people especially spend their first salary on in the US's society?
70
+ Ji-ko-24,Family,Korean (South Korea),What is the most preferred recreational facility among children in your country?,What is the most preferred recreational facility among children in the US?
71
+ Ji-ko-25,Family,Korean (South Korea),What are the family-related holidays in your country?,What are the family-related holidays in the US?
72
+ Ji-ko-26,Family,Korean (South Korea),What are the key milestones associated with children's independence from their parents in your country's society?,What are the key milestones associated with children's independence from their parents in the US's society?
73
+ Ji-ko-27,Family,Korean (South Korea),What is the common gift you give when visiting elderly parents in your country?,What is the common gift you give when visiting elderly parents in the US?
74
+ Ji-ko-28,Family,Korean (South Korea),When is the first day that people celebrate after a child is born in your country?,When is the first day that people celebrate after a child is born in the US?
75
+ Ji-ko-29,Family,Korean (South Korea),Which age's birthday is celebrated the most grandly in your country's society?,Which age's birthday is celebrated the most grandly in the US's society?
76
+ Ji-ko-31,Education,Korean (South Korea),Where do middle and high school students in your country usually study for exams?,Where do middle and high school students in the US usually study for exams?
77
+ Ji-ko-33,Education,Korean (South Korea),Where do high school students in your country usually go after dinner?,Where do high school students in the US usually go after dinner?
78
+ Ji-ko-34,Education,Korean (South Korea),How do elementary school students in your country go to school?,How do elementary school students in the US go to school?
79
+ Ji-ko-35,Education,Korean (South Korea),What is the most common form of private education in your country?,What is the most common form of private education in the US?
80
+ Ji-ko-36,Education,Korean (South Korea),Which subject’s academy/private educational institute do middle or high students most frequently attend in your country?,Which subject’s academy/private educational institute do middle or high students most frequently attend in the US?
81
+ Ji-ko-37,Education,Korean (South Korea),What type of clothing do middle and high school students wear to school in your country?,What type of clothing do middle and high school students wear to school in the US?
82
+ Ji-ko-38,Education,Korean (South Korea),Which major is considered the most difficult to gain admission to in your country?,Which major is considered the most difficult to gain admission to in the US?
83
+ Ji-ko-39,Education,Korean (South Korea),What is the most commonly learned musical instrument by elementary school students in your country?,What is the most commonly learned musical instrument by elementary school students in the US?
84
+ Ji-ko-40,Education,Korean (South Korea),What do high school students typically do during break time in schools in your country?,What do high school students typically do during break time in schools in the US?
85
+ Ji-ko-41,Education,Korean (South Korea),What kind of shoes do students wear in schools in your country?,What kind of shoes do students wear in schools in the US?
86
+ Ji-ko-42,Education,Korean (South Korea),What are the required subjects in your country's university entrance exam?,What are the required subjects in the US's university entrance exam?
87
+ Ji-ko-44,Education,Korean (South Korea),Which region (within a city) in your country has the highest academic fervor?,Which region (within a city) in the US has the highest academic fervor?
88
+ Ji-ko-45,Education,Korean (South Korea),What do people look forward to the most at university festivals in your country?,What do people look forward to the most at university festivals in the US?
89
+ Jo-sp-01,Sport,Spanish (Spain),What is the second most popular sport in your country?,What is the second most popular sport in the US?
90
+ Jo-sp-02,Sport,Spanish (Spain),What is the most popular sport played without a ball in your country?,What is the most popular sport played without a ball in the US?
91
+ Jo-sp-09,Sport,Spanish (Spain),What sports are most associated with the upper class in your country?,What sports are most associated with the upper class in the US?
92
+ Jo-sp-13,Sport,Spanish (Spain),What is the most popular water sport in your country?,What is the most popular water sport in the US?
93
+ Jo-sp-14,Sport,Spanish (Spain),What is the most popular mental sport in your country?,What is the most popular mental sport in the US?
94
+ Jo-sp-18,Work life,Spanish (Spain),"How many holiday days per year does a standard worker gets in your country? (Provide Arabic numerals (e.g., 12) only.)","How many holiday days per year does a standard worker gets in the US? (Provide Arabic numerals (e.g., 12) only.)"
95
+ Jo-sp-19,Work life,Spanish (Spain),What region in your country has been traditionally associated with agriculture?,What region in the US has been traditionally associated with agriculture?
96
+ Jo-sp-21,Work life,Spanish (Spain),"What time, if any, do people usually leave work for lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time, if any, do people usually leave work for lunch in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
97
+ Jo-sp-31,Education,Spanish (Spain),"What time do high school students tend to leave school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time do high school students tend to leave school in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
98
+ Jo-sp-32,Education,Spanish (Spain),What sport do elementary school students tend to practice at school in your country?,What sport do elementary school students tend to practice at school in the US?
99
+ Jo-sp-36,Education,Spanish (Spain),"How long (in weeks) are summer vacations at elementary schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","How long (in weeks) are summer vacations at elementary schools in the US? (Provide in Arabic numerals (e.g., 7, 8) only.)"
100
+ Jo-sp-37,Education,Spanish (Spain),"How long (in weeks) are summer vacations at universities in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","How long (in weeks) are summer vacations at universities in the US? (Provide in Arabic numerals (e.g., 7, 8) only.)"
101
+ Jo-sp-39,Education,Spanish (Spain),"At what age does elementary education begin in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","At what age does elementary education begin in the US? (Provide in Arabic numerals (e.g., 7, 8) only.)"
102
+ Jo-sp-43,Education,Spanish (Spain),"How many languages are studied in elementary education besides your country's official language? (Provide in Arabic numerals (e.g., 7, 8) only.)","How many languages are studied in elementary education besides the US's official language? (Provide in Arabic numerals (e.g., 7, 8) only.)"
103
+ Jod-ch-01,Food,Chinese (China),What eating utensils do people commonly used in your country?,What eating utensils do people commonly used in the US?
104
+ Jod-ch-04,Food,Chinese (China),What soft drink do people in your country like to have?,What soft drink do people in the US like to have?
105
+ Jod-ch-06,Food,Chinese (China),What is the most popular traditional alcohol in your country?,What is the most popular traditional alcohol in the US?
106
+ Jod-ch-07,Food,Chinese (China),"How long (in hours) on average does it take for people in your country to have dinner at a restaurant? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","How long (in hours) on average does it take for people in the US to have dinner at a restaurant? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)"
107
+ Jod-ch-09,Food,Chinese (China),"What time do people usually have dinner in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time do people usually have dinner in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
108
+ Jod-ch-12,Food,Chinese (China),What kind of soup do people from your country like to have?,What kind of soup do people from the US like to have?
109
+ Jod-ch-13,Food,Chinese (China),What street food do people from your country like to eat?,What street food do people from the US like to eat?
110
+ Jod-ch-15,Food,Chinese (China),What kind of seafood do people from your country like to eat?,What kind of seafood do people from the US like to eat?
111
+ Jod-ch-16,Holidays/Celebration/Leisure,Chinese (China),What is the biggest festival in your country?,What is the biggest festival in the US?
112
+ Jod-ch-28,Holidays/Celebration/Leisure,Chinese (China),What is the most commonly used public transport by people when travelling between cites in your country?,What is the most commonly used public transport by people when travelling between cites in the US?
113
+ Jod-ch-30,Holidays/Celebration/Leisure,Chinese (China),What are the specific decorations or symbols associated with the most biggest festival in your country?,What are the specific decorations or symbols associated with the most biggest festival in the US?
114
+ Jod-ch-37,Sport,Chinese (China),What sports do women like to watch the most in your country?,What sports do women like to watch the most in the US?
115
+ Jod-ch-38,Sport,Chinese (China),What sports do men like to watch the most in your country?,What sports do men like to watch the most in the US?
116
+ Jod-ch-41,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that females in their 20s in your country engage in?,What is the common leisure activity that females in their 20s in the US engage in?
117
+ Jod-ch-42,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that males in their 20s in your country engage in?,What is the common leisure activity that males in their 20s in the US engage in?
118
+ Jod-ch-46,Work life,Chinese (China),"How long (in hours) do people usually take a break after lunch on a weekday in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","How long (in hours) do people usually take a break after lunch on a weekday in the US? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)"
119
+ Jod-ch-48,Work life,Chinese (China),What do people eat for lunch during the working days in your country?,What do people eat for lunch during the working days in the US?
120
+ Jod-ch-50,Work life,Chinese (China),"What is the average commute time (in minutes) for people in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the average commute time (in minutes) for people in the US? (Provide Arabic numerals (e.g., 1) only.)"
121
+ Jod-ch-51,Work life,Chinese (China),What is the most common transportation that people take to get to work in your country?,What is the most common transportation that people take to get to work in the US?
122
+ Jod-ch-54,Work life,Chinese (China),"How long (in days) is the marriage leave in your country? (Provide Arabic numerals (e.g., 12) only.)","How long (in days) is the marriage leave in the US? (Provide Arabic numerals (e.g., 12) only.)"
123
+ Jod-ch-56,Work life,Chinese (China),"What is the typical retirement age for women in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the typical retirement age for women in the US? (Provide Arabic numerals (e.g., 12) only.)"
124
+ Jod-ch-57,Work life,Chinese (China),"What is the typical retirement age for men in your country? (Provide Arabic numerals (e.g., 12) only.)","What is the typical retirement age for men in the US? (Provide Arabic numerals (e.g., 12) only.)"
125
+ Jod-ch-58,Work life,Chinese (China),Which profession is the most respected in your country?,Which profession is the most respected in the US?
126
+ Jod-ch-60,Work life,Chinese (China),What is the duration (in hours) of a typical workday in your country? (Provide Arabic numerals (0~24) only.),What is the duration (in hours) of a typical workday in the US? (Provide Arabic numerals (0~24) only.)
127
+ Jod-ch-61,Work life,Chinese (China),Which occupation is most preferred among females in your country?,Which occupation is most preferred among females in the US?
128
+ Jod-ch-62,Work life,Chinese (China),Which occupation is most preferred among males in your country?,Which occupation is most preferred among males in the US?
129
+ Ki-pe-17,Education,Persian (Iran),"On average, how far do students typically pursue their education in your country? (e.g., elementary, high school)","On average, how far do students typically pursue their education in the US? (e.g., elementary, high school)"
130
+ Ki-pe-24,Education,Persian (Iran),What language is taught in schools in your country besides English?,What language is taught in schools in the US besides English?
131
+ Ki-pe-30,Education,Persian (Iran),What days of the week are schools closed in your country?,What days of the week are schools closed in the US?
132
+ Ki-pe-32,Food,Persian (Iran),What food do the hosts usually prepare for the guests in your country?,What food do the hosts usually prepare for the guests in the US?
133
+ Ki-pe-34,Food,Persian (Iran),What is the usual drink in the breakfast in your country?,What is the usual drink in the breakfast in the US?
134
+ Ki-pe-36,Food,Persian (Iran),"Except the food original from your country, which country's food is more popular in your country?","Except the food original from the US, which country's food is more popular in the US?"
135
+ Ki-pe-39,Food,Persian (Iran),What food is usually prepared for a family picnic in your country?,What food is usually prepared for a family picnic in the US?
136
+ Ki-pe-40,Food,Persian (Iran),Which food from your country is considered disgusting by the rest of the world?,Which food from the US is considered disgusting by the rest of the world?
137
+ Ki-pe-43,Food,Persian (Iran),What is the name of the popular bread in your country?,What is the name of the popular bread in the US?
138
+ Ki-pe-51,Work life,Persian (Iran),"What time of day are government offices closed in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time of day are government offices closed in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
139
+ Ki-pe-53,Work life,Persian (Iran),"What is the normal start time of government offices in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What is the normal start time of government offices in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
140
+ Kik-in-01,Holidays/Celebration/Leisure,Indonesian (Indonesia),What national holiday has the longest duration in your country?,What national holiday has the longest duration in the US?
141
+ Kik-in-02,Holidays/Celebration/Leisure,Indonesian (Indonesia),What are the common activities people from your country do to celebrate Independence day?,What are the common activities people from the US do to celebrate Independence day?
142
+ Kik-in-04,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is installed in front of the house when a family member dies in your country?,What is installed in front of the house when a family member dies in the US?
143
+ Kik-in-05,Holidays/Celebration/Leisure,Indonesian (Indonesia),When is a pregnancy celebration or ceremony usually held in your country?,When is a pregnancy celebration or ceremony usually held in the US?
144
+ Kik-in-06,Holidays/Celebration/Leisure,Indonesian (Indonesia),What event is usually held before a wedding in your country?,What event is usually held before a wedding in the US?
145
+ Kik-in-07,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is usually shared to the children during (Lunar) New Year in your country?,What is usually shared to the children during (Lunar) New Year in the US?
146
+ Kik-in-08,Holidays/Celebration/Leisure,Indonesian (Indonesia),What activities are usually done days before Ramadan in your country?,What activities are usually done days before Ramadan in the US?
147
+ Kik-in-10,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular tourist attraction for foreign visitors in your country?,What is the most popular tourist attraction for foreign visitors in the US?
148
+ Kik-in-11,Holidays/Celebration/Leisure,Indonesian (Indonesia),"What is the most popular religious sites (temple, church, etc.) for tourism in your country?","What is the most popular religious sites (temple, church, etc.) for tourism in the US?"
149
+ Kik-in-15,Holidays/Celebration/Leisure,Indonesian (Indonesia),What clothes do women usually wear on graduation commencement ceremony in your country?,What clothes do women usually wear on graduation commencement ceremony in the US?
150
+ Kik-in-16,Food,Indonesian (Indonesia),What drink is commonly consumed in your country when the weather is cold?,What drink is commonly consumed in the US when the weather is cold?
151
+ Kik-in-17,Food,Indonesian (Indonesia),What fruit is more commonly sold and found during Ramadan in your country?,What fruit is more commonly sold and found during Ramadan in the US?
152
+ Kik-in-24,Food,Indonesian (Indonesia),What carbohydrate is usually served with chicken in a fast-food restaurant in your country?,What carbohydrate is usually served with chicken in a fast-food restaurant in the US?
153
+ Kik-in-31,Sport,Indonesian (Indonesia),What is the most famous martial art sports in your country?,What is the most famous martial art sports in the US?
154
+ Kik-in-34,Sport,Indonesian (Indonesia),What sports are often broadcasted on national television in your country?,What sports are often broadcasted on national television in the US?
155
+ Kik-in-35,Sport,Indonesian (Indonesia),What sports were popular among people from your country during the COVID-19 pandemic?,What sports were popular among people from the US during the COVID-19 pandemic?
156
+ Kik-in-36,Sport,Indonesian (Indonesia),Who is the most popular soccer coach in your country?,Who is the most popular soccer coach in the US?
157
+ Kik-in-37,Sport,Indonesian (Indonesia),What soccer teams in your country are famous for their intense rivalry? (e.g. ___ vs ___),What soccer teams in the US are famous for their intense rivalry? (e.g. ___ vs ___)
158
+ Kik-in-38,Sport,Indonesian (Indonesia),What are the names of soccer supporters in your country who are famous for their intense rivalry? (e.g. ___ vs ___),What are the names of soccer supporters in the US who are famous for their intense rivalry? (e.g. ___ vs ___)
159
+ Kik-in-40,Sport,Indonesian (Indonesia),Who is the most famous male badminton player in your country?,Who is the most famous male badminton player in the US?
160
+ Kik-in-41,Sport,Indonesian (Indonesia),Who is the most famous female badminton player in your country?,Who is the most famous female badminton player in the US?
161
+ Kik-in-44,Sport,Indonesian (Indonesia),What sport gets the most support from the government in your country?,What sport gets the most support from the government in the US?
162
+ Kik-in-45,Sport,Indonesian (Indonesia),What sports field facilities are usually available at schools in your country?,What sports field facilities are usually available at schools in the US?
163
+ Na-ko-02,Food,Korean (South Korea),What cafe beverage do people from your country most commonly enjoy?,What cafe beverage do people from the US most commonly enjoy?
164
+ Na-ko-04,Food,Korean (South Korea),What is the preferred hangover cure food for people from your country?,What is the preferred hangover cure food for people from the US?
165
+ Na-ko-05,Food,Korean (South Korea),What is the typical delivery food in your country?,What is the typical delivery food in the US?
166
+ Na-ko-07,Food,Korean (South Korea),What type of meat is consumed most by people from your country?,What type of meat is consumed most by people from the US?
167
+ Na-ko-08,Food,Korean (South Korea),What fruit do people from your country often eat in the autumn season?,What fruit do people from the US often eat in the autumn season?
168
+ Na-ko-09,Food,Korean (South Korea),What side dish is the most commonly served on a dining table in your country?,What side dish is the most commonly served on a dining table in the US?
169
+ Na-ko-11,Food,Korean (South Korea),What do people from your country eat while watching a soccer game?,What do people from the US eat while watching a soccer game?
170
+ Na-ko-15,Food,Korean (South Korea),What is the representative nourishing food in your country?,What is the representative nourishing food in the US?
171
+ Na-ko-16,Sport,Korean (South Korea),Who is the most famous soccer player in your country?,Who is the most famous soccer player in the US?
172
+ Na-ko-17,Sport,Korean (South Korea),What sports do male students enjoy during lunch time at school in your country?,What sports do male students enjoy during lunch time at school in the US?
173
+ Na-ko-18,Sport,Korean (South Korea),What is the most common sport girls participate in during physical education classes in your country?,What is the most common sport girls participate in during physical education classes in the US?
174
+ Na-ko-19,Sport,Korean (South Korea),Who is the most popular volleyball player in your country?,Who is the most popular volleyball player in the US?
175
+ Na-ko-20,Sport,Korean (South Korea),What sports event do people from your country passionately support the most in international competitions?,What sports event do people from the US passionately support the most in international competitions?
176
+ Na-ko-22,Sport,Korean (South Korea),Which country is considered the biggest rival in soccer matches for your country?,Which country is considered the biggest rival in soccer matches for the US?
177
+ Na-ko-23,Sport,Korean (South Korea),What type of sports academies do children attend the most in your country?,What type of sports academies do children attend the most in the US?
178
+ Na-ko-24,Sport,Korean (South Korea),What is the most commonly eaten food in sports stadiums while watching games in your country?,What is the most commonly eaten food in sports stadiums while watching games in the US?
179
+ Na-ko-25,Sport,Korean (South Korea),What are the typical sports played in your country's school sports day?,What are the typical sports played in the US's school sports day?
180
+ Na-ko-26,Sport,Korean (South Korea),What are the popular sports among the middle-aged population in your country?,What are the popular sports among the middle-aged population in the US?
181
+ Na-ko-28,Sport,Korean (South Korea),Who is the most popular winter sports player in your country?,Who is the most popular winter sports player in the US?
182
+ Na-ko-29,Sport,Korean (South Korea),Who is the most famous swimmer in your country?,Who is the most famous swimmer in the US?
183
+ Na-ko-30,Sport,Korean (South Korea),What is the most popular e-sports game in your country?,What is the most popular e-sports game in the US?
184
+ Na-ko-33,Holidays/Celebration/Leisure,Korean (South Korea),What symbolic food do people from your country eat on (Lunar) New Year?,What symbolic food do people from the US eat on (Lunar) New Year?
185
+ Na-ko-37,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular domestic vacation spot for people from your country?,What is the most popular domestic vacation spot for people from the US?
186
+ Na-ko-38,Holidays/Celebration/Leisure,Korean (South Korea),What is the most common wedding gift between bride and groom in your country?,What is the most common wedding gift between bride and groom in the US?
187
+ Na-ko-39,Holidays/Celebration/Leisure,Korean (South Korea),What is typically given as a congratulatory gesture when attending a friend's wedding in your country?,What is typically given as a congratulatory gesture when attending a friend's wedding in the US?
188
+ Na-ko-40,Holidays/Celebration/Leisure,Korean (South Korea),"How long (in days) does a funeral typically last in your country? (Provide Arabic numerals (e.g., 12) only.)","How long (in days) does a funeral typically last in the US? (Provide Arabic numerals (e.g., 12) only.)"
189
+ Na-ko-41,Holidays/Celebration/Leisure,Korean (South Korea),What should you prepare as a condolence offering when attending a funeral in your country?,What should you prepare as a condolence offering when attending a funeral in the US?
190
+ Na-ko-42,Holidays/Celebration/Leisure,Korean (South Korea),What type of food is commonly provided at funeral parlors in your country?,What type of food is commonly provided at funeral parlors in the US?
191
+ Na-ko-43,Holidays/Celebration/Leisure,Korean (South Korea),What do people do in your country in the morning of the (Lunar) New Year?,What do people do in the US in the morning of the (Lunar) New Year?
192
+ Na-ko-44,Holidays/Celebration/Leisure,Korean (South Korea),When is the day with your country's most severe nationwide traffic congestion?,When is the day with the US's most severe nationwide traffic congestion?
193
+ Na-ko-45,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular honeymoon destination in your country?,What is the most popular honeymoon destination in the US?
194
+ Ne-ar-05,Holidays/Celebration/Leisure,Arabic (Algeria),What is the most important national holiday in your country?,What is the most important national holiday in the US?
195
+ Ne-ar-06,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Ramadan?,What do people from the US eat in Ramadan?
196
+ Ne-ar-09,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Fitr?,What do people from the US eat in Eid ul Fitr?
197
+ Ne-ar-10,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Adha?,What do people from the US eat in Eid ul Adha?
198
+ Ne-ar-11,Holidays/Celebration/Leisure,Arabic (Algeria),Where do people from your country go to celebrate New Year's Day?,Where do people from the US go to celebrate New Year's Day?
199
+ Ne-ar-14,Holidays/Celebration/Leisure,Arabic (Algeria),Where do a family gather for Eid festivities in your country?,Where do a family gather for Eid festivities in the US?
200
+ Ne-ar-16,Work life,Arabic (Algeria),"When is the weekend in your country (e.g. Monday, Tuesday)?","When is the weekend in the US (e.g. Monday, Tuesday)?"
201
+ Ne-ar-17,Work life,Arabic (Algeria),"At what time do most people start work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","At what time do most people start work in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
202
+ Ne-ar-18,Work life,Arabic (Algeria),"At what time do most people finish work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","At what time do most people finish work in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
203
+ Ne-ar-20,Work life,Arabic (Algeria),What is considered to be a secure job in your country?,What is considered to be a secure job in the US?
204
+ Ne-ar-24,Work life,Arabic (Algeria),Which city is the primary commercial hub in your country?,Which city is the primary commercial hub in the US?
205
+ Ne-ar-25,Work life,Arabic (Algeria),What is the industry that pays the best in your country?,What is the industry that pays the best in the US?
206
+ Ne-ar-26,Work life,Arabic (Algeria),What is the most famous public corporation in your country?,What is the most famous public corporation in the US?
207
+ Ne-ar-31,Food,Arabic (Algeria),What is the most famous dish in your country?,What is the most famous dish in the US?
208
+ Ne-ar-32,Food,Arabic (Algeria),What do people usually have for breakfast in your country?,What do people usually have for breakfast in the US?
209
+ Ne-ar-33,Food,Arabic (Algeria),"When do people usually have lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","When do people usually have lunch in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
210
+ Ne-ar-34,Food,Arabic (Algeria),What is typically indispensable in meals in your country?,What is typically indispensable in meals in the US?
211
+ Ne-ar-36,Food,Arabic (Algeria),What is a typical festive meal in your country?,What is a typical festive meal in the US?
212
+ Ne-ar-37,Food,Arabic (Algeria),Which fruit do people usually offer tourists/visitors from abroad in your country?,Which fruit do people usually offer tourists/visitors from abroad in the US?
213
+ Ne-ar-38,Food,Arabic (Algeria),Which food do people usually offer as charity in your country?,Which food do people usually offer as charity in the US?
214
+ Ne-ar-39,Food,Arabic (Algeria),What is the cheapest fast food in your country?,What is the cheapest fast food in the US?
215
+ Ne-ar-43,Food,Arabic (Algeria),What do people usually have with tea in your country?,What do people usually have with tea in the US?
216
+ Ne-ar-44,Food,Arabic (Algeria),What do people have with coffee in your country?,What do people have with coffee in the US?
217
+ New-am-02,Food,Amharic (Ethiopia),What is the most popular traditional food in your country?,What is the most popular traditional food in the US?
218
+ New-am-04,Food,Amharic (Ethiopia),What is the most popular dipping sauce in your country?,What is the most popular dipping sauce in the US?
219
+ New-am-08,Food,Amharic (Ethiopia),What food is most often consumed during Christian fasting in your country?,What is food the most commonly consumed during Christian's fasting in the US?
220
+ New-am-15,Food,Amharic (Ethiopia),What food is usually prepared when mothers give birth in your country?,What food is usually prepared when mothers give birth in the US?
221
+ New-am-27,Sport,Amharic (Ethiopia),Who is the most popular female sportperson in your country?,Who is the most popular female sportperson in the US?
222
+ New-am-34,Education,Amharic (Ethiopia),Where do most elementary school students prepare for their exams in your country?,Where do most elementary school students prepare for their exams in the US?
223
+ New-am-41,Education,Amharic (Ethiopia),"In your country, at which grade level do students take their first national-level examination?","In the US, at which grade level do students take their first national-level examination?"
224
+ New-am-53,Work life,Amharic (Ethiopia),Which region in your country is widely known for its coffee/tea industry?,Which region in the US is widely known for its coffee/tea industry?
225
+ New-am-54,Work life,Amharic (Ethiopia),Which region in your country is widely known for its livestock industry?,Which region in the US is widely known for its livestock industry?
226
+ New-am-59,Work life,Amharic (Ethiopia),What is the main occupation of people living in deserts in your country?,What is the main occupation of people living in deserts in the US?
227
+ New-am-60,Work life,Amharic (Ethiopia),Which animal is typically used for transportation in your country?,Which animal is typically used for transportation in the US?
228
+ New-am-72,Family,Amharic (Ethiopia),What is the most popular comic book for children to read in your country?,What is the most popular comic book for children to read in the US?
229
+ New-am-73,Family,Amharic (Ethiopia),What is the most popular YouTube channel for children in your country?,What is the most popular YouTube channel for children in the US?
230
+ New-am-74,Family,Amharic (Ethiopia),What is the most popular talk show in your country?,What is the most popular talk show in the US?
231
+ New-am-77,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most famous religious holiday in your country?,What is the most famous religious holiday in the US?
232
+ New-am-81,Holidays/Celebration/Leisure,Amharic (Ethiopia),"What is the busiest month for weddings in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the busiest month for weddings in the US? (Provide Arabic numerals (e.g., 1) only.)"
233
+ New-am-83,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most popular traditional musical instrument in your country?,What is the most popular traditional musical instrument in the US?
234
+ New-as-01,Food,Assamese (Assam),What is the main agricultural product produced in your country?,What is the main agricultural product produced in the US?
235
+ New-as-02,Food,Assamese (Assam),What is the most popular wheat-based food item in your country?,What is the most popular wheat-based food item in the US?
236
+ New-as-05,Food,Assamese (Assam),What is the most typical drink offered to guests when they visit households in your country?,What is the most typical drink offered to guests when they visit households in the US?
237
+ New-as-07,Food,Assamese (Assam),What is the most popular dish cooked with fish in your country?,What is the most popular dish cooked with fish in the US?
238
+ New-as-14,Food,Assamese (Assam),What food do people from your country like to eat during rainy weather?,What food do people from the US like to eat during rainy weather?
239
+ New-as-15,Food,Assamese (Assam),What drink is commonly consumed in your country when the weather is hot?,What drink is commonly consumed in the US when the weather is hot?
240
+ New-as-20,Sport,Assamese (Assam),What is the most popular indoor sport in your country?,What is the most popular indoor sport in the US?
241
+ New-as-29,Sport,Assamese (Assam),What sport do men in your country like to watch?,What sport do men in the US like to watch?
242
+ New-as-30,Sport,Assamese (Assam),What sport do women in your country like to watch?,What sport do women in the US like to watch?
243
+ New-as-58,Work life,Assamese (Assam),What is the most popular beverage that people from your country like to drink in their workplace?,What is the most popular beverage that people from the US like to drink in their workplace?
244
+ New-as-64,Family,Assamese (Assam),On which holiday do all family members tend to reunite in your country?,On which holiday do all family members tend to reunite in the US?
245
+ New-as-76,Holidays/Celebration/Leisure,Assamese (Assam),What traditional games do families play during traditional holidays in your country?,What traditional games do families play during traditional holidays in the US?
246
+ New-as-80,Holidays/Celebration/Leisure,Assamese (Assam),What type of clothing do people from your country wear during traditional festivals?,What type of clothing do people from the US wear during traditional festivals?
247
+ New-as-89,Holidays/Celebration/Leisure,Assamese (Assam),What traditional festival accessories do people from your country wear?,What traditional festival accessories do people from the US wear?
248
+ New-az-05,Food,Azerbaijani (Azerbaijan),What is the most famous region for alcohol production in your country?,What is the most famous region for alcohol production in the US?
249
+ New-az-11,Food,Azerbaijani (Azerbaijan),What fruit do people from your country often eat in the summer season?,What fruit do people from the US often eat in the summer season?
250
+ New-az-12,Food,Azerbaijani (Azerbaijan),Which region in your country is known for its seafood?,Which region in the US is known for its seafood?
251
+ New-az-21,Sport,Azerbaijani (Azerbaijan),Which region in your country is the most popular skiing destination?,Which region in the US is the most popular skiing destination?
252
+ New-az-26,Sport,Azerbaijani (Azerbaijan),Who is the most popular martial arts player in your country?,Who is the most popular martial arts player in the US?
253
+ New-az-27,Sport,Azerbaijani (Azerbaijan),Which sport has been one of the fastest-growing in your country over the last decade?,Which sport has been one of the fastest-growing in the US over the last decade?
254
+ New-az-39,Education,Azerbaijani (Azerbaijan),Which country is the most popular destination for students from your country studying abroad?,Which country is the most popular destination for students from the US studying abroad?
255
+ New-az-49,Work life,Azerbaijani (Azerbaijan),"How many people work in a typical family in your country? (Provide Arabic numerals (e.g., 1) only.)","How many people work in a typical family in the US? (Provide Arabic numerals (e.g., 1) only.)"
256
+ New-az-60,Family,Azerbaijani (Azerbaijan),"In your country, who takes care of kids when both parents are working?","In the US, who takes care of kids when both parents are working?"
257
+ New-az-69,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for men from your country?,What is the preferred alcoholic beverage for men from the US?
258
+ New-az-70,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for women from your country?,What is the preferred alcoholic beverage for women from the US?
259
+ New-az-73,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),"How many people on average typically attend a wedding in your country? (Provide Arabic numerals (e.g., 1) only.)","How many people on average typically attend a wedding in the US? (Provide Arabic numerals (e.g., 1) only.)"
260
+ New-ch-01,Food,Chinese (China),What kind of meat do people usually eat when they have barbecue in your country?,What kind of meat do people usually eat when they have barbecue in the US?
261
+ New-ch-02,Food,Chinese (China),"When do people usually have breakfast in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","When do people usually have breakfast in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
262
+ New-ch-04,Food,Chinese (China),What kinds of food do people usually eat for late-night snacks in your country?,What kinds of food do people usually eat for late-night snacks in the US?
263
+ New-ch-05,Food,Chinese (China),What is the most famous spicy dish in your country?,What is the most famous spicy dish in the US?
264
+ New-ch-07,Food,Chinese (China),What food items do people typically pair with hard liquor in your country?,What food items do people typically pair with hard liquor in the US?
265
+ New-ch-08,Food,Chinese (China),What seasoning is indispensable in cooking in your country?,What essential seasoning is indispensable in cooking in the US?
266
+ New-ch-09,Food,Chinese (China),What food do people typically consume when the weather is cold in your country?,What food do people typically consume when the weather is cold in the US?
267
+ New-ch-13,Food,Chinese (China),What is the most famous alcohol brand in your country?,What is the most famous alcohol brand in the US?
268
+ New-ch-14,Food,Chinese (China),What foods do people usually eat when they are sick in your country?,What foods do people usually eat when they are sick in the US?
269
+ New-ch-15,Food,Chinese (China),What prepared/ready-to-eat food do people typically buy at supermarkets in your country?,What prepared/ready-to-eat food do people typically buy at supermarkets in the US?
270
+ New-ch-16,Sport,Chinese (China),What is the most famous sports-related movie in your country?,What is the most famous sports-related movie in the US?
271
+ New-ch-17,Sport,Chinese (China),What extreme sport do people generally wish to try the most in your country?,What extreme sport do people generally wish to try the most in the US?
272
+ New-ch-18,Sport,Chinese (China),Which track and field event is the most popular to watch during competitions in your country?,Which track and field event is the most popular to watch during competitions in the US?
273
+ New-ch-19,Sport,Chinese (China),Which gymnastics event is the most popular to watch during competitions in your country?,Which gymnastics event is the most popular to watch during competitions in the US?
274
+ New-ch-23,Sport,Chinese (China),Who is the most famous table tennis player in your country?,Who is the most famous table tennis player in the US?
275
+ New-ch-26,Sport,Chinese (China),"In the Winter Olympics, which event is the most popular to watch in your country?","In the Winter Olympics, which event is the most popular to watch in the US?"
276
+ New-ch-27,Sport,Chinese (China),Who is the most famous boxer in your country?,Who is the most famous boxer in the US?
277
+ New-ch-30,Sport,Chinese (China),Who is the most famous track and field athlete in your country?,Who is the most famous track and field athlete in the US?
278
+ New-ch-31,Work life,Chinese (China),What job do parents most hope their children will pursue in your country?,What job do parents most hope their children will pursue in the US?
279
+ New-ch-32,Work life,Chinese (China),What office software do people typically use in the workplace in your country?,What office software do people typically use in the workplace in the US?
280
+ New-ch-38,Work life,Chinese (China),Which cities or regions are known for their import and export activities in your country?,Which cities or regions are known for their import and export activities in the US?
281
+ New-ch-39,Work life,Chinese (China),What platform is commonly used in the e-commerce industry in your country?,What platform is commonly used in the e-commerce industry in the US?
282
+ New-ch-44,Work life,Chinese (China),"How long is the typical probation period for new employees before signing a formal contract in your country? (e.g., 1 month).","How long is the typical probation period for new employees before signing a formal contract in the US? (e.g., 1 month)."
283
+ New-ch-45,Work life,Chinese (China),Which industries do young people typically choose to start businesses in your country?,Which industries do young people typically choose to start businesses in the US?
284
+ New-ch-49,Family,Chinese (China),What is the most common way for family members to communicate remotely in your country?,What is the most common way for family members to communicate remotely in the US?
285
+ New-ch-51,Family,Chinese (China),What form of accommodation is typically booked for family trips in your country?,What form of accommodation is typically booked for family trips in the US?
286
+ New-ch-54,Family,Chinese (China),Which fruit is usually prepared the most for family dinners in your country?,Which fruit is usually prepared the most for family dinners in the US?
287
+ New-ch-64,Education,Chinese (China),"How many hours of classes do university students typically have per week in your country? (Provide Arabic numerals (e.g., 1) only.)","How many hours of classes do university students typically have per week in the US? (Provide Arabic numerals (e.g., 1) only.)"
288
+ New-ch-66,Education,Chinese (China),"What is the typical tuition fee per semester for public high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the typical tuition fee per semester for public high schools in the US? (Provide Arabic numerals (e.g., 1) only.)"
289
+ New-ch-70,Education,Chinese (China),What compulsory courses do university students have in common in your country?,What compulsory courses do university students have in common in the US?
290
+ New-ch-71,Education,Chinese (China),"What is the average class size in high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the average class size in high schools in the US? (Provide Arabic numerals (e.g., 1) only.)"
291
+ New-ch-72,Education,Chinese (China),Which major is considered most conducive to employment in your country?,Which major is considered most conducive to employment in the US?
292
+ New-ch-73,Education,Chinese (China),What type of clubs are most popular among university students in your country?,What type of clubs are most popular among university students in the US?
293
+ New-ch-74,Education,Chinese (China),What types of accommodation do university students in your country typically live in?,What types of accommodation do university students in the US typically live in?
294
+ New-ch-75,Education,Chinese (China),"How long is each class period for middle school students in your country (minutes)? (Provide Arabic numerals (e.g., 1) only.)","How long is each class period for middle school students in the US (minutes)? (Provide Arabic numerals (e.g., 1) only.)"
295
+ New-ch-78,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired women typically like in your country?,What leisure activities do retired women typically like in the US?
296
+ New-ch-79,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired men typically like in your country?,What leisure activities do retired men typically like in the US?
297
+ New-ch-80,Holidays/Celebration/Leisure,Chinese (China),"During which holidays do people typically visit religious sites (temples, churches, etc.) in your country?","During which holidays do people typically visit religious sites (temples, churches, etc.) in the US?"
298
+ New-ch-81,Holidays/Celebration/Leisure,Chinese (China),What are the typical housewarming gifts in your country?,What are the typical housewarming gifts in the US?
299
+ New-ch-82,Holidays/Celebration/Leisure,Chinese (China),"At what time do weddings typically start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","At what time do weddings typically start in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
300
+ New-ch-83,Holidays/Celebration/Leisure,Chinese (China),Which city in your country hosts festivals the most?,Which city in the US hosts festivals the most?
301
+ New-ch-84,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending weddings in your country?,What color of clothing do people typically wear when attending weddings in the US?
302
+ New-ch-85,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending funerals in your country?,What color of clothing do people typically wear when attending funerals in the US?
303
+ New-en-01,Food,English (UK),Which snack is eaten in the cinema in your country?,Which snack is eaten in the cinema in the US?
304
+ New-en-02,Food,English (UK),What is the most popular chip/crisp flavour in your country?,What is the most popular chip/crisp flavour in the US?
305
+ New-en-04,Food,English (UK),Who is a popular celebrity chef in your country?,Who is a popular celebrity chef in the US?
306
+ New-en-05,Food,English (UK),Which food is a cost-effective and quick meal option in your country?,Which food is a cost-effective and quick meal option in the US?
307
+ New-en-07,Food,English (UK),What are the most popular cooking shows in your country?,What are the most popular cooking shows in the US?
308
+ New-en-08,Food,English (UK),What is the most popular chocolate brand in your country?,What is the most popular chocolate brand in the US?
309
+ New-en-10,Food,English (UK),What is the most eaten cheese in your country?,What is the most eaten cheese in the US?
310
+ New-en-11,Food,English (UK),What is the most disliked vegetable in your country?,What is the most disliked vegetable in the US?
311
+ New-en-12,Food,English (UK),What food is most commonly found in food courts in your country?,What food is most commonly found in food courts in the US?
312
+ New-en-17,Sport,English (UK),What are the most common cheering tools used by sports fans in your country?,What are the most common cheering tools used by sports fans in the US?
313
+ New-en-18,Sport,English (UK),What do fans bring with them when attending a live game in your country?,What do fans bring with them when attending a live game in the US?
314
+ New-en-19,Sport,English (UK),What is the most well known sporting stadium in your country?,What is the most well known sporting stadium in the US?
315
+ New-en-23,Sport,English (UK),Who is the most famous Paralympian in your country?,Who is the most famous Paralympian in the US?
316
+ New-en-26,Sport,English (UK),What is the best recognized sporting chant in your country?,What is the best recognized sporting chant in the US?
317
+ New-en-38,Work life,English (UK),Which industries are known for more flexible working hours in your country?,Which industries are known for more flexible working hours in the US?
318
+ New-en-41,Work life,English (UK),Who is the most well known and successful entrepreneur in your country?,Who is the most well known and successful entrepreneur in the US?
319
+ New-en-47,Family,English (UK),What can typically be found in the back garden of houses in your country?,What can typically be found in the back garden of houses in the US?
320
+ New-en-49,Family,English (UK),What is the name of the most famous family in your country?,What is the name of the most famous family in the US?
321
+ New-en-50,Family,English (UK),What is the most common family name in your country?,What is the most common family name in the US?
322
+ New-en-55,Family,English (UK),Which religion is most commonly practiced by families in your country?,Which religion is most commonly practiced by families in the US?
323
+ New-en-56,Family,English (UK),What is the most popular foreign language spoken by families in your country?,What is the most popular foreign language spoken by families in the US?
324
+ New-en-59,Family,English (UK),Which country is the most popular destination for families from your country to emigrate to?,Which country is the most popular destination for families from US to emigrate to?
325
+ New-en-68,Education,English (UK),What repercussions are there for bad behavior in schools in your country?,What repercussions are there for bad behavior in schools in the US?
326
+ New-en-69,Education,English (UK),Which writers are commonly studied in literature class in your country?,Which writers are commonly studied in literature class in the US?
327
+ New-en-70,Education,English (UK),"How many school breaks are there in a year for high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","How many school breaks are there in a year for high schools in the US? (Provide Arabic numerals (e.g., 1) only.)"
328
+ New-en-72,Education,English (UK),Which online resource do students usually use to study in your country?,Which online resource do students usually use to study in the US?
329
+ New-en-75,Education,English (UK),"What is the average length of a semester in terms of weeks of teaching at universities in your country? (Provide Arabic numerals (e.g., 1) only.)","What is the average length of a semester in terms of weeks of teaching at universities in the US? (Provide Arabic numerals (e.g., 1) only.)"
330
+ New-en-76,Holidays/Celebration/Leisure,English (UK),Which airport in your country is the busiest during the holiday season?,Which airport in the US is the busiest during the holiday season?
331
+ New-en-79,Holidays/Celebration/Leisure,English (UK),Which region of your country is well known for its theatrical performances?,Which region of US is well known for its theatrical performances?
332
+ New-en-87,Holidays/Celebration/Leisure,English (UK),What is the most famous historic landmark in your country?,What is the most famous historic landmark in the US?
333
+ New-en-90,Holidays/Celebration/Leisure,English (UK),What is the most famous hotel brand in your country?,What is the most famous hotel brand in the US?
334
+ New-gr-05,Food,Greek (Greece),What is the most popular grab-and-go breakfast option in your country?,What is the most popular grab-and-go breakfast option in the US?
335
+ New-gr-06,Food,Greek (Greece),What is the most popular food in your country among young people?,What is the most popular food in the US among young people?
336
+ New-gr-08,Food,Greek (Greece),What type of alcoholic drink is most commonly consumed at festivals in your country?,What type of alcoholic drink is most commonly consumed at festivals in the US?
337
+ New-gr-13,Food,Greek (Greece),What is the most common morning drink in your country?,What is the most common morning drink in the US?
338
+ New-gr-15,Food,Greek (Greece),What is the most popular traditional dessert in your country?,What is the most popular traditional dessert in the US?
339
+ New-gr-21,Sport,Greek (Greece),What is the most popular racket sport in your country?,What is the most popular racket sport in the US?
340
+ New-gr-24,Sport,Greek (Greece),What is the most popular track and field sport in your country?,What is the most popular track and field sport in the US?
341
+ New-gr-29,Sport,Greek (Greece),Which international sporting event is the most popular in your country?,Which international sporting event is the most popular in the US?
342
+ New-gr-47,Work life,Greek (Greece),"How long (in minutes) are typical work breaks in your country, excluding lunch and dinner breaks? (Provide Arabic numerals (e.g., 1) only.)","How long (in minutes) are typical work breaks in the US, excluding lunch and dinner breaks? (Provide Arabic numerals (e.g., 1) only.)"
343
+ New-gr-58,Work life,Greek (Greece),Which job is considered underpaid in your country?,Which job is considered underpaid in the US?
344
+ New-gr-76,Holidays/Celebration/Leisure,Greek (Greece),What is the most common food served during Easter in your country?,What is the most common food served during Easter in the US?
345
+ New-gr-82,Holidays/Celebration/Leisure,Greek (Greece),What is the most popular music genre among the elderly population in your country?,What is the most popular music genre among the elderly population in the US?
346
+ New-gr-88,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at funerals in your country?,What drink is usually offered at funerals in the US?
347
+ New-gr-89,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at weddings in your country?,What drink is usually offered at weddings in the US?
348
+ New-ha-07,Food,Hausa (Northern Nigeria),What food originated from your country and can be found all over the world?,What food originated from the US and can be found all over the world?
349
+ New-ha-08,Food,Hausa (Northern Nigeria),What food is typically disliked by children but enjoyed by the elderly in your country?,What food is typically disliked by children but enjoyed by the elderly in the US?
350
+ New-ha-09,Food,Hausa (Northern Nigeria),What cooking utensil is most commonly used in your country?,What cooking utensil is most commonly used in the US?
351
+ New-ha-13,Food,Hausa (Northern Nigeria),Which is the most popular vegetable in your country?,Which is the most popular vegetable in the US?
352
+ New-ha-19,Sport,Hausa (Northern Nigeria),Which animal is used for sports in your country?,Which animal is used for sports in the US?
353
+ New-ha-66,Family,Hausa (Northern Nigeria),What is the most popular wedding venue in your country?,What is the most popular wedding venue in the US?
354
+ New-in-01,Food,Indonesian (Indonesia),Which coffee shop brand is the most popular in your country?,Which coffee shop brand is the most popular in the US?
355
+ New-in-03,Food,Indonesian (Indonesia),What type of food from your country is typically served in restaurants overseas?,What type of food from US is typically served in restaurants overseas?
356
+ New-in-33,Work life,Indonesian (Indonesia),What region in your country is usually associated with mining?,What region in the US is usually associated with mining?
357
+ New-in-34,Work life,Indonesian (Indonesia),What region in your country is usually associated with oil?,What region in the US is usually associated with oil?
358
+ New-in-62,Education,Indonesian (Indonesia),What university in your country is popular because of its engineering major? (Provide the official name.),What university in the US is popular because of its engineering major? (Provide the official name.)
359
+ New-in-63,Education,Indonesian (Indonesia),What university in your country is popular because of its school of medicine? (Provide the official name.),What university in the US is popular because of its school of medicine? (Provide the official name.)
360
+ New-in-78,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular payment method in your country?,What is the most popular payment method in the US?
361
+ New-in-80,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most famous theme park in your country?,What is the most famous theme park in the US?
362
+ New-ko-01,Family,Korean (Korea),What is the most popular children's animation that is commonly watched by kids in your country?,What is the most popular children's animation that is commonly watched by kids in the US?
363
+ New-ko-02,Family,Korean (Korea),What is the most popular prenatal education activity for pregnant women in your country?,What is the most popular prenatal education activity for pregnant women in the US?
364
+ New-ko-03,Family,Korean (Korea),What is the most popular children's song in your country that families sing together?,What is the most popular children's song in the US that families sing together?
365
+ New-ko-04,Family,Korean (Korea),Which toys are most popular among boys in your country?,Which toys are most popular among boys in the US?
366
+ New-ko-05,Family,Korean (Korea),Which toys are most popular among girls in your country?,Which toys are most popular among girls in the US?
367
+ New-ko-06,Family,Korean (Korea),What is the most popular folk tale in your country that is typically told to children?,What is the most popular folk tale in the US that is typically told to children?
368
+ New-ko-07,Holidays/Celebration/Leisure,Korean (Korea),What is the customary symbol of condolence used at funerals in your country?,What is the customary symbol of condolence used at funerals in the US?
369
+ New-ko-08,Work life,Korean (Korea),Where do university students in your country tend to work part-time the most?,Where do university students in the US tend to work part-time the most?
370
+ New-ko-09,Work life,Korean (Korea),What are the most frequently practiced team-building activities in companies based in your country?,What are the most frequently practiced team-building activities in companies based in the US?
371
+ New-ko-10,Work life,Korean (Korea),What are the most common activities people do as a side job in your country?,What are the most common activities people do as a side job in the US?
372
+ New-pe-02,Food,Persian (Iran),What is the most famous edible souvenir for tourists in your country?,What is the most famous edible souvenir for tourists in the US?
373
+ New-pe-06,Food,Persian (Iran),What is the most popular stew in your country?,What is the most popular stew in the US?
374
+ New-pe-11,Food,Persian (Iran),What is the most common spice/herb used in dishes from your country?,What is the most common spice/herb used in dishes from US?
375
+ New-pe-16,Sport,Persian (Iran),What is the most famous traditional sport in your country?,What is the most famous traditional sport in the US?
376
+ New-pe-20,Sport,Persian (Iran),What sport is popular to play on the beach in your country?,What sport is popular to play on the beach in the US?
377
+ New-pe-45,Work life,Persian (Iran),What is the usual work schedule during the month of Ramadan in your country?,What is the usual work schedule during the month of Ramadan in the US?
378
+ New-pe-47,Family,Persian (Iran),"When is Student's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","When is Student's Day celebrated in the US? (Provide in MM/DD format (e.g., 12/31).)"
379
+ New-pe-49,Family,Persian (Iran),Where do families gather to pray together in your country?,Where do families gather to pray together in the US?
380
+ New-pe-53,Family,Persian (Iran),What gifts do fathers get on Father's Day (or Parents' Day) in your country?,What gifts do fathers get on Father's Day (or Parents' Day) in the US?
381
+ New-pe-54,Family,Persian (Iran),What gifts do mothers get on Mother's Day (or Parents' Day) in your country?,What gifts do mothers get on Mother's Day (or Parents' Day) in the US?
382
+ New-pe-59,Family,Persian (Iran),"How many generations typically live together in a household in your country? (Provide Arabic numerals (e.g., 12) only.)","How many generations typically live together in a household in the US? (Provide Arabic numerals (e.g., 12) only.)"
383
+ New-pe-65,Education,Persian (Iran),"How many subjects are taught in middle schools in your country? (Provide Arabic numerals (e.g., 12) only.)","How many subjects are taught in middle schools in the US? (Provide Arabic numerals (e.g., 12) only.)"
384
+ New-pe-66,Education,Persian (Iran),What is the most popular after school curricular in elementary schools in your country?,What is the most popular after school curricular in elementary schools in the US?
385
+ New-pe-74,Education,Persian (Iran),How much is the average annual tuition fee for public universities in your country?,How much is the average annual tuition fee for public universities in the US?
386
+ New-pe-76,Holidays/Celebration/Leisure,Persian (Iran),What is a popular activity to do in parks in your country?,What is a popular activity to do in parks in the US?
387
+ New-pe-78,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous film festival held in your country?,What is the name of the most famous film festival held in the US?
388
+ New-pe-83,Holidays/Celebration/Leisure,Persian (Iran),What is the popular card game played during social gatherings in your country?,What is the popular card game played during social gatherings in the US?
389
+ New-pe-85,Holidays/Celebration/Leisure,Persian (Iran),Where is the most popular tourist destination abroad for people from your country?,Where is the most popular tourist destination abroad for people from US?
390
+ New-pe-86,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous tower in your country?,What is the name of the most famous tower in the US?
391
+ New-spme-01,Food,Spanish (Mexico),What edible insect is eaten most often in your country?,What edible insect is eaten most often in the US?
392
+ New-spme-04,Food,Spanish (Mexico),Which agricultural product is exported most often in your country?,Which agricultural product is exported most often in the US?
393
+ New-spme-05,Food,Spanish (Mexico),What are the most popular sweets in your country?,What are the most popular sweets in the US?
394
+ New-spme-15,Sport,Spanish (Mexico),What is the most popular sports drink in your country?,What is the most popular sports drink in the US?
395
+ New-spme-27,Education,Spanish (Mexico),What is the average education level for people in your country?,What is the average education level for people in the US?
396
+ New-spme-37,Education,Spanish (Mexico),Which profession is most commonly studied abroad by students from your country?,Which profession is most commonly studied abroad by students from the US?
397
+ New-spme-60,Family,Spanish (Mexico),"Which day of the week do most families in your country practice religious activities? (e.g. Monday, Tuesday)","Which day of the week do most families in the US practice religious activities? (e.g. Monday, Tuesday)"
398
+ New-spme-65,Family,Spanish (Mexico),What is the most popular way to celebrate Independence Day in your country?,What is the most popular way to celebrate Independence Day in the US?
399
+ New-spme-68,Family,Spanish (Mexico),What is the most popular beverage among children in your country?,What is the most popular beverage among children in the US?
400
+ New-spme-76,Holidays/Celebration/Leisure,Spanish (Mexico),What is the most popular place in your country to celebrate Independence Day?,What is the most popular place in the US to celebrate the Independence Day?
401
+ New-spme-78,Holidays/Celebration/Leisure,Spanish (Mexico),What is the name of the song that is typically sung at birthday parties in your country?,What is the name of the song that is typically sung at birthday parties in the US?
402
+ New-su-01,Food,Sundanese (West Java),What snacks are usually sold in front of schools in your country?,What snacks are usually sold in front of schools in the US?
403
+ New-su-09,Food,Sundanese (West Java),What oil is usually used for cooking in your country?,What oil is usually used for cooking in the US?
404
+ New-su-10,Food,Sundanese (West Java),What food is commonly consumed by pregnant women in your country?,What food is commonly consumed by pregnant women in the US?
405
+ New-su-15,Food,Sundanese (West Java),What is the most popular traditional non-alcoholic drink in your country?,What is the most popular traditional non-alcoholic drink in the US?
406
+ New-su-17,Sport,Sundanese (West Java),What sports facilities are generally available in parks in your country?,What sports facilities are generally available in parks in the US?
407
+ New-su-21,Sport,Sundanese (West Java),What are the common activities that seniors usually do in parks in your country?,What are the common activities that seniors usually do in parks in the US?
408
+ New-su-24,Sport,Sundanese (West Java),What sports do parents and children commonly play together in your country?,What sports do parents and children commonly play together in the US?
409
+ New-su-28,Sport,Sundanese (West Java),What color is associated with the national soccer team of your country?,What color is associated with the national soccer team of the US?
410
+ New-su-33,Education,Sundanese (West Java),What is the common dress code for school teachers in your country?,What is the common dress code for school teachers in the US?
411
+ New-su-34,Education,Sundanese (West Java),What is the most popular extracurricular activity related to music in schools in your country?,What is the most popular extracurricular activity related to music in schools in the US?
412
+ New-su-42,Education,Sundanese (West Java),What religion is mainly taught in schools in your country?,What religion is mainly taught in schools in the US?
413
+ New-su-45,Education,Sundanese (West Java),"What date is Education Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","What date is Education Day celebrated in the US? (Provide in MM/DD format (e.g., 12/31).)"
414
+ New-su-50,Work life,Sundanese (West Java),What is the main occupation of people in mountainous areas in your country?,What is the main occupation of people in mountainous areas in the US?
415
+ New-su-51,Work life,Sundanese (West Java),What is the main occupation of people in coastal areas in your country?,What is the main occupation of people in coastal areas in the US?
416
+ New-su-57,Work life,Sundanese (West Java),What is the most common livestock raised in your country?,What is the most common livestock raised in the US?
417
+ New-su-58,Work life,Sundanese (West Java),What animals are commonly used for agriculture in your country?,What animals are commonly used for agriculture in the US?
418
+ New-su-59,Work life,Sundanese (West Java),What do farmers in your country typically wear to protect themselves from the heat whilst farming?,What do farmers in the US typically wear to protect themselves from the heat whilst farming?
419
+ New-su-60,Work life,Sundanese (West Java),What do farmers in your country usually eat for lunch?,What do farmers in the US usually eat for lunch?
420
+ New-su-71,Family,Sundanese (West Java),What gifts do parents generally give to their children for their birthdays in your country?,What gifts do parents generally give to their children for their birthdays in the US?
421
+ New-su-75,Family,Sundanese (West Java),What type of vehicle do most families in your country generally own?,What type of vehicle do most families in the US generally own?
422
+ New-su-77,Holidays/Celebration/Leisure,Sundanese (West Java),What is usually given to the children during Eid in your country?,What is usually given to the children during Eid in the US?
423
+ New-su-81,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do grooms usually wear at weddings in your country?,What clothes do grooms usually wear at weddings in the US?
424
+ New-su-82,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do brides usually wear at weddings in your country?,What clothes do brides usually wear at weddings in the US?
425
+ New-su-83,Holidays/Celebration/Leisure,Sundanese (West Java),What food is usually served at weddings in your country?,What food is usually served at weddings in the US?
426
+ New-su-86,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most famous government building in your country?,What is the most famous government building in the US?
427
+ New-su-88,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most popular music genre among the younger population in your country?,What is the most popular music genre among the younger population in the US?
428
+ Ni-en-02,Education,English (UK),"What time do middle school students in your country typically finish school each day? (Provide in HH:MM format (e.g., 18:00, 09:00).)","What time do middle school students in the US typically finish school each day? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
429
+ Ni-en-03,Education,English (UK),"At what age do people in your country typically go to university? (Provide Arabic numerals (e.g., 12) only.)","At what age do people in the US typically go to university? (Provide Arabic numerals (e.g., 12) only.)"
430
+ Ni-en-06,Education,English (UK),"From what age do people need to attend compulsory education in your country? (Provide Arabic numerals (e.g., 12) only.)","From what age do people need to attend compulsory education in the US? (Provide Arabic numerals (e.g., 12) only.)"
431
+ Ni-en-09,Education,English (UK),How many days a week do children attend school in your country? (Provide Arabic numerals (0~7) only.),How many days a week do children attend school in the US? (Provide Arabic numerals (0~7) only.)
432
+ Ni-en-11,Education,English (UK),"In your country, how long (in years) does a Master's degree typically take to complete? (Provide Arabic numerals (e.g., 12) only.)","In the US, how long (in years) does a Master's degree typically take to complete? (Provide Arabic numerals (e.g., 12) only.)"
433
+ Ni-en-12,Education,English (UK),What is the top university in your country? (Provide the official name.),What is the top university in the US? (Provide the official name.)
434
+ Ni-en-13,Education,English (UK),"At what age do most people in your country graduate from university? (Provide Arabic numerals (e.g., 12) only.)","At what age do most people in the US graduate from university? (Provide Arabic numerals (e.g., 12) only.)"
435
+ Ni-en-15,Education,English (UK),"At what age do children in your country generally start middle school? (Provide Arabic numerals (e.g., 12) only.)","At what age do children in the US generally start middle school school? (Provide Arabic numerals (e.g., 12) only.)"
436
+ Ni-en-17,Work life,English (UK),"How many hours a week does a full-time worker in your country typically work? (Provide Arabic numerals (e.g., 12) only.)","How many hours a week does a full-time worker in the US typically work? (Provide Arabic numerals (e.g., 12) only.)"
437
+ Ni-en-19,Work life,English (UK),How many days a week does a full-time worker work in your country? (Provide Arabic numerals (0~7) only.),How many days a week does a full-time worker work in the US? (Provide Arabic numerals (0~7) only.)
438
+ Ni-en-20,Work life,English (UK),"At what age do most people start working in your country? (Provide Arabic numerals (e.g., 12) only.)","At what age do most people start working in the US? (Provide Arabic numerals (e.g., 12) only.)"
439
+ Ni-en-21,Work life,English (UK),"From what age is an individual allowed to work in your country? (Provide Arabic numerals (e.g., 12) only.)","From what age is an individual allowed to work in the US? (Provide Arabic numerals (e.g., 12) only.)"
440
+ Ni-en-31,Holidays/Celebration/Leisure,English (UK),What do people in your country traditionally eat on Christmas Day? ,What do people in the US traditionally eat on Christmas Day?
441
+ Ni-en-37,Holidays/Celebration/Leisure,English (UK),What is the name of the day of the year where people in your country celebrate love and romance? ,What is the name of the day of the year where people in the US celebrate love and romance?
442
+ Ni-en-40,Holidays/Celebration/Leisure,English (UK),What is the most popular Christmas song in your country? ,What is the most popular Christmas song in the US?
443
+ Nu-in-04,Education,Indonesian (Indonesia),"How many semesters are there each academic year at high schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","How many semesters are there each academic year at high schools in the US? (Provide in Arabic numerals (e.g., 7, 8) only.)"
444
+ Nu-in-05,Education,Indonesian (Indonesia),In which month does the new school year typically begin in your country? (Provide Arabic numerals (1~12) only.),In which month does the new school year typically begin in the US? (Provide Arabic numerals (1~12) only.)
445
+ Nu-in-06,Education,Indonesian (Indonesia),"When is National Teacher's Day commemorated in your country? (Provide in MM/DD format (e.g., 12/31).)","When is National Teacher's Day commemorated in the US? (Provide in MM/DD format (e.g., 12/31).)"
446
+ Nu-in-11,Education,Indonesian (Indonesia),"At what time does elementary school start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","At what time does elementary school start in the US? (Provide in HH:MM format (e.g., 18:00, 09:00).)"
447
+ Nu-in-20,Family,Indonesian (Indonesia),"When is Children's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","When is Children's Day celebrated in the US? (Provide in MM/DD format (e.g., 12/31).)"
448
+ Nu-in-40,Work life,Indonesian (Indonesia),Which city is the main destination for job seekers in your country?,Which city is the main destination for job seekers in the US?
449
+ Sa-en-1,Food,English (UK),What is your country's most popular fast food chain?,What is the US's most popular fast food chain?
450
+ Sa-en-13,Food,English (UK),What is the food that is most divisive (either love or hate) in your country?,What is the food that is most divisive (either love or hate) in the US?
451
+ Sa-en-16,Sport,English (UK),What is the most popular soccer team among the people from your country?,What is the most popular soccer team among the people from the US?
452
+ Sa-en-22,Sport,English (UK),What is the most famous university in your country known for its sports team?,What is the most famous university in the US known for its sports team?
453
+ Sa-en-31,Family,English (UK),What is your country's most popular family pet?,What is the US's most popular family pet?
454
+ Sa-en-32,Family,English (UK),What is the most popular family TV show in your country?,What is the most popular family TV show in the US?
455
+ Sa-en-37,Family,English (UK),What is the most popular family boardgame in your country?,What is the most popular family boardgame in the US?
456
+ Sa-en-6,Food,English (UK),What is the most popular takeaway food in your country?,What is the most popular takeaway food in the US?
457
+ Sa-en-7,Food,English (UK),What are popular snacks in your country?,What are popular snacks in the US?
458
+ Sa-en-9,Food,English (UK),What do people from your country eat at the beach?,What do people from the US eat at the beach?
459
+ Ta-pe-10,Family,Persian (Iran),"At what age do men usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)","At what age do men usually get married in the US? (Provide Arabic numerals (e.g., 20) only.)"
460
+ Ta-pe-11,Family,Persian (Iran),"At what age do women usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)","At what age do women usually get married in the US? (Provide Arabic numerals (e.g., 20) only.)"
461
+ Ta-pe-13,Family,Persian (Iran),"In your parents' generation, what was the average number of members in their family in your country? (Provide Arabic numerals (e.g., 20) only.)","In your parents' generation, what was the average number of members in their family in the US? (Provide Arabic numerals (e.g., 20) only.)"
462
+ Ta-pe-17,Sport,Persian (Iran),"In the Olympic Games, which sport is the most popular in your country?","In the Olympic Games, which sport is the most popular in the US?"
463
+ Ta-pe-21,Sport,Persian (Iran),Where do children usually play soccer in your country?,Where do children usually play soccer in the US?
464
+ Ta-pe-22,Sport,Persian (Iran),Which daily exercise is popular among women in your country?,Which daily exercise is popular among women in the US?
465
+ Ta-pe-23,Sport,Persian (Iran),Which daily exercise is popular among men in your country?,Which daily exercise is popular among men in the US?
466
+ Ta-pe-25,Sport,Persian (Iran),"What is the most famous rivalry in a national sports league in your country? (e.g., ___ vs ___)","What is the most famous rivalry in a national sports league in the US? (e.g., ___ vs ___)"
467
+ Ta-pe-29,Sport,Persian (Iran),Which professional sport is the highest paying in your country?,Which professional sport is the highest paying in the US?
468
+ Ta-pe-30,Sport,Persian (Iran),What is/was the most popular sports-related TV program in your country?,What is/was the most popular sports-related TV program in the US?
469
+ Ta-pe-32,Holidays/Celebration/Leisure,Persian (Iran),What day of the year is usually dedicated to fireworks in your country?,What day of the year is usually dedicated to fireworks in the US?
470
+ Ta-pe-37,Holidays/Celebration/Leisure,Persian (Iran),What is the common symbol of New Year's Eve that is usually found in your country?,What is the common symbol of New Year's Eve that is usually found in the US?
471
+ Ta-pe-42,Holidays/Celebration/Leisure,Persian (Iran),What food do people from your country usually eat on New Year's Eve?,What food do people from the US usually eat on New Year's Eve?
472
+ Ta-pe-45,Holidays/Celebration/Leisure,Persian (Iran),What is usually eaten during the celebration of the longest night of the year in your country?,What is usually eaten during the celebration of the longest night of the year in the US?
473
+ Th-en-01,Sport,English (US),What is the most popular summer sport in your country?,What is the most popular summer sport in the US?
474
+ Th-en-03,Sport,English (US),What is the most popular professional sports league in your country?,What is the most popular professional sports league in the US?
475
+ Th-en-05,Sport,English (US),What is the most popular women's sports team in your country?,What is the most popular women's sports team in the US?
476
+ Th-en-09,Sport,English (US),What is the most popular tournament in your country?,What is the most popular tournament in the US?
477
+ Th-en-11,Sport,English (US),Who is the most popular sportperson in your country?,Who is the most popular sportperson in the US?
478
+ Th-en-12,Sport,English (US),In which sport has your country been most successful in international competitions?,In which sport has the US been most successful in international competitions?
479
+ Th-en-15,Sport,English (US),What is the most popular winter sport in your country?,What is the most popular winter sport in the US?
480
+ Th-en-19,Work life,English (US),What is a city or region in your country known for manufacturing industry?,What is a city or region in the US known for manufacturing industry?
481
+ Th-en-21,Work life,English (US),What is regarded as the most important perk typically offered to employees in your country?,What is regarded as the most important perk typically offered to employees in the US?
482
+ Th-en-22,Work life,English (US),What was the most catastrophic economic period for your country?,What was the most catastrophic economic period for the US?
483
+ Th-en-24,Work life,English (US),What region in your country is a major hub for tech workers and start ups?,What region in the US is a major hub for tech workers and start ups?
484
+ Th-en-27,Work life,English (US),What is the most important industry in your country?,What is the most important industry in the US?
485
+ Th-en-35,Family,English (US),"Which one of the daily meals is commonly shared with family members in your country? (e.g., breakfast, lunch, dinner)","Which one of the daily meals is commonly shared with family members in the US? (e.g., breakfast, lunch, dinner)"
486
+ Th-en-36,Family,English (US),What is a popular family activity with a child to do on weekends in your country?,What is a popular family activity with a child to do on weekends in the US?
487
+ Th-en-37,Family,English (US),"At what age do children typically become independent from their parents in your country? (Provide Arabic numerals (e.g., 12) only.)","At what age do children typically become independent from their parents in the US? (Provide Arabic numerals (e.g., 12) only.)"
488
+ Th-en-38,Family,English (US),What is the most important family holiday in your country?,What is the most important family holiday in the US?
489
+ Th-en-39,Family,English (US),What is a popular family game in your country?,What is a popular family game in the US?
490
+ Th-en-41,Family,English (US),"What is the average age for couples to have their first child in your country? (Provide Arabic numerals (e.g., 20) only.)","What is the average age for couples to have their first child in the US? (Provide Arabic numerals (e.g., 20) only.)"
491
+ Th-en-43,Family,English (US),"How many cars are owned by a typical family in your country? (Provide Arabic numerals (e.g., 12) only.)","How many cars are owned by a typical family in the US? (Provide Arabic numerals (e.g., 12) only.)"
492
+ Th-en-44,Family,English (US),What is your country's most popular food for family meals on weekends?,What is the US's most popular food for family meals on weekends?
493
+ Th-en-45,Family,English (US),What is the most popular weekday evening family activity in your country?,What is the most popular weekday evening family activity in the US?
494
+ Th-en-48,Education,English (US),What is the highest grade given to top-achieving high school students on assignments and exams in your country?,What is the highest grade given to top-achieving high school students on assignments and exams in the US?
495
+ Th-en-49,Education,English (US),What is considered the most important exam for high school students in your country?,What is considered the most important exam for high school students in the US?
496
+ Th-en-51,Education,English (US),Which subject is considered the most important for students in your country?,Which subject is considered the most important for students in the US?
497
+ Th-en-53,Education,English (US),What is the most popular extracurricular social event at schools in your country?,What is the most popular extracurricular social event at schools in the US?
498
+ Th-en-58,Education,English (US),What is the most advanced math subject learned before university in your country?,What is the most advanced math subject learned before university in the US?
499
+ Tmp-ar-01,Education,Arabic (Algeria),Where do university students in your country usually go to study for their final exams?,Where do university students in the US usually go to study for their final exams?
500
+ Tmp-ar-02,Education,Arabic (Algeria),What is a common public transport that people use to go to university in your country?,What is a common public transport that people use to go to university in the US?
501
+ Tmp-ar-04,Education,Arabic (Algeria),What do elementary students in your country usually do after school?,What do elementary students in the US usually do after school?
data/questions/West_Java_questions.csv ADDED
@@ -0,0 +1,501 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ID,Topic,Source,Question,Translation
2
+ Al-en-01,Food,English (US),What is a common snack for preschool kids in your country?,Naon jajanan umum pikeun barudak TK di Jawa Barat?
3
+ Al-en-02,Food,English (US),What is a popular food to go with beer in your country?,Naon kadaharan populér nu cocog sareng bir di Jawa Barat?
4
+ Al-en-04,Food,English (US),What is the most popular fruit in your country?,Naon buah nu pang populerna di Jawa Barat?
5
+ Al-en-06,Food,English (US),What is a common school cafeteria food in your country?,Naon kadaharan kantin sakola anu umum di Jawa Barat?
6
+ Al-en-08,Food,English (US),What are the most commonly eaten snacks at shopping malls in your country?,Naon jajanan anu pang mindengna didahar di mal-mal di Jawa Barat?
7
+ Al-en-09,Food,English (US),What is a popular snack at an amusement park in your country?,Naon jajanan populér di taman hiburan di Jawa Barat?
8
+ Al-en-16,Education,English (US),"At what age do kids start preschool in your country? (Provide Arabic numerals (e.g., 12) only.)","Dina umur sabaraha murangkalih mimiti asup ka PAUD di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 4).)"
9
+ Al-en-17,Education,English (US),What is a popular afterschool sport for elementary schools in your country?,Naon olahraga populer saatos sakola pikeun sakola dasar di Jawa Barat?
10
+ Al-en-18,Education,English (US),For which subject do elementary students get private education in your country?,Pelajaran naon nu dicokot lesna ku murid SD di Jawa Barat?
11
+ Al-en-19,Education,English (US),What is a popular second language for high school students in your country?,Naon basa kadua anu populer pikeun murid SMA di Jawa Barat?
12
+ Al-en-21,Education,English (US),Which subject is the most important for gifted education in your country?,Mata pelajaran naon nu pang pentingna pikeun atikan budak berbakat di Jawa Barat?
13
+ Al-en-32,Holidays/Celebration/Leisure,English (US),What is the main dish for Thanksgiving in your country?,Naon kadaharan utama pikeun Poe Sukur di Jawa Barat?
14
+ Al-en-33,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Halloween in your country?,Naon nu dilakukeun ku urang Sunda pikeun ngarayakeun poé Halloween di Jawa Barat?
15
+ Al-en-34,Holidays/Celebration/Leisure,English (US),What do people do to celebrate New Year's Day in your country?,Naon nu dilakukeun ku urang Sunda pikeun ngarayakeun Poé Taun Anyar di Jawa Barat?
16
+ Al-en-35,Holidays/Celebration/Leisure,English (US),What do people do to celebrate Christmas in your country?,Naon nu dilakukeun ku urang Sunda pikeun ngarayakeun Natal di Jawa Barat?
17
+ Al-en-36,Holidays/Celebration/Leisure,English (US),What food is associated with Halloween in your country?,Naon kadaharan anu pakait jeung Halloween di Jawa Barat?
18
+ Al-en-37,Holidays/Celebration/Leisure,English (US),What food is associated with Christmas in your country?,Naon kadaharan anu pakait sareng Natal di Jawa Barat?
19
+ Al-en-38,Holidays/Celebration/Leisure,English (US),What food is associated with Valentine's day in your country?,Naon kadaharan anu pakait sareng poé Valentine di Jawa Barat?
20
+ Al-en-39,Holidays/Celebration/Leisure,English (US),What do people eat on their birthday in your country?,Naon nu biasa didahar ku urang Sunda dina poé ulang taun di Jawa Barat?
21
+ Al-en-40,Holidays/Celebration/Leisure,English (US),What is a popular outdoor place for families to have fun with little kids in your country?,Naon tempat wisata alam anu populer pikeun kulawarga liburan jeung barudak leutik di Jawa Barat?
22
+ Al-en-43,Holidays/Celebration/Leisure,English (US),What is a popular indoor activity for families in your country?,Naon kagiatan di jero rohangan anu populer pikeun kulawarga di Jawa Barat?
23
+ An-ar-02,Education,Arabic (Algeria),Where do university students have lunch in your country?,Di mana mahasiswa universitas tuang siang di Jawa Barat?
24
+ An-ar-03,Education,Arabic (Algeria),Which month is the final exam term usually scheduled at high schools in your country? (Provide Arabic numerals (1~12) only.),Dina bulan sabaraha biasana ujian ahir semester di SMA di Jawa Barat diayakeun? (Pasihkeun nomer Arab (1~12) wungkul.)
25
+ An-ar-08,Education,Arabic (Algeria),"How many hours a day do students in your country usually spend at high school? (Provide Arabic numerals in integers (0~24), without any decimal points.)","Sabaraha jam sapoé biasana murid di Jawa Barat nyeepkeun waktosna di SMA? (Pasihkeun angka Arab dina wangun bilangan bulat (0~24), tanpa titik desimal.)"
26
+ An-ar-09,Education,Arabic (Algeria),"How many languages do students study at high school in your country? (Provide Arabic numerals (e.g., 5) only.)","Sabaraha basa nu diajarkeun ka murid di SMA di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 5).)"
27
+ An-ar-34,Sport,Arabic (Algeria),What is the most popular sport played in a team at school in your country?,Naon olahraga tim nu pang populerna dipaénkeun di sakola di Jawa Barat?
28
+ An-ar-35,Sport,Arabic (Algeria),Who is the most popular sport commentator in your country?,Saha komentator olahraga nu pang populerna di Jawa Barat?
29
+ An-ar-36,Sport,Arabic (Algeria),What is the most popular sport team in your country?,Naon tim olahraga nu pang populerna di Jawa Barat?
30
+ An-ar-43,Sport,Arabic (Algeria),What are the common places or venues where individuals in your country usually gather to watch sports broadcasts?,Naon tempat-tempat umum atawa lokasi di mana jalma-jalma di Jawa Barat biasana ngariung pikeun nongton siaran olahraga?
31
+ Ca-sp-05,Food,Spanish (Spain),"How many meals per day do people from your country usually have? (Provide Arabic numerals (e.g., 5) only.)","Sabaraha kali tuang sapoé nu biasa dilakukeun ku urang Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 5).)"
32
+ Ca-sp-06,Food,Spanish (Spain),Which is the most important meal of the day to people from your country?,Waktos dahar naon nu pang pentingna dina sapoé keur urang Jawa Barat?
33
+ Ca-sp-08,Food,Spanish (Spain),What is the most common ingredient used in your country's diet?,Naon bahan panganan anu pang ilaharna dipake kanggo diet urang Jawa Barat?
34
+ Ca-sp-09,Food,Spanish (Spain),What do people from your country usually eat for dessert?,Naon biasana nu didahar ku urang Jawa Barat pikeun hidangan pamungkas?
35
+ Ca-sp-11,Food,Spanish (Spain),Which day of the week do people usually organize a family meal in your country?,Poé naon dina saminggu biasana urang Sunda ngayakeun acara dahar kulawarga di Jawa Barat?
36
+ Ca-sp-14,Food,Spanish (Spain),Which is the most popular hot drink in your country?,Inuman panas naon nu pang populerna di Jawa Barat?
37
+ Ca-sp-19,Holidays/Celebration/Leisure,Spanish (Spain),What do young people from your country usually drink at the night club?,Naon nu biasa diinum ku para nonoman ti Jawa Barat di klub peuting?
38
+ Ca-sp-21,Holidays/Celebration/Leisure,Spanish (Spain),At which month do people usually take holidays in your country? (Provide Arabic numerals (1~12) only.),Dina bulan sabaraha biasana urang Sunda nyandak liburan di Jawa Barat? (Pasihkeun nomer Arab (1~12) hungkul.)
39
+ Ca-sp-29,Holidays/Celebration/Leisure,Spanish (Spain),What tradition is there in your country for New Year's Eve?,Naon tradisi anu aya di Jawa Barat pikeun wengi Taun Anyar?
40
+ Ca-sp-38,Family,Spanish (Spain),Which is the typical type of house for a family in your country?,Naon jenis imah anu umum pikeun kulawarga di Jawa Barat?
41
+ Ca-sp-41,Family,Spanish (Spain),Where do the dependent elderly usually live in your country?,Di mana biasana para sepuh anu gumantung cicing di Jawa Barat?
42
+ Ca-sp-42,Family,Spanish (Spain),"How long (in weeks) is your country's maternity leave for mums? (Provide Arabic numerals (e.g., 20) only.)","Sabaraha lami (dina minggu) cuti ngalahirkeun di Jawa Barat pikeun ibu-ibu? (Pasihkeun angka Arab wungkul (contona, 20).)"
43
+ Ca-sp-43,Family,Spanish (Spain),"How long (in weeks) is your country's paternity leave for dads? (Provide Arabic numerals (e.g., 20) only.)","Sabaraha lami (dina minggu) cuti ngalahirkeun pikeun bapa di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 20).)"
44
+ Ca-sp-45,Family,Spanish (Spain),What type of destination is commonly chosen for a family vacation in your country?,Naon jinis tujuan anu ilahar dipilih pikeun liburan kulawarga di Jawa Barat?
45
+ Gu-ch-05,Sport,Chinese (China),What sports do seniors like the most in your country?,Olahraga naon nu pang dipikaresep ku para sepuh di Jawa Barat?
46
+ Gu-ch-06,Sport,Chinese (China),What sports do men like to play the most in your country?,Olahraga naon nu pang dipikaresep dipaénkeun ku lalaki di Jawa Barat?
47
+ Gu-ch-07,Sport,Chinese (China),Who is the most famous basketball player in your country?,Saha atlit basket nu pang kasohorna di Jawa Barat?
48
+ Gu-ch-08,Sport,Chinese (China),What is the most popular sports among children in your country?,Naon olahraga nu pang populerna di kalangan barudak di Jawa Barat?
49
+ Gu-ch-09,Sport,Chinese (China),What sports do women like to play the most in your country?,Olahraga naon nu pang dipikaresep dipaénkeun ku awéwé di Jawa Barat?
50
+ Gu-ch-11,Sport,Chinese (China),What sports event has your country won the most gold medals at the Olympics?,Cabang olahraga naon nu pang lobana ngameunangan medali emas ku Jawa Barat di Olimpiade?
51
+ Gu-ch-15,Sport,Chinese (China),What sports do male students in university like to play the most in your country?,Olahraga naon nu pang dipikaresep ku mahasiswa lalaki di universitas pikeun dipaénkeun di Jawa Barat?
52
+ Gu-ch-16,Family,Chinese (China),"How many people are there in a family on average in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha jalma nu aya dina hiji kulawarga sacara rata-rata di Jawa Barat? (Pasihkeun nomer Arab (contona, 12) hungkul.)"
53
+ Gu-ch-18,Family,Chinese (China),"How many children do couples usually have in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha jumlah budak anu biasana dipiboga ku pasangan di Jawa Barat? (Pasihan nomer Arab wungkul (contona, 12).)"
54
+ Gu-ch-31,Education,Chinese (China),"What is the duration of elementary school in years in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha taun durasi sakola dasar di Jawa Barat? (Pasihkeun nomer Arab wungkul (contona, 12).)"
55
+ Gu-ch-32,Education,Chinese (China),"What is the duration of compulsory education in years in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha taun wajib atikan di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
56
+ Gu-ch-33,Education,Chinese (China),"From which age do students start learning their second language in your country? (Provide Arabic numerals (e.g., 12) only.)","Ti umur sabaraha murid-murid di Jawa Barat mimiti diajar basa kadua? (Pasihkeun angka Arab wungkul (contona, 12).)"
57
+ Gu-ch-38,Education,Chinese (China),"What is the duration of undergraduate education in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha lila atikan sarjana di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
58
+ Gu-ch-40,Education,Chinese (China),"What time do younger elementary school students finish school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Tabuh sabaraha murid SD kelas handap réngsé sakola di Jawa Barat? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
59
+ Gu-ch-41,Education,Chinese (China),"How many musical instruments do elementary school students in your country typically play? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha alat musik anu biasa dipaénkeun ku murid-murid sakola dasar di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
60
+ Ji-ko-02,Work life,Korean (South Korea),What day of the week do people in your country prefer to have company dinners?,Poé naon dina saminggu nu dipikaresep ku urang Jawa Barat pikeun ngayakeun dahar bareng di pausahaan?
61
+ Ji-ko-03,Work life,Korean (South Korea),Which region/city has the highest number of financial companies in your country?,Wewengkon/kota mana nu mibanda jumlah pausahaan kauangan pang lobana di Jawa Barat?
62
+ Ji-ko-07,Work life,Korean (South Korea),What is the most famous private company in your country?,Naon pausahaan swasta nu pang kasohorna di Jawa Barat?
63
+ Ji-ko-08,Work life,Korean (South Korea),"What is the maximum number of hours one can work per week in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha jumlah maksimal jam gawe mingguan di Jawa Barat? (Pasihkeun ngan angka Arab wungkul (contona, 12).)"
64
+ Ji-ko-09,Work life,Korean (South Korea),What do people typically eat during company get-together in your country?,Naon biasana nu didahar ku jalma-jalma nalika aya ririungan pausahaan di Jawa Barat?
65
+ Ji-ko-14,Work life,Korean (South Korea),What is the representative export item of your country?,Naon barang ékspor anu ngawakilan Jawa Barat?
66
+ Ji-ko-15,Work life,Korean (South Korea),"How long (in hours) is the typical lunch break in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","Sabaraha lami (dina jam) istirahat beurang anu biasa di Jawa Barat? (Pasihkeun angka Arab nepi ka hiji tempat desimal (contona, 2, 3.5) wungkul.)"
67
+ Ji-ko-16,Family,Korean (South Korea),Where do mothers stay for a certain period after childbirth for recovery in your country?,Di mana ibu-ibu cicing pikeun sababaraha waktu saatos ngalahirkeun pikeun pamulihan di Jawa Barat?
68
+ Ji-ko-19,Family,Korean (South Korea),What is your country's most commonly given flower on Parents' Day?,Naon kembang anu pang mindengna dipasihkeun dina Dinten Kolot di Jawa Barat?
69
+ Ji-ko-22,Family,Korean (South Korea),What do people especially spend their first salary on in your country's society?,Naon nu biasana dipésér ku jalma-jalma ngangge gajih munggaranana di masarakat Jawa Barat?
70
+ Ji-ko-24,Family,Korean (South Korea),What is the most preferred recreational facility among children in your country?,Naon fasilitas rekreasi nu pang dipikaresep ku barudak di Jawa Barat?
71
+ Ji-ko-25,Family,Korean (South Korea),What are the family-related holidays in your country?,Naon wae liburan anu sahubungan jeung kulawarga di Jawa Barat?
72
+ Ji-ko-26,Family,Korean (South Korea),What are the key milestones associated with children's independence from their parents in your country's society?,Naon waé tahap-tahap penting nu patali jeung kamandirian barudak tina kolotna dina masarakat Jawa Barat?
73
+ Ji-ko-27,Family,Korean (South Korea),What is the common gift you give when visiting elderly parents in your country?,Naon hadiah nu ilahar dibikeun nalika ngalongok kolot nu geus sepuh di Jawa Barat?
74
+ Ji-ko-28,Family,Korean (South Korea),When is the first day that people celebrate after a child is born in your country?,Iraha poé kahiji nu dirayakeun ku urang sanggeus aya orok nu lahir di Jawa Barat?
75
+ Ji-ko-29,Family,Korean (South Korea),Which age's birthday is celebrated the most grandly in your country's society?,Acara tepang taun umur sabaraha nu pang dirayakeun ageung-ageungan dina masarakat Jawa Barat?
76
+ Ji-ko-31,Education,Korean (South Korea),Where do middle and high school students in your country usually study for exams?,Di mana biasana murid SMP jeung SMA di Jawa Barat diajar pikeun ujian?
77
+ Ji-ko-33,Education,Korean (South Korea),Where do high school students in your country usually go after dinner?,Ka mana biasana murid SMA di Jawa Barat angkat saatos dahar peuting?
78
+ Ji-ko-34,Education,Korean (South Korea),How do elementary school students in your country go to school?,Kumaha murid-murid SD di Jawa Barat indit ka sakola?
79
+ Ji-ko-35,Education,Korean (South Korea),What is the most common form of private education in your country?,Naon bentuk atikan swasta anu pang umumna di Jawa Barat?
80
+ Ji-ko-36,Education,Korean (South Korea),Which subject’s academy/private educational institute do middle or high students most frequently attend in your country?,Akademi/institut atikan swasta naon nu pang mindengna diiluan ku murid SMP atawa SMA di Jawa Barat?
81
+ Ji-ko-37,Education,Korean (South Korea),What type of clothing do middle and high school students wear to school in your country?,Naon jinis baju nu dipaké ku murid SMP jeung SMA ka sakola di Jawa Barat?
82
+ Ji-ko-38,Education,Korean (South Korea),Which major is considered the most difficult to gain admission to in your country?,Jurusan naon nu dianggap pang héséna pikeun asup di Jawa Barat?
83
+ Ji-ko-39,Education,Korean (South Korea),What is the most commonly learned musical instrument by elementary school students in your country?,Naon alat musik anu pang mindengna diajarkeun ka murid-murid sakola dasar di Jawa Barat?
84
+ Ji-ko-40,Education,Korean (South Korea),What do high school students typically do during break time in schools in your country?,Naon nu biasa dilakukeun ku murid SMA dina waktos istirahat di sakola-sakola di Jawa Barat?
85
+ Ji-ko-41,Education,Korean (South Korea),What kind of shoes do students wear in schools in your country?,Naon jinis sapatu nu dipaké ku murid di sakola-sakola di Jawa Barat?
86
+ Ji-ko-42,Education,Korean (South Korea),What are the required subjects in your country's university entrance exam?,Naon waé mata pelajaran anu diperyogikeun dina ujian asup universitas di Jawa Barat?
87
+ Ji-ko-44,Education,Korean (South Korea),Which region (within a city) in your country has the highest academic fervor?,Wilayah mana (di jero kota) di Jawa Barat nu mibanda sumanget akademik pang luhurna?
88
+ Ji-ko-45,Education,Korean (South Korea),What do people look forward to the most at university festivals in your country?,Naon nu pang dipikaresep ku jalma-jalma dina festival kampus di Jawa Barat?
89
+ Jo-sp-01,Sport,Spanish (Spain),What is the second most popular sport in your country?,Naon olahraga nu pang populerna kadua di Jawa Barat?
90
+ Jo-sp-02,Sport,Spanish (Spain),What is the most popular sport played without a ball in your country?,Naon olahraga pang populerna nu dipaénkeun tanpa bal di Jawa Barat?
91
+ Jo-sp-09,Sport,Spanish (Spain),What sports are most associated with the upper class in your country?,Olahraga naon nu pang pakait jeung kelas luhur di Jawa Barat?
92
+ Jo-sp-13,Sport,Spanish (Spain),What is the most popular water sport in your country?,Naon olahraga cai nu pang populerna di Jawa Barat?
93
+ Jo-sp-14,Sport,Spanish (Spain),What is the most popular mental sport in your country?,Naon olahraga mental nu pang populerna di Jawa Barat?
94
+ Jo-sp-18,Work life,Spanish (Spain),"How many holiday days per year does a standard worker gets in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha dinten libur per taun nu biasa ditarima ku pagawe di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
95
+ Jo-sp-19,Work life,Spanish (Spain),What region in your country has been traditionally associated with agriculture?,Wewengkon mana di Jawa Barat anu identik sareng tatanén?
96
+ Jo-sp-21,Work life,Spanish (Spain),"What time, if any, do people usually leave work for lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Jam sabaraha, upami aya, biasana jalma-jalma ninggalkeun gawé pikeun dahar beurang di Jawa Barat? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
97
+ Jo-sp-31,Education,Spanish (Spain),"What time do high school students tend to leave school in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Tabuh sabaraha murid SMA biasana mulang ti sakola di Jawa Barat? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
98
+ Jo-sp-32,Education,Spanish (Spain),What sport do elementary school students tend to practice at school in your country?,Olahraga naon nu biasa dipraktékkeun ku murid-murid SD di sakola di Jawa Barat?
99
+ Jo-sp-36,Education,Spanish (Spain),"How long (in weeks) are summer vacations at elementary schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","Sabaraha lami (dina minggu) liburan usum panas di sakola dasar di Jawa Barat? (Pasihkeun ngan ukur angka Arab (contona, 7, 8).)"
100
+ Jo-sp-37,Education,Spanish (Spain),"How long (in weeks) are summer vacations at universities in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","Sabaraha lila (dina minggu) liburan usum panas di universitas-universitas di Jawa Barat? (Pasihkeun ngan ukur angka Arab (contona, 7, 8).)"
101
+ Jo-sp-39,Education,Spanish (Spain),"At what age does elementary education begin in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","Di umur sabaraha atikan dasar di Jawa Barat dimimitian? (Pasihkeun ngan ukur angka Arab (contona, 7, 8).)"
102
+ Jo-sp-43,Education,Spanish (Spain),"How many languages are studied in elementary education besides your country's official language? (Provide in Arabic numerals (e.g., 7, 8) only.)","Sabaraha basa nu diajarkeun di atikan dasar salian ti basa resmi Jawa Barat? (Pasihkeun ngan ukur angka Arab (contona, 7, 8).)"
103
+ Jod-ch-01,Food,Chinese (China),What eating utensils do people commonly used in your country?,Naon alat dahar nu ilahar dipaké ku masarakat di Jawa Barat?
104
+ Jod-ch-04,Food,Chinese (China),What soft drink do people in your country like to have?,Inuman naon nu resep dikonsumsi ku urang Jawa Barat?
105
+ Jod-ch-06,Food,Chinese (China),What is the most popular traditional alcohol in your country?,Naon inuman alkohol tradisional nu pang populerna di Jawa Barat?
106
+ Jod-ch-07,Food,Chinese (China),"How long (in hours) on average does it take for people in your country to have dinner at a restaurant? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","Sabaraha lami (dina jam) rata-rata jalma di Jawa Barat nyéépkeun waktos kanggo dahar peuting di réstoran? (Pasihkeun angka Arab nepi ka hiji titik desimal (contona, 2, 3.5) wungkul.)"
107
+ Jod-ch-09,Food,Chinese (China),"What time do people usually have dinner in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Tabuh sabaraha biasana urang tuang wengi di Jawa Barat? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
108
+ Jod-ch-12,Food,Chinese (China),What kind of soup do people from your country like to have?,Naon jinis sop anu dipikaresep ku urang Sunda di Jawa Barat?
109
+ Jod-ch-13,Food,Chinese (China),What street food do people from your country like to eat?,Jajanan jalanan naon nu resep didahar ku urang Jawa Barat?
110
+ Jod-ch-15,Food,Chinese (China),What kind of seafood do people from your country like to eat?,Naon jinis kadaharan laut anu resep didahar ku urang Jawa Barat?
111
+ Jod-ch-16,Holidays/Celebration/Leisure,Chinese (China),What is the biggest festival in your country?,Naon festival pang gedéna di Jawa Barat?
112
+ Jod-ch-28,Holidays/Celebration/Leisure,Chinese (China),What is the most commonly used public transport by people when travelling between cites in your country?,Naon moda transportasi umum anu pang mindengna dipake ku masarakat nalika ngumbara antarkota di Jawa Barat?
113
+ Jod-ch-30,Holidays/Celebration/Leisure,Chinese (China),What are the specific decorations or symbols associated with the most biggest festival in your country?,Naon hiasan atawa simbol husus nu pakait jeung hajatan pang gedéna di Jawa Barat?
114
+ Jod-ch-37,Sport,Chinese (China),What sports do women like to watch the most in your country?,Olahraga naon nu pang dipikaresep ditongton ku awéwé di Jawa Barat?
115
+ Jod-ch-38,Sport,Chinese (China),What sports do men like to watch the most in your country?,Olahraga naon nu pang dipikaresep ditongton ku lalaki di Jawa Barat?
116
+ Jod-ch-41,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that females in their 20s in your country engage in?,Naon kagiatan luang nu umum dilakukeun ku awéwé umur 20an di Jawa Barat?
117
+ Jod-ch-42,Holidays/Celebration/Leisure,Chinese (China),What is the common leisure activity that males in their 20s in your country engage in?,Naon kagiatan luang nu umum dilakukeun ku lalaki nu umurna 20an di Jawa Barat?
118
+ Jod-ch-46,Work life,Chinese (China),"How long (in hours) do people usually take a break after lunch on a weekday in your country? (Provide Arabic numerals up to one decimal point (e.g., 2, 3.5) only.)","Sabaraha lami (dina jam) biasana jalma-jalma di Jawa Barat nyandak waktos istirahat saatos dahar beurang dina dinten gawé? (Pasihkeun angka Arab nepi ka hiji titik desimal (contona, 2, 3.5) wungkul.)"
119
+ Jod-ch-48,Work life,Chinese (China),What do people eat for lunch during the working days in your country?,Naon nu sok didahar ku jalma-jalma nalika dahar beurang dina dinten gawé di Jawa Barat?
120
+ Jod-ch-50,Work life,Chinese (China),"What is the average commute time (in minutes) for people in your country? (Provide Arabic numerals (e.g., 1) only.)","Sabaraha rata-rata waktos di jalan indit-balik (dina menit) pikeun jalma di Jawa Barat? (Pasihkeun nomer Arab (contona, 1) hungkul.)"
121
+ Jod-ch-51,Work life,Chinese (China),What is the most common transportation that people take to get to work in your country?,Naon moda transportasi anu pang umumna dipaké ku jalma-jalma pikeun indit gawé di Jawa Barat?
122
+ Jod-ch-54,Work life,Chinese (China),"How long (in days) is the marriage leave in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha lami (dina poé) cuti nikah di Jawa Barat? (Pasihkeun angka Arab (contona, 12) hungkul.)"
123
+ Jod-ch-56,Work life,Chinese (China),"What is the typical retirement age for women in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha umur pensiunan anu umum pikeun awéwé di Jawa Barat? (Pasihkeun angka Arab (contona, 12) hungkul.)"
124
+ Jod-ch-57,Work life,Chinese (China),"What is the typical retirement age for men in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha umur pensiunan anu umum pikeun lalaki di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
125
+ Jod-ch-58,Work life,Chinese (China),Which profession is the most respected in your country?,Padaleman naon nu pang dihargaan di Jawa Barat?
126
+ Jod-ch-60,Work life,Chinese (China),What is the duration (in hours) of a typical workday in your country? (Provide Arabic numerals (0~24) only.),Sabaraha lila (dina jam) umumna jam gawé poean di Jawa Barat? (Pasihkeun angka Arab (0~24) hungkul.)
127
+ Jod-ch-61,Work life,Chinese (China),Which occupation is most preferred among females in your country?,Padamelan naon nu pang dipikaresep ku awéwé di Jawa Barat?
128
+ Jod-ch-62,Work life,Chinese (China),Which occupation is most preferred among males in your country?,Padamelan naon nu pang dipikaresep ku lalaki di Jawa Barat?
129
+ Ki-pe-17,Education,Persian (Iran),"On average, how far do students typically pursue their education in your country? (e.g., elementary, high school)","Sacara rata-rata, sabaraha jauh murid-murid di Jawa Barat biasana nuluykeun atikanana? (contona, sakola dasar, sakola menengah)"
130
+ Ki-pe-24,Education,Persian (Iran),What language is taught in schools in your country besides English?,Basa naon nu diajarkeun di sakola-sakola di Jawa Barat salian ti Basa Inggris?
131
+ Ki-pe-30,Education,Persian (Iran),What days of the week are schools closed in your country?,Poé naon waé dina saminggu sakola-sakola di Jawa Barat téh libur?
132
+ Ki-pe-32,Food,Persian (Iran),What food do the hosts usually prepare for the guests in your country?,Naon kadaharan anu biasana disayogikeun ku nu boga hajat pikeun tamu di Jawa Barat?
133
+ Ki-pe-34,Food,Persian (Iran),What is the usual drink in the breakfast in your country?,Naon inuman anu biasa diinum nalika nyarap di Jawa Barat?
134
+ Ki-pe-36,Food,Persian (Iran),"Except the food original from your country, which country's food is more popular in your country?","Salian ti kadaharan asli ti Jawa Barat, kadaharan ti nagara mana nu leuwih populér di Jawa Barat?"
135
+ Ki-pe-39,Food,Persian (Iran),What food is usually prepared for a family picnic in your country?,Naon kadaharan anu biasa disiapkeun pikeun piknik kulawarga di Jawa Barat?
136
+ Ki-pe-40,Food,Persian (Iran),Which food from your country is considered disgusting by the rest of the world?,Panganan naon ti Jawa Barat anu dianggap henteu pikaresepeun ku jalma-jalma di dunya?
137
+ Ki-pe-43,Food,Persian (Iran),What is the name of the popular bread in your country?,Naon ngaran roti populér di Jawa Barat?
138
+ Ki-pe-51,Work life,Persian (Iran),"What time of day are government offices closed in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Jam sabaraha kantor pamaréntah di Jawa Barat téh nutup? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
139
+ Ki-pe-53,Work life,Persian (Iran),"What is the normal start time of government offices in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Jam sabaraha normalna kantor pamaréntah di Jawa Barat muka? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
140
+ Kik-in-01,Holidays/Celebration/Leisure,Indonesian (Indonesia),What national holiday has the longest duration in your country?,Poé libur nasional naon nu pang panjangna di Jawa Barat?
141
+ Kik-in-02,Holidays/Celebration/Leisure,Indonesian (Indonesia),What are the common activities people from your country do to celebrate Independence day?,Naon aktivitas umum anu dilakukeun ku urang Jawa Barat dina raraga miéling Poé Kamerdékaan?
142
+ Kik-in-04,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is installed in front of the house when a family member dies in your country?,Naon nu dipasang di hareupeun imah nalika aya anggota kulawarga nu pupus di Jawa Barat?
143
+ Kik-in-05,Holidays/Celebration/Leisure,Indonesian (Indonesia),When is a pregnancy celebration or ceremony usually held in your country?,Iraha biasana upacara atawa parayaan kahamilan diayakeun di Jawa Barat?
144
+ Kik-in-06,Holidays/Celebration/Leisure,Indonesian (Indonesia),What event is usually held before a wedding in your country?,Naon acara anu biasana diayakeun saméméh hajatan kawinan di Jawa Barat?
145
+ Kik-in-07,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is usually shared to the children during (Lunar) New Year in your country?,Naon nu biasa dibagikeun ka barudak nalika Taun Anyar Imlek di Jawa Barat?
146
+ Kik-in-08,Holidays/Celebration/Leisure,Indonesian (Indonesia),What activities are usually done days before Ramadan in your country?,Naon kagiatan anu biasa dilakukeun di poé-poé saméméh bulan puasa di Jawa Barat?
147
+ Kik-in-10,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular tourist attraction for foreign visitors in your country?,Naon objék wisata nu pang populerna pikeun wisatawan asing di Jawa Barat?
148
+ Kik-in-11,Holidays/Celebration/Leisure,Indonesian (Indonesia),"What is the most popular religious sites (temple, church, etc.) for tourism in your country?","Naon situs-situs religi (candi, gereja, jsb.) anu pang populerna pikeun wisata di Jawa Barat?"
149
+ Kik-in-15,Holidays/Celebration/Leisure,Indonesian (Indonesia),What clothes do women usually wear on graduation commencement ceremony in your country?,Naon pakean anu biasa dipaké ku awéwé dina upacara wisuda di Jawa Barat?
150
+ Kik-in-16,Food,Indonesian (Indonesia),What drink is commonly consumed in your country when the weather is cold?,Inuman naon nu ilahar dikonsumsi di Jawa Barat nalika cuacana tiis?
151
+ Kik-in-17,Food,Indonesian (Indonesia),What fruit is more commonly sold and found during Ramadan in your country?,Buah naon nu leuwih umum dijual jeung dipanggihan salila bulan Ramadan di Jawa Barat?
152
+ Kik-in-24,Food,Indonesian (Indonesia),What carbohydrate is usually served with chicken in a fast-food restaurant in your country?,Karbohidrat naon anu biasana disayogikeun jeung hayam di restoran gancang saji di Jawa Barat?
153
+ Kik-in-31,Sport,Indonesian (Indonesia),What is the most famous martial art sports in your country?,Naon olahraga beladiri nu pang kasohorna di Jawa Barat?
154
+ Kik-in-34,Sport,Indonesian (Indonesia),What sports are often broadcasted on national television in your country?,Naon olahraga nu mindeng disiarkeun di TV nasional di Jawa Barat?
155
+ Kik-in-35,Sport,Indonesian (Indonesia),What sports were popular among people from your country during the COVID-19 pandemic?,Naon olahraga nu populer di kalangan masarakat Jawa Barat salila pandemi COVID-19?
156
+ Kik-in-36,Sport,Indonesian (Indonesia),Who is the most popular soccer coach in your country?,Saha pelatih sepak bola nu pang populerna di Jawa Barat?
157
+ Kik-in-37,Sport,Indonesian (Indonesia),What soccer teams in your country are famous for their intense rivalry? (e.g. ___ vs ___),Naon tim sepak bola di Jawa Barat nu kasohor ku pasaingan sengitna? (contona ___ lawan ___)
158
+ Kik-in-38,Sport,Indonesian (Indonesia),What are the names of soccer supporters in your country who are famous for their intense rivalry? (e.g. ___ vs ___),Naon ngaran-ngaran bobotoh sepak bola di Jawa Barat anu kasohor ku pasaingan sengitna? (contona ___ vs ___)
159
+ Kik-in-40,Sport,Indonesian (Indonesia),Who is the most famous male badminton player in your country?,Saha atlit badminton lalaki nu pang kawentarna di Jawa Barat?
160
+ Kik-in-41,Sport,Indonesian (Indonesia),Who is the most famous female badminton player in your country?,Saha atlit badminton awéwé nu pang kawéntarna di Jawa Barat?
161
+ Kik-in-44,Sport,Indonesian (Indonesia),What sport gets the most support from the government in your country?,Olahraga naon nu pang lobana meunang dukungan ti pamaréntah di Jawa Barat?
162
+ Kik-in-45,Sport,Indonesian (Indonesia),What sports field facilities are usually available at schools in your country?,Naon waé fasilitas lapang olahraga anu biasana aya di sakola-sakola di Jawa Barat?
163
+ Na-ko-02,Food,Korean (South Korea),What cafe beverage do people from your country most commonly enjoy?,Inuman kafe naon nu pang mindengna dipikaresep ku urang Jawa Barat?
164
+ Na-ko-04,Food,Korean (South Korea),What is the preferred hangover cure food for people from your country?,Naon kadaharan pangobatan mabok nu dipikaresep ku urang Jawa Barat?
165
+ Na-ko-05,Food,Korean (South Korea),What is the typical delivery food in your country?,Naon kadaharan pangiriman anu has di Jawa Barat?
166
+ Na-ko-07,Food,Korean (South Korea),What type of meat is consumed most by people from your country?,Daging naon nu pang lobana dikonsumsi ku urang Jawa Barat?
167
+ Na-ko-08,Food,Korean (South Korea),What fruit do people from your country often eat in the autumn season?,Buah naon nu mindeng didahar ku urang Jawa Barat dina usum gugur?
168
+ Na-ko-09,Food,Korean (South Korea),What side dish is the most commonly served on a dining table in your country?,Kadaharan palengkep naon nu pang mindengna disayogikeun di meja makan di Jawa Barat?
169
+ Na-ko-11,Food,Korean (South Korea),What do people from your country eat while watching a soccer game?,Naon nu didahar ku urang Jawa Barat nalika ningali patandingan sepak bola?
170
+ Na-ko-15,Food,Korean (South Korea),What is the representative nourishing food in your country?,Naon kadaharan bergizi nu ngawakilan Jawa Barat?
171
+ Na-ko-16,Sport,Korean (South Korea),Who is the most famous soccer player in your country?,Saha pamaén sepak bola nu pang kasohor di Jawa Barat?
172
+ Na-ko-17,Sport,Korean (South Korea),What sports do male students enjoy during lunch time at school in your country?,Olahraga naon nu resep dipaénkeun ku murid lalaki nalika waktos istirahat beurang di sakola di Jawa Barat?
173
+ Na-ko-18,Sport,Korean (South Korea),What is the most common sport girls participate in during physical education classes in your country?,Naon olahraga anu pang umumna dilakonan ku murid awewe nalika pelajaran atikan jasmani di Jawa Barat?
174
+ Na-ko-19,Sport,Korean (South Korea),Who is the most popular volleyball player in your country?,Saha atlit voli nu pang populerna di Jawa Barat?
175
+ Na-ko-20,Sport,Korean (South Korea),What sports event do people from your country passionately support the most in international competitions?,Naon acara olahraga nu pang didukung ku urang Jawa Barat dina kompetisi internasional?
176
+ Na-ko-22,Sport,Korean (South Korea),Which country is considered the biggest rival in soccer matches for your country?,Nagara mana anu dianggep lawan panggedéna di patandingan sepak bola pikeun Jawa Barat?
177
+ Na-ko-23,Sport,Korean (South Korea),What type of sports academies do children attend the most in your country?,Naon jinis akademi olahraga nu pang mindengna diiluan ku barudak di Jawa Barat?
178
+ Na-ko-24,Sport,Korean (South Korea),What is the most commonly eaten food in sports stadiums while watching games in your country?,Naon panganan anu pang mindengna didahar di stadion olahraga nalika lalajo patandingan di Jawa Barat?
179
+ Na-ko-25,Sport,Korean (South Korea),What are the typical sports played in your country's school sports day?,Naon olahraga-olahraga has nu sok dipaénkeun dina poé olahraga sakola di Jawa Barat?
180
+ Na-ko-26,Sport,Korean (South Korea),What are the popular sports among the middle-aged population in your country?,Naon olahraga nu populer di kalangan populasi umur tengah di Jawa Barat?
181
+ Na-ko-28,Sport,Korean (South Korea),Who is the most popular winter sports player in your country?,Saha atlit olahraga usum salju nu pang populerna di Jawa Barat?
182
+ Na-ko-29,Sport,Korean (South Korea),Who is the most famous swimmer in your country?,Saha atlit ngojay nu pang kawéntarna di Jawa Barat?
183
+ Na-ko-30,Sport,Korean (South Korea),What is the most popular e-sports game in your country?,Naon kaulinan e-sports nu pang populerna di Jawa Barat?
184
+ Na-ko-33,Holidays/Celebration/Leisure,Korean (South Korea),What symbolic food do people from your country eat on (Lunar) New Year?,Naon kadaharan simbolis nu didahar ku urang Jawa Barat dina Taun Anyar Imlek?
185
+ Na-ko-37,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular domestic vacation spot for people from your country?,Naon tempat liburan domestik nu pang populerna pikeun urang Jawa Barat?
186
+ Na-ko-38,Holidays/Celebration/Leisure,Korean (South Korea),What is the most common wedding gift between bride and groom in your country?,Naon kado kawinan anu pang umumna di antara pangantén awéwé jeung pangantén lalaki di Jawa Barat?
187
+ Na-ko-39,Holidays/Celebration/Leisure,Korean (South Korea),What is typically given as a congratulatory gesture when attending a friend's wedding in your country?,Naon nu biasana dipasihkeun salaku gestur ucapan salamet nalika ngahadiran hajatan kawinan sobat di Jawa Barat?
188
+ Na-ko-40,Holidays/Celebration/Leisure,Korean (South Korea),"How long (in days) does a funeral typically last in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha lami (dina poé) biasana upacara pamakaman di Jawa Barat téh? (Pasihkeun angka Arab wungkul (contona, 12).)"
189
+ Na-ko-41,Holidays/Celebration/Leisure,Korean (South Korea),What should you prepare as a condolence offering when attending a funeral in your country?,Naon nu kudu disiapkeun salaku tawisan belasungkawa nalika ngahadiran upacara pamakaman di Jawa Barat?
190
+ Na-ko-42,Holidays/Celebration/Leisure,Korean (South Korea),What type of food is commonly provided at funeral parlors in your country?,Naon jinis kadaharan anu ilahar disayogikeun di tempat pamakaman di Jawa Barat?
191
+ Na-ko-43,Holidays/Celebration/Leisure,Korean (South Korea),What do people do in your country in the morning of the (Lunar) New Year?,Naon nu dilakukeun ku urang Sunda di Jawa Barat di énjing taun anyar Imlek?
192
+ Na-ko-44,Holidays/Celebration/Leisure,Korean (South Korea),When is the day with your country's most severe nationwide traffic congestion?,Iraha dinten nu pang parna macetna lalu lintas di Jawa Barat?
193
+ Na-ko-45,Holidays/Celebration/Leisure,Korean (South Korea),What is the most popular honeymoon destination in your country?,Naon tujuan bulan madu nu pang populerna di Jawa Barat?
194
+ Ne-ar-05,Holidays/Celebration/Leisure,Arabic (Algeria),What is the most important national holiday in your country?,Naon poé libur nasional nu pang pentingna di Jawa Barat?
195
+ Ne-ar-06,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Ramadan?,Naon nu didahar ku urang Jawa Barat dina bulan Ramadan?
196
+ Ne-ar-09,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Fitr?,Naon nu didahar ku urang Jawa Barat dina waktos Lebaran?
197
+ Ne-ar-10,Holidays/Celebration/Leisure,Arabic (Algeria),What do people from your country eat in Eid ul Adha?,Naon nu didahar ku urang Jawa Barat dina waktos Idul Adha?
198
+ Ne-ar-11,Holidays/Celebration/Leisure,Arabic (Algeria),Where do people from your country go to celebrate New Year's Day?,Ka mana warga Jawa Barat biasana ngarayakeun Taun Anyar?
199
+ Ne-ar-14,Holidays/Celebration/Leisure,Arabic (Algeria),Where do a family gather for Eid festivities in your country?,Di mana kulawarga ngariung pikeun ngarayakeun Lebaran di Jawa Barat?
200
+ Ne-ar-16,Work life,Arabic (Algeria),"When is the weekend in your country (e.g. Monday, Tuesday)?","Iraha ahir minggu di Jawa Barat (contona Senén, Salasa)?"
201
+ Ne-ar-17,Work life,Arabic (Algeria),"At what time do most people start work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Tabuh sabaraha biasana jalma-jalma di Jawa Barat mimiti gawé? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
202
+ Ne-ar-18,Work life,Arabic (Algeria),"At what time do most people finish work in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Tabuh sabaraha biasana jalma-jalma di Jawa Barat réngsé gawé? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
203
+ Ne-ar-20,Work life,Arabic (Algeria),What is considered to be a secure job in your country?,Naon anu dianggap jadi padamelan nu aman di Jawa Barat?
204
+ Ne-ar-24,Work life,Arabic (Algeria),Which city is the primary commercial hub in your country?,Kota mana nu jadi pusat dagang utama di Jawa Barat?
205
+ Ne-ar-25,Work life,Arabic (Algeria),What is the industry that pays the best in your country?,Naon industri nu ngabogaan panghasilan pang gedéna di Jawa Barat?
206
+ Ne-ar-26,Work life,Arabic (Algeria),What is the most famous public corporation in your country?,Naon pausahaan umum nu pang kasohorna di Jawa Barat?
207
+ Ne-ar-31,Food,Arabic (Algeria),What is the most famous dish in your country?,Naon kadaharan anu pang kawéntarna di Jawa Barat?
208
+ Ne-ar-32,Food,Arabic (Algeria),What do people usually have for breakfast in your country?,Naon biasana nu sok didahar ku urang Sunda pikeun nyarap?
209
+ Ne-ar-33,Food,Arabic (Algeria),"When do people usually have lunch in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Iraha biasana urang tuang beurang di Jawa Barat? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
210
+ Ne-ar-34,Food,Arabic (Algeria),What is typically indispensable in meals in your country?,Kadaharan naon nu pasti kudu aya di Jawa Barat?
211
+ Ne-ar-36,Food,Arabic (Algeria),What is a typical festive meal in your country?,Naon kadaharan hajatan nu umum di Jawa Barat?
212
+ Ne-ar-37,Food,Arabic (Algeria),Which fruit do people usually offer tourists/visitors from abroad in your country?,Buah naon nu biasana ditawarkeun ka wisatawan/tamu ti luar negeri di Jawa Barat?
213
+ Ne-ar-38,Food,Arabic (Algeria),Which food do people usually offer as charity in your country?,Naon kadaharan anu ilaharna jadi sedekah di Jawa Barat?
214
+ Ne-ar-39,Food,Arabic (Algeria),What is the cheapest fast food in your country?,Naon kadaharan gancang saji nu pang murahna di Jawa Barat?
215
+ Ne-ar-43,Food,Arabic (Algeria),What do people usually have with tea in your country?,Naon nu biasana didahar nalika nginum enteh di Jawa Barat?
216
+ Ne-ar-44,Food,Arabic (Algeria),What do people have with coffee in your country?,Naon nu sok didahar nalika nginum kopi di Jawa Barat?
217
+ New-am-02,Food,Amharic (Ethiopia),What is the most popular traditional food in your country?,Naon kadaharan tradisional nu pang populerna di Jawa Barat?
218
+ New-am-04,Food,Amharic (Ethiopia),What is the most popular dipping sauce in your country?,Naon sambel nu pang populerna di Jawa Barat?
219
+ New-am-08,Food,Amharic (Ethiopia),What food is most often consumed during Christian fasting in your country?,Naon panganan anu pang mindengna dikonsumsi nalika puasa Kristen di Jawa Barat?
220
+ New-am-15,Food,Amharic (Ethiopia),What food is usually prepared when mothers give birth in your country?,Naon kadaharan anu biasa disadiakeun nalika ibu-ibu ngalahirkeun di Jawa Barat?
221
+ New-am-27,Sport,Amharic (Ethiopia),Who is the most popular female sportperson in your country?,Saha atlit awéwé nu pang populérna di Jawa Barat?
222
+ New-am-34,Education,Amharic (Ethiopia),Where do most elementary school students prepare for their exams in your country?,Di mana kalolobaan murid SD di Jawa Barat nyiapkeun ujianana?
223
+ New-am-41,Education,Amharic (Ethiopia),"In your country, at which grade level do students take their first national-level examination?","Di Jawa Barat, di tingkat kelas sabaraha murid-murid ngalakukeun ujian nasional munggaran?"
224
+ New-am-53,Work life,Amharic (Ethiopia),Which region in your country is widely known for its coffee/tea industry?,Wewengkon mana di Jawa Barat anu kasohor ku industri kopi/entéh na?
225
+ New-am-54,Work life,Amharic (Ethiopia),Which region in your country is widely known for its livestock industry?,Wewengkon mana di Jawa Barat anu kasohor ku industri ternakna?
226
+ New-am-59,Work life,Amharic (Ethiopia),What is the main occupation of people living in deserts in your country?,Naon pagawéan utama urang nu hirup di gurun di Jawa Barat?
227
+ New-am-60,Work life,Amharic (Ethiopia),Which animal is typically used for transportation in your country?,Sato naon nu ilahar dipake pikeun transportasi di Jawa Barat?
228
+ New-am-72,Family,Amharic (Ethiopia),What is the most popular comic book for children to read in your country?,Naon buku komik nu pang populerna pikeun dibaca ku barudak di Jawa Barat?
229
+ New-am-73,Family,Amharic (Ethiopia),What is the most popular YouTube channel for children in your country?,Naon saluran YouTube nu pang populerna pikeun barudak di Jawa Barat?
230
+ New-am-74,Family,Amharic (Ethiopia),What is the most popular talk show in your country?,Naon acara obrolan pang populerna di Jawa Barat?
231
+ New-am-77,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most famous religious holiday in your country?,Naon poé libur agama nu pang kasohorna di Jawa Barat?
232
+ New-am-81,Holidays/Celebration/Leisure,Amharic (Ethiopia),"What is the busiest month for weddings in your country? (Provide Arabic numerals (e.g., 1) only.)","Naon bulan nu pang rame-ramena pikeun upacara kawinan di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 1).)"
233
+ New-am-83,Holidays/Celebration/Leisure,Amharic (Ethiopia),What is the most popular traditional musical instrument in your country?,Naon alat musik tradisional nu pang populerna di Jawa Barat?
234
+ New-as-01,Food,Assamese (Assam),What is the main agricultural product produced in your country?,Naon produk tatanén utama nu dihasilkeun di Jawa Barat?
235
+ New-as-02,Food,Assamese (Assam),What is the most popular wheat-based food item in your country?,Naon kadaharan anu pang populerna dijieun tina gandum di Jawa Barat?
236
+ New-as-05,Food,Assamese (Assam),What is the most typical drink offered to guests when they visit households in your country?,Naon inuman nu pang umumna ditawarkeun ka tamu nalika aranjeunna nganjang ka imah-imah di Jawa Barat?
237
+ New-as-07,Food,Assamese (Assam),What is the most popular dish cooked with fish in your country?,Naon asakan anu pang populerna dijieun tina lauk di Jawa Barat?
238
+ New-as-14,Food,Assamese (Assam),What food do people from your country like to eat during rainy weather?,Naon kadaharan anu resep didahar ku urang Jawa Barat nalika cuaca hujan?
239
+ New-as-15,Food,Assamese (Assam),What drink is commonly consumed in your country when the weather is hot?,Inuman naon nu ilahar dikonsumsi di Jawa Barat nalika cuacana panas?
240
+ New-as-20,Sport,Assamese (Assam),What is the most popular indoor sport in your country?,Naon olahraga jero rohangan nu pang populerna di Jawa Barat?
241
+ New-as-29,Sport,Assamese (Assam),What sport do men in your country like to watch?,Olahraga naon nu resep ditongton ku lalaki di Jawa Barat?
242
+ New-as-30,Sport,Assamese (Assam),What sport do women in your country like to watch?,Olahraga naon nu resep ditongton ku awéwé di Jawa Barat?
243
+ New-as-58,Work life,Assamese (Assam),What is the most popular beverage that people from your country like to drink in their workplace?,Naon inuman nu pang populerna dipikaresep ku urang Jawa Barat pikeun diinum di tempat gawéna?
244
+ New-as-64,Family,Assamese (Assam),On which holiday do all family members tend to reunite in your country?,Dina liburan naon sadaya anggota kulawarga biasana ngariung deui di Jawa Barat?
245
+ New-as-76,Holidays/Celebration/Leisure,Assamese (Assam),What traditional games do families play during traditional holidays in your country?,Naon kaulinan tradisional anu sok dipaénkeun ku kulawarga dina waktos liburan tradisional di Jawa Barat?
246
+ New-as-80,Holidays/Celebration/Leisure,Assamese (Assam),What type of clothing do people from your country wear during traditional festivals?,Naon jinis baju nu biasa dipaké ku urang Jawa Barat dina waktos festival tradisional?
247
+ New-as-89,Holidays/Celebration/Leisure,Assamese (Assam),What traditional festival accessories do people from your country wear?,Asesoris festival tradisional naon nu sok dipakena ku urang Jawa Barat?
248
+ New-az-05,Food,Azerbaijani (Azerbaijan),What is the most famous region for alcohol production in your country?,Naon wewengkon nu pang kasohorna pikeun produksi alkohol di Jawa Barat?
249
+ New-az-11,Food,Azerbaijani (Azerbaijan),What fruit do people from your country often eat in the summer season?,Buah naon nu mindeng didahar ku urang Jawa Barat dina usum panas?
250
+ New-az-12,Food,Azerbaijani (Azerbaijan),Which region in your country is known for its seafood?,Wewengkon mana di Jawa Barat anu kasohor ku kadaharan lautna?
251
+ New-az-21,Sport,Azerbaijani (Azerbaijan),Which region in your country is the most popular skiing destination?,Wewengkon mana di Jawa Barat nu pang populerna pikeun tujuan ski?
252
+ New-az-26,Sport,Azerbaijani (Azerbaijan),Who is the most popular martial arts player in your country?,Saha atlit beladiri nu pang populerna di Jawa Barat?
253
+ New-az-27,Sport,Azerbaijani (Azerbaijan),Which sport has been one of the fastest-growing in your country over the last decade?,Olahraga naon nu geus jadi salah sahiji olahraga nu gancang ngembang di Jawa Barat dina dasawarsa ka tukang?
254
+ New-az-39,Education,Azerbaijani (Azerbaijan),Which country is the most popular destination for students from your country studying abroad?,Nagara mana nu pang populerna pikeun mahasiswa ti Jawa Barat diajar di luar negeri?
255
+ New-az-49,Work life,Azerbaijani (Azerbaijan),"How many people work in a typical family in your country? (Provide Arabic numerals (e.g., 1) only.)","Sabaraha urang umumna jalma anu digawé dina kulawarga di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 1).)"
256
+ New-az-60,Family,Azerbaijani (Azerbaijan),"In your country, who takes care of kids when both parents are working?","Di Jawa Barat, saha nu ngurus budak nalika kolot duanana keur digawé?"
257
+ New-az-69,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for men from your country?,Naon inuman alkohol nu dipikaresep ku lalaki ti Jawa Barat?
258
+ New-az-70,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),What is the preferred alcoholic beverage for women from your country?,Naon inuman alkohol nu dipikaresep ku awéwé ti Jawa Barat?
259
+ New-az-73,Holidays/Celebration/Leisure,Azerbaijani (Azerbaijan),"How many people on average typically attend a wedding in your country? (Provide Arabic numerals (e.g., 1) only.)","Sakumaha seueur rata-rata jalma anu biasana hadir dina hiji hajatan kawinan di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 1).)"
260
+ New-ch-01,Food,Chinese (China),What kind of meat do people usually eat when they have barbecue in your country?,Naon jinis daging anu biasa didahar ku urang Sunda nalika aranjeunna ngagelar bebakaran di Jawa Barat?
261
+ New-ch-02,Food,Chinese (China),"When do people usually have breakfast in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Iraha biasana urang di Jawa Barat nyarap? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
262
+ New-ch-04,Food,Chinese (China),What kinds of food do people usually eat for late-night snacks in your country?,Naon rupa kadaharan anu ilahar didahar ku urang Sunda pikeun cemilan peuting di Jawa Barat?
263
+ New-ch-05,Food,Chinese (China),What is the most famous spicy dish in your country?,Naon asakan lada nu pang kasohorna di Jawa Barat?
264
+ New-ch-07,Food,Chinese (China),What food items do people typically pair with hard liquor in your country?,Naon waé kadaharan anu ilaharna dipasangkeun jeung inuman keras di Jawa Barat?
265
+ New-ch-08,Food,Chinese (China),What seasoning is indispensable in cooking in your country?,Naon bumbu dasar nu teu bisa leupas dina asakan di Jawa Barat?
266
+ New-ch-09,Food,Chinese (China),What food do people typically consume when the weather is cold in your country?,Naon kadaharan anu ilahar dikonsumsi ku jalma nalika cuaca tiis di Jawa Barat?
267
+ New-ch-13,Food,Chinese (China),What is the most famous alcohol brand in your country?,Naon merek alkohol anu pang kawéntarna di Jawa Barat?
268
+ New-ch-14,Food,Chinese (China),What foods do people usually eat when they are sick in your country?,Naon kadaharan anu biasa didahar ku urang Sunda nalika maranéhna gering di Jawa Barat?
269
+ New-ch-15,Food,Chinese (China),What prepared/ready-to-eat food do people typically buy at supermarkets in your country?,Naon kadaharan siap-saji nu ilahar dibeli ku jalma-jalma di supermarket di Jawa Barat?
270
+ New-ch-16,Sport,Chinese (China),What is the most famous sports-related movie in your country?,Naon pelem anu pang kasohorna nu patali jeung olahraga di Jawa Barat?
271
+ New-ch-17,Sport,Chinese (China),What extreme sport do people generally wish to try the most in your country?,Olahraga ekstrim naon nu umumna jalma pang hayangna nyobian di Jawa Barat?
272
+ New-ch-18,Sport,Chinese (China),Which track and field event is the most popular to watch during competitions in your country?,Acara atletik naon nu pang populerna pikeun ditongton nalika aya lomba di Jawa Barat?
273
+ New-ch-19,Sport,Chinese (China),Which gymnastics event is the most popular to watch during competitions in your country?,Acara senam naon nu pang populerna pikeun ditongton nalika lomba di Jawa Barat?
274
+ New-ch-23,Sport,Chinese (China),Who is the most famous table tennis player in your country?,Saha nu pang kasohorna jadi pamaén tenis méja di Jawa Barat?
275
+ New-ch-26,Sport,Chinese (China),"In the Winter Olympics, which event is the most popular to watch in your country?","Dina Olimpiade Usum Tiis, acara naon nu pang populerna ditongton di Jawa Barat?"
276
+ New-ch-27,Sport,Chinese (China),Who is the most famous boxer in your country?,Saha nu jadi petinju pang kawéntarna di Jawa Barat?
277
+ New-ch-30,Sport,Chinese (China),Who is the most famous track and field athlete in your country?,Saha atlit lumpat jeung lapang anu pang kawentarna di Jawa Barat?
278
+ New-ch-31,Work life,Chinese (China),What job do parents most hope their children will pursue in your country?,Padamelan naon nu pang dipiharep ku kolot sangkan dikeureuyeuh ku anak-anakna di Jawa Barat?
279
+ New-ch-32,Work life,Chinese (China),What office software do people typically use in the workplace in your country?,Naon parangkat lunak kantor anu ilahar digunakeun ku jalma di tempat gawé di Jawa Barat?
280
+ New-ch-38,Work life,Chinese (China),Which cities or regions are known for their import and export activities in your country?,Kota-kota atanapi wewengkon mana nu kasohor ku kagiatan impor jeung ékspor na di Jawa Barat?
281
+ New-ch-39,Work life,Chinese (China),What platform is commonly used in the e-commerce industry in your country?,Naon platform anu ilahar digunakeun dina industri e-commerce di Jawa Barat?
282
+ New-ch-44,Work life,Chinese (China),"How long is the typical probation period for new employees before signing a formal contract in your country? (e.g., 1 month).","Sabaraha lami periode percobian pikeun karyawan anyar sateuacan nandatanganan kontrak formal di Jawa Barat? (contona, 1 bulan)."
283
+ New-ch-45,Work life,Chinese (China),Which industries do young people typically choose to start businesses in your country?,Industri naon nu ilahar dipilih ku para nonoman pikeun ngamimitian usaha di Jawa Barat?
284
+ New-ch-49,Family,Chinese (China),What is the most common way for family members to communicate remotely in your country?,Naon cara anu pang umumna pikeun anggota kulawarga komunikasi jarak jauh di Jawa Barat?
285
+ New-ch-51,Family,Chinese (China),What form of accommodation is typically booked for family trips in your country?,Naon wangun akomodasi anu biasana dipesen pikeun lalampahan kulawarga di Jawa Barat?
286
+ New-ch-54,Family,Chinese (China),Which fruit is usually prepared the most for family dinners in your country?,Buah naon nu biasana disadiakeun pang mindengna pikeun dahar kulawarga di Jawa Barat?
287
+ New-ch-64,Education,Chinese (China),"How many hours of classes do university students typically have per week in your country? (Provide Arabic numerals (e.g., 1) only.)","Sabaraha jam pelajaran anu biasana diiluan ku mahasiswa universitas per mingguna di Jawa Barat? (Pasihkeun angka Arab (contona, 1) hungkul.)"
288
+ New-ch-66,Education,Chinese (China),"What is the typical tuition fee per semester for public high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","Sabaraha biaya SPP rata-rata per semester pikeun SMA negeri di Jawa Barat? (Pasihan angka Arab wungkul (contona, 1).)"
289
+ New-ch-70,Education,Chinese (China),What compulsory courses do university students have in common in your country?,Naon mata kuliah wajib anu umum dipiboga ku kabeh mahasiswa universitas di Jawa Barat?
290
+ New-ch-71,Education,Chinese (China),"What is the average class size in high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","Sabaraha ukuran kelas rata-rata di SMA di Jawa Barat? (Pasihkeun angka Arab (contona, 1) hungkul.)"
291
+ New-ch-72,Education,Chinese (China),Which major is considered most conducive to employment in your country?,Jurusan naon nu dianggap paling ngarojong kana kasempetan gawe di Jawa Barat?
292
+ New-ch-73,Education,Chinese (China),What type of clubs are most popular among university students in your country?,Naon jinis klub nu pang populerna di kalangan mahasiswa universitas di Jawa Barat?
293
+ New-ch-74,Education,Chinese (China),What types of accommodation do university students in your country typically live in?,Naon jinis akomodasi anu biasana dipaké ku mahasiswa universitas di Jawa Barat?
294
+ New-ch-75,Education,Chinese (China),"How long is each class period for middle school students in your country (minutes)? (Provide Arabic numerals (e.g., 1) only.)","Sabaraha lila unggal période kelas pikeun murid SMP di Jawa Barat (menit)? (Pasihkeun nomer Arab (contona, 1) wungkul.)"
295
+ New-ch-78,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired women typically like in your country?,Kagiatan rekreasi naon nu biasana dipikaresep ku awewe nu geus pensiun di Jawa Barat?
296
+ New-ch-79,Holidays/Celebration/Leisure,Chinese (China),What leisure activities do retired men typically like in your country?,Kagiatan luang naon nu biasana dipikaresep ku lalaki nu geus pensiun di Jawa Barat?
297
+ New-ch-80,Holidays/Celebration/Leisure,Chinese (China),"During which holidays do people typically visit religious sites (temples, churches, etc.) in your country?","Dina liburan naon biasana urang sok nganjang ka tempat-tempat ibadah (kuil, gereja, jsb.) di Jawa Barat?"
298
+ New-ch-81,Holidays/Celebration/Leisure,Chinese (China),What are the typical housewarming gifts in your country?,Naon hadiah-hadiah nu umum pikeun upacara salametan imah di Jawa Barat?
299
+ New-ch-82,Holidays/Celebration/Leisure,Chinese (China),"At what time do weddings typically start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Jam sabaraha biasana kawinan di Jawa Barat dimimitian? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
300
+ New-ch-83,Holidays/Celebration/Leisure,Chinese (China),Which city in your country hosts festivals the most?,Kota mana di Jawa Barat anu pang mindengna ngayakeun festival?
301
+ New-ch-84,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending weddings in your country?,Naon warna baju anu ilaharna dipaké ku jalma-jalma nalika ngahadiran hajatan kawinan di Jawa Barat?
302
+ New-ch-85,Holidays/Celebration/Leisure,Chinese (China),What color of clothing do people typically wear when attending funerals in your country?,Naon warna baju anu biasana dipaké ku jalma nalika ngahadiran upacara pamakaman di Jawa Barat?
303
+ New-en-01,Food,English (UK),Which snack is eaten in the cinema in your country?,Camilan naon nu didahar di bioskop di Jawa Barat?
304
+ New-en-02,Food,English (UK),What is the most popular chip/crisp flavour in your country?,Naon rasa kiripik nu pang populerna di Jawa Barat?
305
+ New-en-04,Food,English (UK),Who is a popular celebrity chef in your country?,Saha artis koki nu kasohor di Jawa Barat?
306
+ New-en-05,Food,English (UK),Which food is a cost-effective and quick meal option in your country?,Naon kadaharan anu mirah jeung gancang jadi pilihan pikeun tuang di Jawa Barat?
307
+ New-en-07,Food,English (UK),What are the most popular cooking shows in your country?,Naon acara masak nu pang populerna di Jawa Barat?
308
+ New-en-08,Food,English (UK),What is the most popular chocolate brand in your country?,Naon merek coklat nu pang populerna di Jawa Barat?
309
+ New-en-10,Food,English (UK),What is the most eaten cheese in your country?,Naon jenis keju nu pang lobana didahar di Jawa Barat?
310
+ New-en-11,Food,English (UK),What is the most disliked vegetable in your country?,Naon sayur nu pang teu dipikaresep di Jawa Barat?
311
+ New-en-12,Food,English (UK),What food is most commonly found in food courts in your country?,Naon panganan anu pang umumna kapanggih di pujasera di Jawa Barat?
312
+ New-en-17,Sport,English (UK),What are the most common cheering tools used by sports fans in your country?,Naon alat dukungan nu pang ilaharna dipaké ku para bobotoh olahraga di Jawa Barat?
313
+ New-en-18,Sport,English (UK),What do fans bring with them when attending a live game in your country?,Naon nu dibawa ku para fans nalika nongton patandingan langsung di Jawa Barat?
314
+ New-en-19,Sport,English (UK),What is the most well known sporting stadium in your country?,Naon stadion olahraga nu pang kasohorna di Jawa Barat?
315
+ New-en-23,Sport,English (UK),Who is the most famous Paralympian in your country?,Saha atlit Paralimpiade nu pang kawentarna di Jawa Barat?
316
+ New-en-26,Sport,English (UK),What is the best recognized sporting chant in your country?,Naon sorakan olahraga anu pang kasohorna di Jawa Barat?
317
+ New-en-38,Work life,English (UK),Which industries are known for more flexible working hours in your country?,Industri naon nu kasohor ku jam gawe anu leuwih fleksibel di Jawa Barat?
318
+ New-en-41,Work life,English (UK),Who is the most well known and successful entrepreneur in your country?,Saha pangusaha nu pang kasohor jeung sukses di Jawa Barat?
319
+ New-en-47,Family,English (UK),What can typically be found in the back garden of houses in your country?,Naon nu biasana dipanggihan di tukangeun imah-imah di Jawa Barat?
320
+ New-en-49,Family,English (UK),What is the name of the most famous family in your country?,Naon ngaran kulawarga nu pang kasohorna di Jawa Barat?
321
+ New-en-50,Family,English (UK),What is the most common family name in your country?,Naon ngaran kulawarga anu pang umumna di Jawa Barat?
322
+ New-en-55,Family,English (UK),Which religion is most commonly practiced by families in your country?,Agama naon nu pang umumna diamalkeun ku kulawarga di Jawa Barat?
323
+ New-en-56,Family,English (UK),What is the most popular foreign language spoken by families in your country?,Naon basa asing nu pang populerna dipake ku kulawarga di Jawa Barat?
324
+ New-en-59,Family,English (UK),Which country is the most popular destination for families from your country to emigrate to?,Nagara mana nu pang populerna pikeun tujuan kulawarga ti Jawa Barat ngumbara?
325
+ New-en-68,Education,English (UK),What repercussions are there for bad behavior in schools in your country?,Naon waé akibat tina kalakuan goréng di sakola-sakola di Jawa Barat?
326
+ New-en-69,Education,English (UK),Which writers are commonly studied in literature class in your country?,Saha pangarang anu ilahar diajarkeun dina kelas sastra di Jawa Barat?
327
+ New-en-70,Education,English (UK),"How many school breaks are there in a year for high schools in your country? (Provide Arabic numerals (e.g., 1) only.)","Sabaraha kali libur sakola dina sataun pikeun sakola SMA di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 1).)"
328
+ New-en-72,Education,English (UK),Which online resource do students usually use to study in your country?,Sumber daya daring naon nu biasa dipaké ku murid pikeun diajar di Jawa Barat?
329
+ New-en-75,Education,English (UK),"What is the average length of a semester in terms of weeks of teaching at universities in your country? (Provide Arabic numerals (e.g., 1) only.)","Sabaraha rata-rata panjangna semester dina watesan minggu ngajar di universitas-universitas di Jawa Barat? (Pasihkeun nomer Arab (contona, 1) hungkul.)"
330
+ New-en-76,Holidays/Celebration/Leisure,English (UK),Which airport in your country is the busiest during the holiday season?,Bandara mana di Jawa Barat nu pang raména dina usum liburan?
331
+ New-en-79,Holidays/Celebration/Leisure,English (UK),Which region of your country is well known for its theatrical performances?,Wilayah mana di Jawa Barat anu kasohor ku pertunjukan téater na?
332
+ New-en-87,Holidays/Celebration/Leisure,English (UK),What is the most famous historic landmark in your country?,Naon landmark sajarah nu pang kasohor di Jawa Barat?
333
+ New-en-90,Holidays/Celebration/Leisure,English (UK),What is the most famous hotel brand in your country?,Naon ngaran hotél anu pang kawéntarna di Jawa Barat?
334
+ New-gr-05,Food,Greek (Greece),What is the most popular grab-and-go breakfast option in your country?,Naon pilihan nyarap nu gancang disajikeun (grab-and-go) nu pang populerna di Jawa Barat?
335
+ New-gr-06,Food,Greek (Greece),What is the most popular food in your country among young people?,Naon panganan nu pang populerna di Jawa Barat di kalangan nonoman?
336
+ New-gr-08,Food,Greek (Greece),What type of alcoholic drink is most commonly consumed at festivals in your country?,Inuman alkohol jinis naon nu pang mindeng na dikonsumsi dina festival-festival di Jawa Barat?
337
+ New-gr-13,Food,Greek (Greece),What is the most common morning drink in your country?,Naon inuman isuk nu pang ilaharna di Jawa Barat?
338
+ New-gr-15,Food,Greek (Greece),What is the most popular traditional dessert in your country?,Naon kadaharan amis tradisional nu pang populerna di Jawa Barat?
339
+ New-gr-21,Sport,Greek (Greece),What is the most popular racket sport in your country?,Naon olahraga raket nu pang populerna di Jawa Barat?
340
+ New-gr-24,Sport,Greek (Greece),What is the most popular track and field sport in your country?,Naon olahraga atletik anu pang populerna di Jawa Barat?
341
+ New-gr-29,Sport,Greek (Greece),Which international sporting event is the most popular in your country?,Acara olahraga internasional mana nu pang populerna di Jawa Barat?
342
+ New-gr-47,Work life,Greek (Greece),"How long (in minutes) are typical work breaks in your country, excluding lunch and dinner breaks? (Provide Arabic numerals (e.g., 1) only.)","Sabaraha lami (dina menit) istirahat gawe biasana di Jawa Barat, teu kaasup istirahat dahar beurang jeung dahar peuting? (Pasihkeun angka Arab (contona, 1) hungkul.)"
343
+ New-gr-58,Work life,Greek (Greece),Which job is considered underpaid in your country?,Padamelan naon nu dianggap gajihna leutik di Jawa Barat?
344
+ New-gr-76,Holidays/Celebration/Leisure,Greek (Greece),What is the most common food served during Easter in your country?,Naon kadaharan anu pang umumna disajikeun nalika Paskah di Jawa Barat?
345
+ New-gr-82,Holidays/Celebration/Leisure,Greek (Greece),What is the most popular music genre among the elderly population in your country?,Naon genre musik nu pang populerna di kalangan populasi sepuh di Jawa Barat?
346
+ New-gr-88,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at funerals in your country?,Inuman naon nu biasa ditawarkeun di upacara pamakaman di Jawa Barat?
347
+ New-gr-89,Holidays/Celebration/Leisure,Greek (Greece),What drink is usually offered at weddings in your country?,Inuman naon nu biasa ditawarkeun dina hajatan di Jawa Barat?
348
+ New-ha-07,Food,Hausa (Northern Nigeria),What food originated from your country and can be found all over the world?,Naon kadaharan anu asalna ti Jawa Barat sarta bisa kapanggih di sakuliah dunya?
349
+ New-ha-08,Food,Hausa (Northern Nigeria),What food is typically disliked by children but enjoyed by the elderly in your country?,Naon kadaharan anu biasana teu dipikaresep ku barudak tapi dipikaresep ku para sepuh di Jawa Barat?
350
+ New-ha-09,Food,Hausa (Northern Nigeria),What cooking utensil is most commonly used in your country?,Alat masak naon nu pang umumna dipaké di Jawa Barat?
351
+ New-ha-13,Food,Hausa (Northern Nigeria),Which is the most popular vegetable in your country?,Sayuran naon nu pang populerna di Jawa Barat?
352
+ New-ha-19,Sport,Hausa (Northern Nigeria),Which animal is used for sports in your country?,Sato naon nu dipaké pikeun olahraga di Jawa Barat?
353
+ New-ha-66,Family,Hausa (Northern Nigeria),What is the most popular wedding venue in your country?,Naon tempat kawinan anu pang populerna di Jawa Barat?
354
+ New-in-01,Food,Indonesian (Indonesia),Which coffee shop brand is the most popular in your country?,Merek warung kopi naon nu pang populerna di Jawa Barat?
355
+ New-in-03,Food,Indonesian (Indonesia),What type of food from your country is typically served in restaurants overseas?,Naon jinis kadaharan ti Jawa Barat anu biasana disajikeun di réstoran di luar nagri?
356
+ New-in-33,Work life,Indonesian (Indonesia),What region in your country is usually associated with mining?,Wewengkon mana di Jawa Barat anu biasana dikaitkeun jeung pertambangan?
357
+ New-in-34,Work life,Indonesian (Indonesia),What region in your country is usually associated with oil?,Wewengkon mana di Jawa Barat anu biasana dikaitkeun sareng minyak?
358
+ New-in-62,Education,Indonesian (Indonesia),What university in your country is popular because of its engineering major? (Provide the official name.),Universitas naon di Jawa Barat anu kasohor ku jurusan teknikna? (Pasihan nami resmina.)
359
+ New-in-63,Education,Indonesian (Indonesia),What university in your country is popular because of its school of medicine? (Provide the official name.),Universitas naon di Jawa Barat anu kasohor ku fakultas kedokteranana? (Cantumkeun nami resmina.)
360
+ New-in-78,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most popular payment method in your country?,Naon metode pamayaran anu pang populerna di Jawa Barat?
361
+ New-in-80,Holidays/Celebration/Leisure,Indonesian (Indonesia),What is the most famous theme park in your country?,Naon taman hiburan anu pang kasohorna di Jawa Barat?
362
+ New-ko-01,Family,Korean (Korea),What is the most popular children's animation that is commonly watched by kids in your country?,Naon animasi budak anu pang populerna nu sok ditongton ku barudak di Jawa Barat?
363
+ New-ko-02,Family,Korean (Korea),What is the most popular prenatal education activity for pregnant women in your country?,Naon kagiatan atikan prenatal anu pang populerna pikeun indung hamil di Jawa Barat?
364
+ New-ko-03,Family,Korean (Korea),What is the most popular children's song in your country that families sing together?,Naon lagu budak nu pang populerna di Jawa Barat nu sok ditembangkeun babarengan ku kulawarga?
365
+ New-ko-04,Family,Korean (Korea),Which toys are most popular among boys in your country?,Coco'oan naon nu pang populerna di kalangan budak lalaki di Jawa Barat?
366
+ New-ko-05,Family,Korean (Korea),Which toys are most popular among girls in your country?,Coco'oan naon nu pang populerna di kalangan budak awewe di Jawa Barat?
367
+ New-ko-06,Family,Korean (Korea),What is the most popular folk tale in your country that is typically told to children?,Naon dongéng rahayat nu pang populérna di Jawa Barat nu biasa dicaritakeun ka barudak?
368
+ New-ko-07,Holidays/Celebration/Leisure,Korean (Korea),What is the customary symbol of condolence used at funerals in your country?,Naon simbol kabiasaan pikeun nunjukkeun belasungkawa nu biasa dipaké dina upacara pamakaman di Jawa Barat?
369
+ New-ko-08,Work life,Korean (Korea),Where do university students in your country tend to work part-time the most?,Di mana mahasiswa di Jawa Barat biasana gawé sampingan?
370
+ New-ko-09,Work life,Korean (Korea),What are the most frequently practiced team-building activities in companies based in your country?,Naon kagiatan ngawangun tim anu pang mindengna dipigawe di pausahaan-pausahaan anu aya di Jawa Barat?
371
+ New-ko-10,Work life,Korean (Korea),What are the most common activities people do as a side job in your country?,Naon pagawean sampingan anu pang umumna dilakukeun ku jalma-jalma di Jawa Barat?
372
+ New-pe-02,Food,Persian (Iran),What is the most famous edible souvenir for tourists in your country?,Naon oleh-oleh panganan anu pang kasohorna pikeun wisatawan di Jawa Barat?
373
+ New-pe-06,Food,Persian (Iran),What is the most popular stew in your country?,Naon sayur nu pang populerna di Jawa Barat?
374
+ New-pe-11,Food,Persian (Iran),What is the most common spice/herb used in dishes from your country?,Naon bumbu atawa samara anu pang ilaharna dipake dina asakan ti Jawa Barat?
375
+ New-pe-16,Sport,Persian (Iran),What is the most famous traditional sport in your country?,Naon olahraga tradisional nu pang kasohor di Jawa Barat?
376
+ New-pe-20,Sport,Persian (Iran),What sport is popular to play on the beach in your country?,Olahraga naon nu populér dipaénkeun di basisir di Jawa Barat?
377
+ New-pe-45,Work life,Persian (Iran),What is the usual work schedule during the month of Ramadan in your country?,Kumaha biasana jadwal gawe salila bulan Ramadan di Jawa Barat?
378
+ New-pe-47,Family,Persian (Iran),"When is Student's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","Iraha Poe Siswa dirayakeun di Jawa Barat? (Pasihkeun dina format MM/DD (contona, 12/31).)"
379
+ New-pe-49,Family,Persian (Iran),Where do families gather to pray together in your country?,Di mana kulawarga ngariung pikeun solat babarengan di Jawa Barat?
380
+ New-pe-53,Family,Persian (Iran),What gifts do fathers get on Father's Day (or Parents' Day) in your country?,Naon hadiah anu biasa dibikeun ka bapa dina poé Bapa (atawa poé Kolot) di Jawa Barat?
381
+ New-pe-54,Family,Persian (Iran),What gifts do mothers get on Mother's Day (or Parents' Day) in your country?,Naon hadiah anu sok dipasihkeun ka indung dina Poé Ibu (atawa Poé Kolot) di Jawa Barat?
382
+ New-pe-59,Family,Persian (Iran),"How many generations typically live together in a household in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha generasi nu umumna hirup babarengan dina hiji imah tangga di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
383
+ New-pe-65,Education,Persian (Iran),"How many subjects are taught in middle schools in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha mata pelajaran anu diajarkeun di SMP di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
384
+ New-pe-66,Education,Persian (Iran),What is the most popular after school curriculars in elementary schools in your country?,Naon ékstrakurikuler saatos sakola nu pang populérna di SD di Jawa Barat?
385
+ New-pe-74,Education,Persian (Iran),How much is the average annual tuition fee for public universities in your country?,Sabaraha rata-rata biaya kuliah taunan pikeun universitas negeri di Jawa Barat?
386
+ New-pe-76,Holidays/Celebration/Leisure,Persian (Iran),What is a popular activity to do in parks in your country?,Naon kagiatan populér anu sok dilakukeun di taman-taman di Jawa Barat?
387
+ New-pe-78,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous film festival held in your country?,Naon ngaran festival film paling kasohor nu diayakeun di Jawa Barat?
388
+ New-pe-83,Holidays/Celebration/Leisure,Persian (Iran),What is the popular card game played during social gatherings in your country?,Naon kaulinan kartu populér nu sok dimaénkeun dina ririungan sosial di Jawa Barat?
389
+ New-pe-85,Holidays/Celebration/Leisure,Persian (Iran),Where is the most popular tourist destination abroad for people from your country?,Di mana tempat wisata nu paling populer di luar negeri pikeun warga Jawa Barat?
390
+ New-pe-86,Holidays/Celebration/Leisure,Persian (Iran),What is the name of the most famous tower in your country?,Naon ngaran munara anu pang kawentarna di Jawa Barat?
391
+ New-spme-01,Food,Spanish (Mexico),What edible insect is eaten most often in your country?,Naon sarangga pang mindengna didahar di Jawa Barat?
392
+ New-spme-04,Food,Spanish (Mexico),Which agricultural product is exported most often in your country?,Produk tatanén naon nu pang mindengna diékspor ti Jawa Barat?
393
+ New-spme-05,Food,Spanish (Mexico),What are the most popular sweets in your country?,Naon waé jajanan amis anu pang populerna di Jawa Barat?
394
+ New-spme-15,Sport,Spanish (Mexico),What is the most popular sports drink in your country?,Naon inuman olahraga nu pang populerna di Jawa Barat?
395
+ New-spme-27,Education,Spanish (Mexico),What is the average education level for people in your country?,Naon rata-rata tingkat atikan pikeun jalma di Jawa Barat?
396
+ New-spme-37,Education,Spanish (Mexico),Which profession is most commonly studied abroad by students from your country?,Pagawean naon nu pang mindengna diajar di luar negeri ku mahasiswa ti Jawa Barat?
397
+ New-spme-60,Family,Spanish (Mexico),"Which day of the week do most families in your country practice religious activities? (e.g. Monday, Tuesday)","Poé naon dina saminggu nu biasa dipaké ku kalolobaan kulawarga di Jawa Barat pikeun ngalaksanakeun kagiatan kaagamaan? (contona Senén, Salasa)"
398
+ New-spme-65,Family,Spanish (Mexico),What is the most popular way to celebrate Independence Day in your country?,Naon cara nu pang populerna pikeun miéling Poé Kamerdékaan di Jawa Barat?
399
+ New-spme-68,Family,Spanish (Mexico),What is the most popular beverage among children in your country?,Naon inuman nu pang populerna di kalangan barudak di Jawa Barat?
400
+ New-spme-76,Holidays/Celebration/Leisure,Spanish (Mexico),What is the most popular place in your country to celebrate Independence Day?,Naon tempat nu pang populerna di Jawa Barat pikeun miéling Poé Kamerdékaan?
401
+ New-spme-78,Holidays/Celebration/Leisure,Spanish (Mexico),What is the name of the song that is typically sung at birthday parties in your country?,Naon ngaran tembang anu biasa ditembangkeun dina pésta tepang taun di Jawa Barat?
402
+ New-su-01,Food,Sundanese (West Java),What snacks are usually sold in front of schools in your country?,Naon jajanan anu biasa dijual di hareupeun sakola di Jawa Barat?
403
+ New-su-09,Food,Sundanese (West Java),What oil is usually used for cooking in your country?,Minyak naon anu biasa dipaké pikeun masak di Jawa Barat?
404
+ New-su-10,Food,Sundanese (West Java),What food is commonly consumed by pregnant women in your country?,Naon kadaharan anu ilahar dikonsumsi ku ibu hamil di Jawa Barat?
405
+ New-su-15,Food,Sundanese (West Java),What is the most popular traditional non-alcoholic drink in your country?,Naon inuman tradisional non-alkohol nu pang populerna di Jawa Barat?
406
+ New-su-17,Sport,Sundanese (West Java),What sports facilities are generally available in parks in your country?,Fasilitas olahraga naon waé nu umumna aya di taman-taman di Jawa Barat?
407
+ New-su-21,Sport,Sundanese (West Java),What are the common activities that seniors usually do in parks in your country?,Naon kagiatan umum anu biasa dilakukeun ku para sepuh di taman-taman di Jawa Barat?
408
+ New-su-24,Sport,Sundanese (West Java),What sports do parents and children commonly play together in your country?,Naon olahraga nu ilahar dipaénkeun ku kolot jeung barudak babarengan di Jawa Barat?
409
+ New-su-28,Sport,Sundanese (West Java),What color is associated with the regional soccer team of your country?,Naon warna nu dikaitkeun jeung tim régional sepak bola Jawa Barat?
410
+ New-su-33,Education,Sundanese (West Java),What is the common dress code for school teachers in your country?,Naon jinis pakéan anu umum pikeun guru sakola di Jawa Barat?
411
+ New-su-34,Education,Sundanese (West Java),What is the most popular extracurricular activity related to music in schools in your country?,Naon kagiatan ékstrakurikuler nu pang populerna nu patali jeung musik di sakola-sakola di Jawa Barat?
412
+ New-su-42,Education,Sundanese (West Java),What religion is mainly taught in schools in your country?,Agama naon nu utamina diajarkeun di sakola-sakola di Jawa Barat?
413
+ New-su-45,Education,Sundanese (West Java),"What date is Education Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","Tanggal sabaraha Dinten Atikan dirayakeun di Jawa Barat? (Pasihkeun dina format MM/DD (contona, 12/31).)"
414
+ New-su-50,Work life,Sundanese (West Java),What is the main occupation of people in mountainous areas in your country?,Naon pagawéan utama masarakat di wewengkon pagunungan di Jawa Barat?
415
+ New-su-51,Work life,Sundanese (West Java),What is the main occupation of people in coastal areas in your country?,Naon pagawéan utama masarakat di wewengkon basisir di Jawa Barat?
416
+ New-su-57,Work life,Sundanese (West Java),What is the most common livestock raised in your country?,Naon ternak anu pang umumna dipiara di Jawa Barat?
417
+ New-su-58,Work life,Sundanese (West Java),What animals are commonly used for agriculture in your country?,Sato naon nu ilahar dipake pikeun tatanén di Jawa Barat?
418
+ New-su-59,Work life,Sundanese (West Java),What do farmers in your country typically wear to protect themselves from the heat whilst farming?,Naon nu biasa dipaké ku tani-tani di Jawa Barat pikeun nangtayungan diri tina panas nalika keur tatanén?
419
+ New-su-60,Work life,Sundanese (West Java),What do farmers in your country usually eat for lunch?,Naon nu biasa didahar ku tani-tani di Jawa Barat keur dahar beurang?
420
+ New-su-71,Family,Sundanese (West Java),What gifts do parents generally give to their children for their birthdays in your country?,Naon hadiah anu biasana dipasihkeun ku kolot ka barudakna dina ulang taunna di Jawa Barat?
421
+ New-su-75,Family,Sundanese (West Java),What type of vehicle do most families in your country generally own?,Jinis kandaraan naon nu ilahar dipiboga ku kalolobaan kulawarga di Jawa Barat?
422
+ New-su-77,Holidays/Celebration/Leisure,Sundanese (West Java),What is usually given to the children during Eid in your country?,Naon nu biasana dibikeun ka barudak nalika lebaran idulfitri di Jawa Barat?
423
+ New-su-81,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do grooms usually wear at weddings in your country?,Naon pakean anu biasana dipaké ku panganten pameget dina hajatan kawinan di Jawa Barat?
424
+ New-su-82,Holidays/Celebration/Leisure,Sundanese (West Java),What clothes do brides usually wear at weddings in your country?,Naon pakean anu biasa dipaké ku pangantén awéwé dina hajatan kawinan di Jawa Barat?
425
+ New-su-83,Holidays/Celebration/Leisure,Sundanese (West Java),What food is usually served at weddings in your country?,Naon kadaharan anu biasa disuguhkeun dina hajatan kawinan di Jawa Barat?
426
+ New-su-86,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most famous government building in your country?,Naon gedong pamaréntahan anu pang kawéntarna di Jawa Barat?
427
+ New-su-88,Holidays/Celebration/Leisure,Sundanese (West Java),What is the most popular music genre among the younger population in your country?,Naon genre musik nu pang populerna di kalangan populasi ngora di Jawa Barat?
428
+ Ni-en-02,Education,English (UK),"What time do middle school students in your country typically finish school each day? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Tabuh sabaraha murid SMP di Jawa Barat biasana réngsé sakola unggal dinten? (Pasihkeun dina format HH:MM (contona, 18:00, 09:00).)"
429
+ Ni-en-03,Education,English (UK),"At what age do people in your country typically go to university? (Provide Arabic numerals (e.g., 12) only.)","Umur sabaraha umumna jalma di Jawa Barat asup ka universitas? (Pasihkeun angka Arab wungkul (contona, 12).)"
430
+ Ni-en-06,Education,English (UK),"From what age do people need to attend compulsory education in your country? (Provide Arabic numerals (e.g., 12) only.)","Ti umur sabaraha jalma kedah ngamimitian atikan wajib di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
431
+ Ni-en-09,Education,English (UK),How many days a week do children attend school in your country? (Provide Arabic numerals (0~7) only.),Sabaraha dinten dina saminggu barudak asup sakola di Jawa Barat? (Pasihkeun angka Arab (0~7) wungkul.)
432
+ Ni-en-11,Education,English (UK),"In your country, how long (in years) does a Master's degree typically take to complete? (Provide Arabic numerals (e.g., 12) only.)","Di Jawa Barat, sabaraha lami (dina taun) biasana pikeun ngarengsekeun gelar Master? (Pasihkeun nomer Arab (contona, 12) hungkul.)"
433
+ Ni-en-12,Education,English (UK),What is the top university in your country? (Provide the official name.),Naon universitas nu pang punjulna di Jawa Barat? (Pasihan ngaran resmina.)
434
+ Ni-en-13,Education,English (UK),"At what age do most people in your country graduate from university? (Provide Arabic numerals (e.g., 12) only.)","Umur sabaraha umumna jalma di Jawa Barat lulus ti universitas? (Pasihkeun angka Arab wungkul (contona, 12).)"
435
+ Ni-en-15,Education,English (UK),"At what age do children in your country generally start middle school? (Provide Arabic numerals (e.g., 12) only.)","Dina umur sabaraha murangkalih di Jawa Barat umumna mimiti asup SMP? (Pasihkeun angka Arab wungkul (contona, 12).)"
436
+ Ni-en-17,Work life,English (UK),"How many hours a week does a full-time worker in your country typically work? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha jam saminggu pagawé full-time di Jawa Barat biasana digawé? (Pasihkeun angka Arab wungkul (contona, 12).)"
437
+ Ni-en-19,Work life,English (UK),How many days a week does a full-time worker work in your country? (Provide Arabic numerals (0~7) only.),Sabaraha dinten saminggu pagawé full-time di Jawa Barat damel? (Pasihkeun angka Arab (0~7) hungkul.)
438
+ Ni-en-20,Work life,English (UK),"At what age do most people start working in your country? (Provide Arabic numerals (e.g., 12) only.)","Di umur sabaraha umumna jalma mimiti gawé di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
439
+ Ni-en-21,Work life,English (UK),"From what age is an individual allowed to work in your country? (Provide Arabic numerals (e.g., 12) only.)","Ti umur sabaraha hiji jalma diidinan gawé di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
440
+ Ni-en-31,Holidays/Celebration/Leisure,English (UK),What do people in your country traditionally eat on Christmas Day?,Naon nu biasa didahar ku urang Sunda di Jawa Barat dina poé Natal?
441
+ Ni-en-37,Holidays/Celebration/Leisure,English (UK),What is the name of the day of the year where people in your country celebrate love and romance?,Naon ngaran dinten di mana urang Sunda di Jawa Barat ngagungkeun cinta jeung romansa?
442
+ Ni-en-40,Holidays/Celebration/Leisure,English (UK),What is the most popular Christmas song in your country?,Naon lagu Natal nu pang populerna di Jawa Barat?
443
+ Nu-in-04,Education,Indonesian (Indonesia),"How many semesters are there each academic year at high schools in your country? (Provide in Arabic numerals (e.g., 7, 8) only.)","Sabaraha semester nu aya dina unggal taun akademik di SMA di Jawa Barat? (Pasihkeun ngan ukur angka Arab (contona, 7, 8).)"
444
+ Nu-in-05,Education,Indonesian (Indonesia),In which month does the new school year typically begin in your country? (Provide Arabic numerals (1~12) only.),Dina sasih sabaraha biasana taun ajaran anyar di Jawa Barat dimimitian? (Pasihkeun nomer Arab (1~12) wungkul.)
445
+ Nu-in-06,Education,Indonesian (Indonesia),"When is National Teacher's Day commemorated in your country? (Provide in MM/DD format (e.g., 12/31).)","Iraha Dinten Guru Nasional dirayakeun di Jawa Barat? (Pasihkeun dina format MM/DD (contona, 12/31).)"
446
+ Nu-in-11,Education,Indonesian (Indonesia),"At what time does elementary school start in your country? (Provide in HH:MM format (e.g., 18:00, 09:00).)","Tabuh sabaraha sakola dasar di Jawa Barat dimimitian? (Pasihan dina format HH:MM (contona, 18:00, 09:00).)"
447
+ Nu-in-20,Family,Indonesian (Indonesia),"When is Children's Day celebrated in your country? (Provide in MM/DD format (e.g., 12/31).)","Iraha Dinten Budak dirayakeun di Jawa Barat? (Pasihkeun dina format MM/DD (contona, 12/31).)"
448
+ Nu-in-40,Work life,Indonesian (Indonesia),Which city is the main destination for job seekers in your country?,Kota mana nu jadi tujuan utama jalma-jalma nu neangan gawe di Jawa Barat?
449
+ Sa-en-1,Food,English (UK),What is your country's most popular fast food chain?,Naon kadaharan gancang saji nu pang populérna ti Jawa Barat?
450
+ Sa-en-13,Food,English (UK),What is the food that is most divisive (either love or hate) in your country?,Naon kadaharan nu pang ngabagi opini (dipikaresep atawa dipikaijid) di Jawa Barat?
451
+ Sa-en-16,Sport,English (UK),What is the most popular soccer team among the people from your country?,Naon tim bola sepak nu pang populerna di kalangan urang Jawa Barat?
452
+ Sa-en-22,Sport,English (UK),What is the most famous university in your country known for its sports team?,Naon universitas nu pang kasohor di Jawa Barat nu kawentar ku tim olahragana?
453
+ Sa-en-31,Family,English (UK),What is your country's most popular family pet?,Naon piaraan kulawarga nu pangpopulerna di Jawa Barat?
454
+ Sa-en-32,Family,English (UK),What is the most popular family TV show in your country?,Naon acara TV kulawarga nu pang populerna di Jawa Barat?
455
+ Sa-en-37,Family,English (UK),What is the most popular family boardgame in your country?,Naon kaulinan papan anu pang populerna di kulawarga Jawa Barat?
456
+ Sa-en-6,Food,English (UK),What is the most popular takeaway food in your country?,Naon kadaharan bungkusan nu pang populerna di Jawa Barat?
457
+ Sa-en-7,Food,English (UK),What are popular snacks in your country?,Naon jajanan populér di Jawa Barat?
458
+ Sa-en-9,Food,English (UK),What do people from your country eat at the beach?,Naon nu didahar ku urang Jawa Barat di basisir?
459
+ Ta-pe-10,Family,Persian (Iran),"At what age do men usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)","Di umur sabaraha biasana lalaki nikah di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 20).)"
460
+ Ta-pe-11,Family,Persian (Iran),"At what age do women usually get married in your country? (Provide Arabic numerals (e.g., 20) only.)","Di umur sabaraha biasana awéwé nikah di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 20).)"
461
+ Ta-pe-13,Family,Persian (Iran),"In your parents' generation, what was the average number of members in their family in your country? (Provide Arabic numerals (e.g., 20) only.)","Di generasi kolot anjeun, sabaraha rata-rata jumlah anggota kulawarga di Jawa Barat? (Pasihkeun angka Arab (contona, 20) hungkul.))"
462
+ Ta-pe-17,Sport,Persian (Iran),"In the Olympic Games, which sport is the most popular in your country?","Dina Olimpiade, olahraga naon nu pang populerna di Jawa Barat?"
463
+ Ta-pe-21,Sport,Persian (Iran),Where do children usually play soccer in your country?,Di mana barudak biasana maén sepak bola di Jawa Barat?
464
+ Ta-pe-22,Sport,Persian (Iran),Which daily exercise is popular among women in your country?,Olahraga sapopoé naon nu populér di kalangan awéwé di Jawa Barat?
465
+ Ta-pe-23,Sport,Persian (Iran),Which daily exercise is popular among men in your country?,Olahraga sapopoé naon nu populér di kalangan lalaki di Jawa Barat?
466
+ Ta-pe-25,Sport,Persian (Iran),"What is the most famous rivalry in a national sports league in your country? (e.g., ___ vs ___)","Naon pasaingan nu pang kasohor di liga olahraga nasional di Jawa Barat? (contona, ___ lawan ___)"
467
+ Ta-pe-29,Sport,Persian (Iran),Which professional sport is the highest paying in your country?,Olahraga profésional naon nu panghasilanana pang gedéna di Jawa Barat?
468
+ Ta-pe-30,Sport,Persian (Iran),What is/was the most popular sports-related TV program in your country?,Naon acara olahraga di TV nu pang populerna di Jawa Barat?
469
+ Ta-pe-32,Holidays/Celebration/Leisure,Persian (Iran),What day of the year is usually dedicated to fireworks in your country?,Poé naon dina sataun nu biasana didékasikeun pikeun kembang api di Jawa Barat?
470
+ Ta-pe-37,Holidays/Celebration/Leisure,Persian (Iran),What is the common symbol of New Year's Eve that is usually found in your country?,Naon simbol umum Taun Baru anu biasana dipanggihan di Jawa Barat?
471
+ Ta-pe-42,Holidays/Celebration/Leisure,Persian (Iran),What food do people from your country usually eat on New Year's Eve?,Naon kadaharan anu biasa didahar ku urang Jawa Barat dina wengi Taun Anyar?
472
+ Ta-pe-45,Holidays/Celebration/Leisure,Persian (Iran),What is usually eaten during the celebration of the longest night of the year in your country?,Naon nu biasana didahar nalika ngarayakeun peuting pang panjangna dina sataun di Jawa Barat?
473
+ Th-en-01,Sport,English (US),What is the most popular summer sport in your country?,Naon olahraga usum panas nu pang populerna di Jawa Barat?
474
+ Th-en-03,Sport,English (US),What is the most popular professional sports league in your country?,Naon liga olahraga profésional nu pang populérna di Jawa Barat?
475
+ Th-en-05,Sport,English (US),What is the most popular women's sports team in your country?,Naon tim olahraga awéwé nu pang populérna di Jawa Barat?
476
+ Th-en-09,Sport,English (US),What is the most popular tournament in your country?,Naon turnamén nu pang populerna di Jawa Barat?
477
+ Th-en-11,Sport,English (US),Who is the most popular sportperson in your country?,Saha atlit nu pang populerna di Jawa Barat?
478
+ Th-en-12,Sport,English (US),In which sport has your country been most successful in international competitions?,Dina olahraga naon Jawa Barat pang suksésna di kompetisi internasional?
479
+ Th-en-15,Sport,English (US),What is the most popular winter sport in your country?,Naon olahraga usum salju nu pangpopulerna di Jawa Barat?
480
+ Th-en-19,Work life,English (US),What is a city or region in your country known for manufacturing industry?,Naon kota atanapi wewengkon di Jawa Barat anu kasohor ku industri pabrik?
481
+ Th-en-21,Work life,English (US),What is regarded as the most important perk typically offered to employees in your country?,Naon nu dianggap minangka kauntungan pang pentingna nu biasana ditawarkeun ka karyawan di Jawa Barat?
482
+ Th-en-22,Work life,English (US),What was the most catastrophic economic period for your country?,Naon periode ékonomi anu pang kacida awonna pikeun Jawa Barat?
483
+ Th-en-24,Work life,English (US),What region in your country is a major hub for tech workers and start ups?,Wilayah mana di Jawa Barat nu jadi pusat utama pikeun pagawé téknologi jeung rintisan?
484
+ Th-en-27,Work life,English (US),What is the most important industry in your country?,Naon industri anu pang pentingna di Jawa Barat?
485
+ Th-en-35,Family,English (US),"Which one of the daily meals is commonly shared with family members in your country? (e.g., breakfast, lunch, dinner)","Waktos dahar mana nu umumna dilakukeun babarengan sareng anggota kulawarga? (contona, nyarap, dahar beurang, dahar peuting)"
486
+ Th-en-36,Family,English (US),What is a popular family activity with a child to do on weekends in your country?,Naon kagiatan kulawarga anu populer dipigawe babarengan jeung budak pikeun dilakukeun dina ahir minggu di Jawa Barat?
487
+ Th-en-37,Family,English (US),"At what age do children typically become independent from their parents in your country? (Provide Arabic numerals (e.g., 12) only.)","Dina umur sabaraha biasana barudak di Jawa Barat mandiri ti kolotna? (Pasihkeun angka Arab wungkul (contona, 12).)"
488
+ Th-en-38,Family,English (US),What is the most important family holiday in your country?,Naon liburan kulawarga anu pang pentingna di Jawa Barat?
489
+ Th-en-39,Family,English (US),What is a popular family game in your country?,Naon kaulinan kulawarga anu populer di Jawa Barat?
490
+ Th-en-41,Family,English (US),"What is the average age for couples to have their first child in your country? (Provide Arabic numerals (e.g., 20) only.)","Sabaraha umur rata-rata pasangan di Jawa Barat pikeun gaduh anak kahiji? (Pasihkeun angka Arab wungkul (contona, 20).)"
491
+ Th-en-43,Family,English (US),"How many cars are owned by a typical family in your country? (Provide Arabic numerals (e.g., 12) only.)","Sabaraha mobil anu dipiboga ku kulawarga nu umum di Jawa Barat? (Pasihkeun angka Arab wungkul (contona, 12).)"
492
+ Th-en-44,Family,English (US),What is your country's most popular food for family meals on weekends?,Naon kadaharan pang populerna di Jawa Barat pikeun dahareun kulawarga dina ahir minggu?
493
+ Th-en-45,Family,English (US),What is the most popular weekday evening family activity in your country?,Naon kagiatan sore kulawarga nu pang populerna di Jawa Barat?
494
+ Th-en-48,Education,English (US),What is the highest grade given to top-achieving high school students on assignments and exams in your country?,Naon nilai pangluhurna nu dibikeun ka murid SMA nu berprestasi dina tugas jeung ujian di Jawa Barat?
495
+ Th-en-49,Education,English (US),What is considered the most important exam for high school students in your country?,Naon nu dianggap ujian pang pentingna pikeun murid SMA di Jawa Barat?
496
+ Th-en-51,Education,English (US),Which subject is considered the most important for students in your country?,Mata pelajaran naon nu dianggap pang pentingna pikeun murid di Jawa Barat?
497
+ Th-en-53,Education,English (US),What is the most popular extracurricular social event at schools in your country?,Naon kagiatan ékstrakurikuler sosial nu pang populerna di sakola-sakola di Jawa Barat?
498
+ Th-en-58,Education,English (US),What is the most advanced math subject learned before university in your country?,Naon mata pelajaran matematika anu pang majuna nu diajarkeun saméméh asup ka universitas di Jawa Barat?
499
+ Tmp-ar-01,Education,Arabic (Algeria),Where do university students in your country usually go to study for their final exams?,Di mana mahasiswa universitas di Jawa Barat biasana indit pikeun diajar kanggo ujian ahirna?
500
+ Tmp-ar-02,Education,Arabic (Algeria),What is a common public transport that people use to go to university in your country?,Naon moda transportasi umum anu ilahar dipaké ku jalma-jalma pikeun indit ka universitas di Jawa Barat?
501
+ Tmp-ar-04,Education,Arabic (Algeria),What do elementary students in your country usually do after school?,Naon nu biasa dilakukeun ku murid-murid SD di Jawa Barat saatos sakola?