Skip to content
Snippets Groups Projects
Commit cf438314 authored by Katarína Sieklová's avatar Katarína Sieklová
Browse files

fix: the questions in the test

parent 6d8074bd
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -210,8 +210,8 @@ export const insulinTestQuestions = [
},
],
explanation: {
EN: "Insulin is important because it lets glucose into our cells so we can get energy.",
SK: "Inzulín je dôležitý, lebo dovoľuje glukóze vstúpiť do bunky, aby sme mali energiu.",
EN: "Insulin is important because it lets glucose enter our cells.",
SK: "Inzulín je dôležitý, lebo dovoľuje glukóze vstúpiť do bunky.",
},
},
{
......@@ -249,23 +249,23 @@ export const insulinTestQuestions = [
SK: "Čo by sa stalo, keby sa glukóza nedokázala dostať do našich buniek?",
answers: [
{
EN: "We would become invisible",
SK: "Stali by sme sa neviditeľnými",
EN: "Nothing at all",
SK: "Vôbec nič",
isCorrect: false,
},
{
EN: "We would feel very sleepy",
SK: "Cítili by sme sa veľmi ospalí",
EN: "The excess of insulin would kill us immediately",
SK: "Kvôli prebytku inzulínu by sme ihneď zomreli",
isCorrect: false,
},
{
EN: "We would experience unpleasant symptoms",
SK: "Zažívali by sme nepríjemné príznaky",
EN: "We would experience unpleasant symptoms of diabetes",
SK: "Prejavili by sa nepríjemné príznaky cukrovky",
isCorrect: true,
},
{
EN: "We would become superheroes",
SK: "Stali by sme sa superhrdinami",
EN: "We would become invisible",
SK: "Stali by sme sa neviditeľnými",
isCorrect: false,
},
],
......@@ -275,27 +275,27 @@ export const insulinTestQuestions = [
},
},
{
EN: "What is the role of insulin in allowing glucose into our cells?",
SK: "Akú úlohu zohráva inzulín pri umožnení vstupu glukózy do našich buniek?",
EN: "Why is it important to educate ourselves about diabetes?",
SK: "Prečo je dôležité, aby sme sa učili o cukrovke?",
answers: [
{
EN: "Insulin tells glucose to stay outside",
SK: "Inzulín hovorí glukóze, aby zostala vonku",
EN: "It makes us experts in medical diagnosis and treatment",
SK: "Robí to z nás odborníkov na lekársku diagnostiku a liečbu",
isCorrect: false,
},
{
EN: "Insulin helps glucose get inside the cells",
SK: "Inzulín pomáha glukóze dostať sa do buniek",
EN: "It helps us make informed lifestyle choices and reduce the risk of developing the condition",
SK: "Pomáha nám robiť informované rozhodnutia o životnom štýle a znižovať riziko vzniku ochorenia",
isCorrect: true,
},
{
EN: "Insulin makes glucose disappear",
SK: "Inzulín robí glukózu neviditeľnou",
EN: "It is not important to educate ourselves about diabetes",
SK: "Nie je dôležité vzdelávať sa o cukrovke",
isCorrect: false,
},
{
EN: "Insulin makes glucose taste better",
SK: "Inzulín robí glukózu chutnejšou",
EN: "It allows us to avoid all carbohydrates in our diet",
SK: "Umožňuje nám vyhnúť sa všetkým sacharidom v našej strave",
isCorrect: false,
},
],
......
......@@ -95,7 +95,7 @@ const InsulinTest = () => {
: ""
} ${
selectedAnswer !== null ? "cursor-not-allowed" : ""
} hover:bg-primary-light font-bold py-2 px-4 rounded mr-4`}
} hover:bg-primary-light font-bold py-2 px-4 rounded mr-4 mt-4`}
onClick={() => handleAnswerClick(index)}
disabled={isAnswered}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment