Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
insu-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Katarína Sieklová
insu-learn
Commits
cf438314
There was an error fetching the commit references. Please try again later.
Commit
cf438314
authored
1 year ago
by
Katarína Sieklová
Browse files
Options
Downloads
Patches
Plain Diff
fix: the questions in the test
parent
6d8074bd
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/lit/texts.tsx
+20
-20
20 additions, 20 deletions
public/lit/texts.tsx
src/components/InsulinTest.tsx
+1
-1
1 addition, 1 deletion
src/components/InsulinTest.tsx
with
21 additions
and
21 deletions
public/lit/texts.tsx
+
20
−
20
View file @
cf438314
...
...
@@ -210,8 +210,8 @@ export const insulinTestQuestions = [
},
],
explanation
:
{
EN
:
"
Insulin is important because it lets glucose
i
nt
o
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
e
nt
er
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 sleep
y
"
,
SK
:
"
Cítili by sme sa veľmi ospalí
"
,
EN
:
"
The excess of insulin would kill us immediatel
y
"
,
SK
:
"
Kvôli prebytku inzulínu by sme ihneď zomreli
"
,
isCorrect
:
false
,
},
{
EN
:
"
We would experience unpleasant symptoms
"
,
SK
:
"
Zažíva
li by s
me
nepríjemné príznaky
"
,
EN
:
"
We would experience unpleasant symptoms
of diabetes
"
,
SK
:
"
Prejavi
li by s
a
nepríjemné príznaky
cukrovky
"
,
isCorrect
:
true
,
},
{
EN
:
"
We would become
superheroes
"
,
SK
:
"
Stali by sme sa
superhrdina
mi
"
,
EN
:
"
We would become
invisible
"
,
SK
:
"
Stali by sme sa
neviditeľný
mi
"
,
isCorrect
:
false
,
},
],
...
...
@@ -275,27 +275,27 @@ export const insulinTestQuestions = [
},
},
{
EN
:
"
Wh
at
is
the role of insulin in allowing glucose into our cell
s?
"
,
SK
:
"
Akú úlohu zohráva inzulín pri umožnení vstupu glukózy do našich buniek
?
"
,
EN
:
"
Wh
y
is
it important to educate ourselves about diabete
s?
"
,
SK
:
"
Prečo je dôležité, aby sme sa učili o cukrovke
?
"
,
answers
:
[
{
EN
:
"
I
nsulin tells glucose to stay outside
"
,
SK
:
"
Inzulín hovorí glukóze, aby zostala vonk
u
"
,
EN
:
"
I
t makes us experts in medical diagnosis and treatment
"
,
SK
:
"
Robí to z nás odborníkov na lekársku diagnostiku a liečb
u
"
,
isCorrect
:
false
,
},
{
EN
:
"
I
nsulin helps glucose get inside the cells
"
,
SK
:
"
Inzulín pomáha glukóze dostať sa do buniek
"
,
EN
:
"
I
t 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
:
"
I
nsulin makes glucose disappear
"
,
SK
:
"
Inzulín robí glukózu neviditeľnou
"
,
EN
:
"
I
t is not important to educate ourselves about diabetes
"
,
SK
:
"
Nie je dôležité vzdelávať sa o cukrovke
"
,
isCorrect
:
false
,
},
{
EN
:
"
I
nsulin makes glucose taste better
"
,
SK
:
"
Inzulín robí glukózu chutnejšou
"
,
EN
:
"
I
t 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
,
},
],
...
...
This diff is collapsed.
Click to expand it.
src/components/InsulinTest.tsx
+
1
−
1
View file @
cf438314
...
...
@@ -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
}
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment