Skip to content

Commit

Permalink
Fix a few English typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sportebois committed May 20, 2020
1 parent f8e7891 commit 43756c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions coursedata/level-defaults/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
example: "Example: echo so your favorite color is..."
demo_code: "ask What is your favorite color?\\necho so your favorite color is..."
2:
intro_text: "Print still works as it did in Level 1, but ask has been changed abd now needs a name, which you can then print. Echo is no longer needed. You can now also use these commands:"
intro_text: "Print still works as it did in Level 1, but ask has been changed and now needs a name, which you can then print. Echo is no longer needed. You can now also use these commands:"
start_code: "print hello world!"
commands:
-
Expand Down Expand Up @@ -125,13 +125,13 @@
-
name: "print"
explanation: "Print something. Remember to use a quotation mark for literal printing."
example: "Example: print '5 keer 5 is ' 5 * 5"
example: "Example: print '5 times 5 is ' 5 * 5"
demo_code: "print '5 times 5 is ' 5 * 5"
-
name: "if with multiple lines"
explanation: "Ask for the answer to a sum and check if it is correct. We can now print 2 lines."
example: "Example: answer is ask What is 5 plus 5?"
demo_code: "answer is ask What is 5 plus 5?\\nif answer is 10\\n print 'Well done!'\\n print 'Indeed, the answer was ' answer\\nelse\\n print 'Oops!'\\n print 'Ths answer is ' answer"
demo_code: "answer is ask What is 5 plus 5?\\nif answer is 10\\n print 'Well done!'\\n print 'Indeed, the answer was ' answer\\nelse\\n print 'Oops!'\\n print 'The answer is ' answer"
-
name: "if en repeat combined"
explanation: "if en repeat combined"
Expand Down
4 changes: 2 additions & 2 deletions main/start-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ That is true for programming too, it might be hard in the beginning, but it will

The nice thing about Hedy is that Hedy is *gradual*. That means that you do not have to learn all rules at once.
The first few levels do not have that many rules, so you can get used to programming comfortably.
In evert level we add new rules, increasing the number of commands that you know. Commands are instructions for a computer.
In every level we add new rules, increasing the number of commands that you know. Commands are instructions for a computer.

## Why is Hedy gradual?
In this video Felienne, the creator of Hedy, explains why Hedy is gradual.
Expand All @@ -36,7 +36,7 @@ Hedy is meant for all kids that want to learn programming! You do need to be abl
No, that is not needed. However, if you have programmed with Scratch or Python, some commands will look familiar to you.

## Is Hedy free?
Yes! Leiden University allows us to share it for free. Hedy is also 'Open source', which means that everyone that can program cau help us make Hedy better.
Yes! Leiden University allows us to share it for free. Hedy is also 'Open source', which means that everyone that can program can help us make Hedy better.

## Do I need to install anything?
No. Hedy works in the browser, which is the program you are using to look at this page. Probably Chrome of Edge or FireFox. Hedy also works on your phone or tablet.

0 comments on commit 43756c8

Please sign in to comment.