Skip to content

Commit

Permalink
Add q0203.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Jan 30, 2024
1 parent 36a139c commit 44124c3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/data/question.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ const QUESTIONS = [
sovereignty: -weights.p050,
}
},
{
id: "q0203",
weight: {
diplomatic: weights.p100,
civil: weights.p050,
}
},
{
id: "q0300",
weight: {
Expand Down
3 changes: 3 additions & 0 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"q0202": {
"description": "The government should restart negotiation on cross-strait service trade agreement with P.R.C. as soon as possible."
},
"q0203": {
"description": "We should be open to immigration."
},
"q0300": {
"description": "International aid is a waste of money."
},
Expand Down
3 changes: 3 additions & 0 deletions src/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"q0202": {
"description": "应重启服贸与货贸谈判,以便从中国获取更多经济利益。"
},
"q0203": {
"description": "我们应开放移民。"
},
"q0300": {
"description": "国际援助(捐款、捐献物资与派遣救难队)是一种浪费。"
},
Expand Down
3 changes: 3 additions & 0 deletions src/locales/zh-TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"q0202": {
"description": "應重啟服貿與貨貿談判,以便從中國獲取更多經濟利益。"
},
"q0203": {
"description": "我們應開放移民。"
},
"q0300": {
"description": "國際援助(捐款、捐獻物資與派遣救難隊)是一種浪費。"
},
Expand Down
5 changes: 5 additions & 0 deletions src/pages/quiz/Result.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ test('kmt', () => {
q0200: MULTIPLIER.a,
q0201: MULTIPLIER.a,
q0202: MULTIPLIER.a,
q0203: MULTIPLIER.a,
q0300: MULTIPLIER.d,
q0301: MULTIPLIER.n,
q0302: MULTIPLIER.n,
Expand Down Expand Up @@ -112,6 +113,7 @@ test('dpp', () => {
q0200: MULTIPLIER.a,
q0201: MULTIPLIER.a,
q0202: MULTIPLIER.d,
q0203: MULTIPLIER.a,
q0300: MULTIPLIER.d,
q0301: MULTIPLIER.n,
q0302: MULTIPLIER.n,
Expand Down Expand Up @@ -186,6 +188,7 @@ test('npp', () => {
q0200: MULTIPLIER.a,
q0201: MULTIPLIER.a,
q0202: MULTIPLIER.sd,
q0203: MULTIPLIER.a,
q0300: MULTIPLIER.d,
q0301: MULTIPLIER.n,
q0302: MULTIPLIER.n,
Expand Down Expand Up @@ -260,6 +263,7 @@ test('tpp', () => {
q0200: MULTIPLIER.a,
q0201: MULTIPLIER.a,
q0202: MULTIPLIER.a,
q0203: MULTIPLIER.a,
q0300: MULTIPLIER.d,
q0301: MULTIPLIER.n,
q0302: MULTIPLIER.n,
Expand Down Expand Up @@ -334,6 +338,7 @@ test('gpt', () => {
q0200: MULTIPLIER.a,
q0201: MULTIPLIER.a,
q0202: MULTIPLIER.n,
q0203: MULTIPLIER.a,
q0300: MULTIPLIER.d,
q0301: MULTIPLIER.n,
q0302: MULTIPLIER.n,
Expand Down

0 comments on commit 44124c3

Please sign in to comment.