Skip to content

Commit

Permalink
Adjust question ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Jan 23, 2024
1 parent 60757a3 commit 6f52021
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/data/question.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ const QUESTIONS = [
}
},
{
id: "q0605",
id: "q0604",
weight: {
societal: weights.p100,
}
},
{
id: "q0606",
id: "q0605",
weight: {
societal: weights.p100,
sovereignty: weights.p050,
Expand Down
4 changes: 2 additions & 2 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
"q0603": {
"description": "Death penalty should be abolished."
},
"q0605": {
"q0604": {
"description": "Traditions are of no value on their own."
},
"q0606": {
"q0605": {
"description": "Women are also obliged to serve in the military to defend our country."
},
"q0700": {
Expand Down
4 changes: 2 additions & 2 deletions src/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
"q0603": {
"description": "死刑应该被废除。"
},
"q0605": {
"q0604": {
"description": "过去的传统一点价值都没有。"
},
"q0606": {
"q0605": {
"description": "女性也有义务要服兵役,共同保家卫国。"
},
"q0700": {
Expand Down
4 changes: 2 additions & 2 deletions src/locales/zh-TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
"q0603": {
"description": "死刑應該被廢除。"
},
"q0605": {
"q0604": {
"description": "過去的傳統一點價值都沒有。"
},
"q0606": {
"q0605": {
"description": "女性也有義務要服兵役,共同保家衛國。"
},
"q0700": {
Expand Down
16 changes: 8 additions & 8 deletions src/pages/quiz/Result.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ test('kmt', () => {
q0601: MULTIPLIER.d,
q0602: MULTIPLIER.d,
q0603: MULTIPLIER.sd,
q0605: MULTIPLIER.sd,
q0606: MULTIPLIER.d,
q0604: MULTIPLIER.sd,
q0605: MULTIPLIER.d,
q0700: MULTIPLIER.a,
q0701: MULTIPLIER.a,
q0702: MULTIPLIER.a,
Expand Down Expand Up @@ -109,8 +109,8 @@ test('dpp', () => {
q0601: MULTIPLIER.d,
q0602: MULTIPLIER.a,
q0603: MULTIPLIER.a,
q0605: MULTIPLIER.d,
q0606: MULTIPLIER.a,
q0604: MULTIPLIER.d,
q0605: MULTIPLIER.a,
q0700: MULTIPLIER.d,
q0701: MULTIPLIER.d,
q0702: MULTIPLIER.d,
Expand Down Expand Up @@ -179,8 +179,8 @@ test('npp', () => {
q0601: MULTIPLIER.a,
q0602: MULTIPLIER.sa,
q0603: MULTIPLIER.sa,
q0604: MULTIPLIER.n,
q0605: MULTIPLIER.n,
q0606: MULTIPLIER.n,
q0700: MULTIPLIER.sd,
q0701: MULTIPLIER.d,
q0702: MULTIPLIER.d,
Expand Down Expand Up @@ -249,8 +249,8 @@ test('tpp', () => {
q0601: MULTIPLIER.d,
q0602: MULTIPLIER.a,
q0603: MULTIPLIER.sd,
q0604: MULTIPLIER.d,
q0605: MULTIPLIER.d,
q0606: MULTIPLIER.d,
q0700: MULTIPLIER.a,
q0701: MULTIPLIER.a,
q0702: MULTIPLIER.d,
Expand Down Expand Up @@ -319,8 +319,8 @@ test('gpt', () => {
q0601: MULTIPLIER.a,
q0602: MULTIPLIER.sa,
q0603: MULTIPLIER.a,
q0605: MULTIPLIER.a,
q0606: MULTIPLIER.n,
q0604: MULTIPLIER.a,
q0605: MULTIPLIER.n,
q0700: MULTIPLIER.d,
q0701: MULTIPLIER.d,
q0702: MULTIPLIER.d,
Expand Down

0 comments on commit 6f52021

Please sign in to comment.