-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' for version 2.2.0
- Loading branch information
Showing
17 changed files
with
1,284 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "name": "buttons/start_button_wide.png", "tag": "PlayObject", "draggable": "false", "slot": "1", "isAnswerSlot": "false"} | ||
{ "name": "buttons/start_button_square.png", "tag": "PlayObject", "draggable": "false", "slot": "1", "isAnswerSlot": "false"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,31 @@ | ||
ROBOT DO "Lisa was putting on her shoes in the morning. Bella the dog took Lisa's favorite shoe. Lisa tried to get her shoe back from Bella. Bella wouldn't give it back. Lisa tried again but Bella still wouldn't give it back. Lisa's mom came into the room. She took the shoe from Bella. Then Lisa's mom gave the shoe back to her." | ||
OPAL HIGHLIGHT scene0 | ||
ROBOT DO "Lisa was putting on her shoes in the morning. Bella the dog took Lisa's favorite shoe." | ||
OPAL HIGHLIGHT scene1 | ||
ROBOT DO "Lisa tried to get her shoe back from Bella. Bella wouldn't give it back." | ||
OPAL HIGHLIGHT scene2 | ||
ROBOT DO "Lisa tried again but Bella still wouldn't give it back." | ||
OPAL HIGHLIGHT scene3 | ||
ROBOT DO "Lisa's mom came into the room. She took the shoe from Bella. Then Lisa's mom gave the shoe back to her." | ||
ROBOT DO "The end." | ||
OPAL HIGHLIGHT | ||
PAUSE 2 | ||
OPAL LOAD_ANSWERS answers/lisa_happy.png, answers/lisa_sad.png, answers/lisa_excited.png, answers/lisa_surprised.png | ||
OPAL SET_CORRECT {"correct":["lisa_sad"], "incorrect":["lisa_happy","lisa_excited","lisa_surprised"]} | ||
ROBOT DO How did Lisa feel when she saw Bella take her favorite shoe? | ||
ROBOT DO "How did Lisa feel when she saw Bella take her favorite shoe?" | ||
WAIT CORRECT_INCORRECT 10 | ||
ROBOT DO Lisa felt sad. | ||
ROBOT DO "Lisa felt sad." | ||
OPAL CLEAR ANSWERS | ||
PAUSE 1 | ||
OPAL LOAD_ANSWERS answers/lisa_excited.png, answers/lisa_happy.png, answers/lisa_bored.png, answers/lisa_frustrated.png | ||
OPAL SET_CORRECT {"correct":["lisa_frustrated"], "incorrect":["lisa_excited","lisa_happy","lisa_bored"]} | ||
ROBOT DO How did Lisa feel when she couldn't get her shoe back? | ||
ROBOT DO "How did Lisa feel when she couldn't get her shoe back?" | ||
WAIT CORRECT_INCORRECT 10 | ||
ROBOT DO Lisa felt frustrated. | ||
ROBOT DO "Lisa felt frustrated." | ||
OPAL CLEAR ANSWERS | ||
PAUSE 1 | ||
OPAL LOAD_ANSWERS answers/lisa_angry.png, answers/lisa_afraid.png, answers/lisa_frustrated.png, answers/lisa_happy.png | ||
OPAL SET_CORRECT {"correct":["lisa_happy"], "incorrect":["lisa_angry","lisa_afraid","lisa_frustrated"]} | ||
ROBOT DO How did Lisa feel when she got her shoe back from her mom? | ||
OPAL LOAD_ANSWERS answers/lisa_mad.png, answers/lisa_scared.png, answers/lisa_frustrated.png, answers/lisa_happy.png | ||
OPAL SET_CORRECT {"correct":["lisa_happy"], "incorrect":["lisa_mad","lisa_scared","lisa_frustrated"]} | ||
ROBOT DO "How did Lisa feel when she got her shoe back from her mom?" | ||
WAIT CORRECT_INCORRECT 10 | ||
ROBOT DO Lisa felt happy. | ||
ROBOT DO "Lisa felt happy." | ||
OPAL CLEAR ANSWERS |
Binary file not shown.
Oops, something went wrong.