Skip to content

Commit

Permalink
Improve first instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Feb 7, 2025
1 parent fd11e63 commit 89cebea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Components/SuccessDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const In: FunctionComponent<
<DialogTitle>Hurá!</DialogTitle>
<DialogContent className={styles.content}>
<DialogContentText align="center" gutterBottom>
Máš to správně. Skvělá práce. Jen tak dál. Na tvé pouti se ti podařilo
získat od žabáka další součástku.
Ta mlaskla. Skvělá práce. Jen tak dál. Na tvé pouti se ti podařilo
získat od žabáka novou součástku.
</DialogContentText>
<DialogContentText align="center" gutterBottom>
<Rating value={rating} size="large" />
Expand Down
8 changes: 5 additions & 3 deletions src/data/levelGroups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const levelGroups = [
{
...makeLevelKeyAndLabel(),
instructions:
'Nauč se základy syntaxe, proměnných a jednoduchých výpočtů.',
'Já jsem kouzelná žába. Kvák. Kvák. Za každý polibek ti pomohu dostat se blíže k tvému snu dostat se do IT.',
reward: {
image: cpu,
label: 'Procesor (CPU)',
Expand All @@ -163,7 +163,8 @@ export const levelGroups = [
},
{
...makeLevelKeyAndLabel(),
instructions: 'Zvládni podmínky, smyčky a práci s textem.',
instructions:
'Nebudeš to mít lehké. Pozor na překážky. Hlavně nespadni do díry.',
reward: {
image: gpu,
label: 'Grafická karta (GPU)',
Expand Down Expand Up @@ -191,7 +192,8 @@ export const levelGroups = [
},
{
...makeLevelKeyAndLabel(),
instructions: 'Procvič si funkce, ladění kódu a základní algoritmy.',
instructions:
'Nám tu snad řádí nějaký krtek. Já už mám naskákáno dost. Kvák. Teď je řada na tobě.',
reward: {
image: ram,
label: 'Operační paměť (RAM)',
Expand Down

0 comments on commit 89cebea

Please sign in to comment.