Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 4b99e33

Browse files
committed
Update descriptions
1 parent d94fdf2 commit 4b99e33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lesson3/task2/task.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<p>Time to turn on a motor!</p>
3-
<p>Set the voltage of motor 0 to half power</p>
3+
<p>Set the voltage of motor 0 to half power, forwards</p>
44
<br>
55
</html>

lesson4/task2/task.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<html>
2-
Write your task text here.
3-
<br>
2+
<p>Time to control a servo!</p>
3+
<p>Set the power of the servo to a quarter, backwards</p>
44
</html>

lesson4/task2/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def check_position():
55
task = import_task_file()
66
if task.board.ports[0].position == -0.25:
77
return passed()
8-
return failed("Position isn't set to 45 degrees")
8+
return failed("Position incorrect")
99

1010

1111
if __name__ == '__main__':

0 commit comments

Comments
 (0)