Skip to content

Commit

Permalink
Add new result texts
Browse files Browse the repository at this point in the history
  • Loading branch information
erikao1998 committed Jun 27, 2024
1 parent bb41756 commit 9242ab8
Showing 1 changed file with 71 additions and 3 deletions.
74 changes: 71 additions & 3 deletions src/server/data/results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -565,17 +565,17 @@ const getResultData = (): Result[] => [
{
id: 34,
surveyId: 1,
optionLabel: 'sanctions2',
optionLabel: 'sanctions3',
isSelected: {
fi: '*Lue lisää maahan kohdistuvista pakotteista [sanctionsmap.eu](https://sanctionsmap.eu/#/main)-sivulta*',
sv: '',
en: '*Read more information about the sanctions at [sanctionsmap.eu](https://sanctionsmap.eu/#/main)*',
},
data: {
title: {
fi: 'Pakotteet, 2',
fi: 'Pakotteet, 3',
sv: '',
en: 'Sanctions, 2',
en: 'Sanctions, 3',
},
},
},
Expand Down Expand Up @@ -732,6 +732,74 @@ const getResultData = (): Result[] => [
},
},
},
{
id: 44,
surveyId: 1,
optionLabel: 'country1',
isSelected: {
fi: '*Maan yhteenlaskettu kokonaisriskitaso on matala*',
sv: '',
en: '*Total risk level of the selected country is low*',
},
data: {
title: {
fi: 'Maa, 1',
sv: '',
en: 'Country, 1',
},
},
},
{
id: 45,
surveyId: 1,
optionLabel: 'country2',
isSelected: {
fi: '*Maan yhteenlaskettu kokonaisriskitaso on kohonnut*',
sv: '',
en: '*Total risk level of the selected country is elevated*',
},
data: {
title: {
fi: 'Maa, 2',
sv: '',
en: 'Country, 2',
},
},
},
{
id: 46,
surveyId: 1,
optionLabel: 'country3',
isSelected: {
fi: '*Maan yhteenlaskettu kokonaisriskitaso on korkea*',
sv: '',
en: '*Total risk level of the selected country is high*',
},
data: {
title: {
fi: 'Maa, 3',
sv: '',
en: 'Country, 3',
},
},
},
{
id: 47,
surveyId: 1,
optionLabel: 'sanctions1',
isSelected: {
fi: '*Maahan ei kohdistu pakotteita*',
sv: '',
en: '*There are no sanctions*',
},
data: {
title: {
fi: 'Pakotteet, 1',
sv: '',
en: 'Sanctions, 1',
},
},
},
]

export default getResultData

0 comments on commit 9242ab8

Please sign in to comment.