Skip to content

Commit

Permalink
Lost content level 12 (#4520)
Browse files Browse the repository at this point in the history
Fixes issue #4491
  • Loading branch information
MarleenGilsing authored Sep 25, 2023
1 parent 494c187 commit 41bba11
Show file tree
Hide file tree
Showing 47 changed files with 428 additions and 7 deletions.
9 changes: 9 additions & 0 deletions content/adventures/ar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
rock_2:
default_save_name: rock_2
levels:
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/bg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
and_or_command:
name: "{and} & {or}"
description: introducing and or
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/bn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2710,6 +2710,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers।"
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
and_or_command:
name: "{and} & {or}"
description: introducing and or
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,15 @@ adventures:
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
while_command:
name: "{while}"
description: while
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
elif_command:
default_save_name: elif
levels:
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/cy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
while_command:
name: "{while}"
description: while
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/da.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
and_or_command:
name: "{and} & {or}"
description: introducing and or
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2608,6 +2608,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
and_or_command:
name: "{and} & {or}"
description: introducing and or
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/el.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,15 @@ adventures:
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
6:
start_code: "{print} '5 times 5 is ' 5 * 5"
story_text: "## 1 + 1\nIn this level you learn something new: you can now also calculate.\n\nThe plus is easy, you write it like with math: `5 + 5` for example. The minus also works fine, it is `5 - 5`.\n\nThe times is a bit different, because there is no times symbol on your keyboard. Just search, there really isn't!\nThat is why we multiply with the asterisk above 8: `5 * 5`. Read that as \"5 times 5\" that helps you remember it best.\n"
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,15 @@ adventures:
{print} 'Two and a half plus two and a half is...'
{print} 2.5 + 2.5
```
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
and_or_command:
name: "{and} & {or}"
description: "introducing and or"
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/eo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
name: maths
description: Introducing maths
default_save_name: maths
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,15 @@ adventures:
start_code: "{print} 'los números decimales ahora tienen que usar un punto'\n{print} 2.5 + 2.5"
story_text: "**Números decimales**\nHasta ahora, Hedy no permitía números decimales como 1.5, pero ahora permitimos eso. Ten en cuenta que los ordenadores usan el `.` para los números decimales."
example_code: "```\n{print} 'Dos y media más dos y medio es...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
clear_command:
description: comando limpiar
default_save_name: comando_limpiar
Expand Down
13 changes: 11 additions & 2 deletions content/adventures/et.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ adventures:
story_text_2: "### Exercise\nCan you think of more lines to add to your restaurant code? For example, can you {ask} the guests what they'd like to drink, tell them the price, or wish them a pleasant meal?\n"
start_code: '# place your code here'
4:
story_text: "In thsi level you have to use quotation marks when using the `{print}` command.\nCan you make your code from the previous levels work in this level too by adding the quotation marks?\n\nBe careful! In the previous levels apostrophes were allowed in the text, but in this level Hedy will confuse them for quotation marks and the code will not work!\nSo instead of typing `{print} Today we're serving pizza` , you should type `{print} 'Today we are serving pizza'`\n"
story_text: "In this level you have to use quotation marks when using the `{print}` command.\nCan you make your code from the previous levels work in this level too by adding the quotation marks?\n\nBe careful! In the previous levels apostrophes were allowed in the text, but in this level Hedy will confuse them for quotation marks and the code will not work!\nSo instead of typing `{print} Today we're serving pizza` , you should type `{print} 'Today we are serving pizza'`\n"
example_code: "```\n{print} 'Welcome to Hedys restaurant!'\n{print} 'Today we are serving pizza or lasagna.'\nfood {is} {ask} 'What would you like to eat?'\n{print} 'Great choice! The ' food ' is my favorite!'\ntopping {is} {ask} 'Would you like meat or veggies on that?'\n{print} food ' with ' topping ' is on its way!'\ndrinks {is} {ask} 'What would you like to drink with that?'\n{print} 'Thank you for your order.'\n{print} 'Your ' food ' and ' drinks ' will be right there!'\n```\n"
start_code: '# place your code here'
6:
Expand Down Expand Up @@ -464,7 +464,7 @@ adventures:
example_code: "```\n{print} 'Im Hedy the fortune teller!'\nquestion {is} {ask} 'What do you want to know?'\n{print} 'This is your question: ' question\nanswers {is} yes, no, maybe\n{print} 'My crystal ball says...'\n{sleep} 2\n{print} answers {at} {random}\n```\n"
start_code: '# place your code here'
5:
story_text: "In thsi level you'll learn to (secretly) tip the odds in your favor, when using the fortune teller!\nBy using `{if}` and `{else}` you can make sure that you will always get a good fotune, while other people might not.\nCheck out this example to find out how.\n"
story_text: "In this level you'll learn to (secretly) tip the odds in your favor, when using the fortune teller!\nBy using `{if}` and `{else}` you can make sure that you will always get a good fotune, while other people might not.\nCheck out this example to find out how.\n"
example_code: "```\n{print} 'Im Hedy the fortune teller!'\n{print} 'I can predict {if} youll win the lottery tomorrow!'\nperson {is} {ask} 'Who are you?'\n{if} person {is} Hedy {print} 'You will definitely win!🤩' {else} {print} 'Bad luck! Someone {else} will win!😭'\n```\n"
start_code: '# place your code here'
7:
Expand Down Expand Up @@ -900,6 +900,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
while_command:
name: "{while}"
description: while
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/fa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
and_or_command:
name: "{and} & {or}"
description: introducing and or
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/fi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
while_command:
levels:
15:
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2614,6 +2614,15 @@ adventures:
start_code: "{print} \"Les nombres décimaux ont maintenant besoin d'utiliser un point\"\n{print} 2.5 + 2.5"
story_text: "**Nombres décimaux**\nJusqu'à présent, Hedy ne te permettait pas d'utiliser les nombres décimaux comme 1.5, mais maintenant nous les autorisons. Attention, les langages de programmation utilisent le point pour les nombres décimaux et non la virgule."
example_code: "```\n{print} \"Deux et demi plus deux et demi fait…\"\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
description: Introduction des maths
default_save_name: maths
elif_command:
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/fy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
name: maths
default_save_name: maths
rock_2:
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/he.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers."
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
and_or_command:
description: introducing and or
default_save_name: and or
Expand Down
9 changes: 9 additions & 0 deletions content/adventures/hi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2396,6 +2396,15 @@ adventures:
start_code: "{print} 'decimal numbers now need to use a dot'\n{print} 2.5 + 2.5"
story_text: "**Decimal numbers**\nSo far, Hedy did not allow for decimal numbers like 1.5, but now we do allow that. Note that computers use the `.` for decimal numbers।"
example_code: "```\n{print} 'Two and a half plus two and a half is...'\n{print} 2.5 + 2.5\n```\n"
story_text_2: |-
**Maths with words**
In this level you can also do addition with words like this:
example_code_2: |
```
a = 'Hello '
b = 'world!'
{print} a + b
```
name: maths
elif_command:
name: "{elif}"
Expand Down
Loading

0 comments on commit 41bba11

Please sign in to comment.