quiz update
This commit is contained in:
@ -12,23 +12,34 @@ Answer the questions while completing the tutorial. Pay attention to the dialogu
|
||||
|
||||
## 1. Describe what `plot` does?
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
## 2. Draw which LED is ON after running this code
|
||||
|
||||

|
||||
```blocks
|
||||
led.plot(2, 2)
|
||||
|
||||
```
|
||||
|
||||

|
||||
|
||||
## 3. Draw which LED is ON after running this code
|
||||
|
||||

|
||||
```blocks
|
||||
led.plot(0, 0)
|
||||
|
||||
```
|
||||
|
||||

|
||||
|
||||
## 4. Draw which LED is ON after running this code
|
||||
|
||||

|
||||
|
||||
```blocks
|
||||
led.plot(4, 4)
|
||||
|
||||
```
|
||||
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user