Skip to content

Commit

Permalink
Update Review2024: Quiz Texts and Card Values
Browse files Browse the repository at this point in the history
  • Loading branch information
frneto96 committed Jan 14, 2025
1 parent 377cdb7 commit cbaf4c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions frontend/components/review-2024/_data/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ export const allCardsData: Review2024CardSchema[] = [
text: '#FFFFFF',
},
content: {
description: 'Este ano, 27% das nossas paragens já tinham PIPs.',
description: 'Este ano, passámos os 200 Painéis de Informação ao Público instalados.',
lottie_src: '/assets/review-2024/animations/passageiros/pips_total.json',
number_legend: 'total de painéis de informação ao público (PIPs) disponíveis em 2024 (Interiores e Exteriores)',
number_value: '470',
number_value: '214',
title: 'Em 2024, estivemos em cima do acontecimento!',
},
header: {
number: '470',
number: '214',
title: 'PIPs',
},
},
Expand All @@ -194,11 +194,11 @@ export const allCardsData: Review2024CardSchema[] = [
description: 'Em 2024 fizemos Portugal de Norte a Sul 400 vezes por dia!',
lottie_src: '/assets/review-2024/animations/passageiros/kms_total.json',
number_legend: 'total de quilómetros percorridos em 2024',
number_value: '300 000',
number_value: '93 000 000',
title: 'Em 2024, fomos muito longe.',
},
header: {
number: '300K',
number: '93M',
title: 'Quilómetros',
},
},
Expand Down
14 changes: 7 additions & 7 deletions frontend/components/review-2024/_data/quiz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export const allQuizData: Review2024QuizSchema[] = [
_id: '01',
_points: 10,
answers: [
{ _id: 'a', is_correct: true, label: '172,5 milhões' },
{ _id: 'b', is_correct: false, label: '17,5 milhões' },
{ _id: 'a', is_correct: true, label: '174 milhões' },
{ _id: 'b', is_correct: false, label: '17,4 milhões' },
],
colors: {
primary: '#C61D23',
Expand All @@ -48,8 +48,8 @@ export const allQuizData: Review2024QuizSchema[] = [
_id: '02',
_points: 15,
answers: [
{ _id: 'a', is_correct: false, label: '500 000' },
{ _id: 'b', is_correct: true, label: '300 000' },
{ _id: 'a', is_correct: false, label: '40 Milhões' },
{ _id: 'b', is_correct: true, label: '93 Milhões' },
],
colors: {
primary: '#0C807E',
Expand Down Expand Up @@ -174,8 +174,8 @@ export const allQuizData: Review2024QuizSchema[] = [
_id: '09',
_points: 10,
answers: [
{ _id: 'a', is_correct: true, label: 'Claro!' },
{ _id: 'b', is_correct: false, label: 'Não acredito' },
{ _id: 'a', is_correct: true, label: 'Claro que é verdade!' },
{ _id: 'b', is_correct: false, label: 'Não acredito.' },
],
colors: {
primary: '#FFDD00',
Expand All @@ -184,7 +184,7 @@ export const allQuizData: Review2024QuizSchema[] = [
question: {
description: 'Em 2024, tivemos alguns pontos de encontro favoritos, e muitos deles ganharam muita popularidade este ano!',
lottie_src: '/assets/review-2024/animations/municipios/municipio_pax.json',
title: 'Este ano, todas as 4 áreas tiveram terminais a crescer, pelo menos, 21%?',
title: 'Em 2024, mais que um terminal cresceu mais que 40%. Verdade ou mentira?',
},
},

Expand Down
2 changes: 1 addition & 1 deletion frontend/i18n/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@
"share": {
"copied": "Link copiado!",
"copy": "Copiar Link",
"message": "Partilhe este dado através, copiando o link",
"message": "Partilhe este dado, copiando o link.",
"title": "Partilhar este cartão",
"tooltip": "Partilhar este cartão"
}
Expand Down

0 comments on commit cbaf4c0

Please sign in to comment.