pxt-microbit Accessibility PR (#529)

* Accessibility changes
This commit is contained in:
Sam El-Husseini
2017-09-07 13:42:08 -07:00
committed by GitHub
parent 3f87576a50
commit e3975e65e5
357 changed files with 1641 additions and 3540 deletions

View File

@ -1,6 +1,6 @@
# counter lesson
# Counter lesson
Learn how to create a counter with with on button pressed.
Learn how to create a counter with with **on button** pressed.
## Topic
@ -13,9 +13,9 @@ Variables
* [quiz](/lessons/counter/quiz)
* [quiz answers](/lessons/counter/quiz-answers)
## Prior learning/place of lesson in scheme of work
## Prior learning and lesson level
Learn how to creating a **variable** to keep track of the current count. We will be learning how to create a counter app using a variable as well as simple commands, such as on button pressed, and show number.
Learn how to create a **variable** to keep track of the current count. We will be learning how to create a counter app using a variable and simple commands, such as on button pressed, and show number.
## Documentation
@ -34,10 +34,10 @@ basic.showLeds(`
`)
```
* **variable**: [read more...](/blocks/variables)
* **arithmetic operators**: [read more...](/types/number)
* **on button pressed** : [read more...](/reference/input/on-button-pressed)
* **show number** : [read more...](/reference/basic/show-number)
* **[variable](/blocks/variables)**:
* **[arithmetic operators](/types/number)**
* **[on button pressed](/reference/input/on-button-pressed)**
* **[show number](/reference/basic/show-number)**
## Objectives