We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8388e13 commit b2d3cb4Copy full SHA for b2d3cb4
2 files changed
TeachingKidsProgramming/src/jars/TeachingKidsProgramming.jar
621 Bytes
TeachingKidsProgramming/src/org/teachingkidsprogramming/section07events/SimpleBubbleQuiz.java
@@ -20,7 +20,7 @@ public void question1()
20
}
21
public void question2(String letter1)
22
{
23
- //code: add text 'You got a single' and then click on the first base
+ //code: add text 'You got a single' and then left click on the first base
24
//action: fail first in all case, draw base and pass after click
25
26
public void question3()
@@ -31,7 +31,7 @@ public void question3()
31
32
public void question4()
33
34
- //code: add text 'You got a home run' and then click on the home plate
+ //code: add text 'You got a home run' and then right click on the home plate
35
36
37
public static void main(String[] args)
0 commit comments