Skip to content

Commit b2d3cb4

Browse files
committed
added icons
1 parent 8388e13 commit b2d3cb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

621 Bytes
Binary file not shown.

TeachingKidsProgramming/src/org/teachingkidsprogramming/section07events/SimpleBubbleQuiz.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public void question1()
2020
}
2121
public void question2(String letter1)
2222
{
23-
//code: add text 'You got a single' and then click on the first base
23+
//code: add text 'You got a single' and then left click on the first base
2424
//action: fail first in all case, draw base and pass after click
2525
}
2626
public void question3()
@@ -31,7 +31,7 @@ public void question3()
3131
}
3232
public void question4()
3333
{
34-
//code: add text 'You got a home run' and then click on the home plate
34+
//code: add text 'You got a home run' and then right click on the home plate
3535
//action: fail first in all case, draw base and pass after click
3636
}
3737
public static void main(String[] args)

0 commit comments

Comments
 (0)