//TODO: Step 11 - Create a method called getChoice1() that returns the text for the first choice1 from _storyData.
Step 11 SOLUTION
//TODO: Step 12 - Create a method called getChoice2() that returns the text for the first choice2 from _storyData.
Step 12 SOLUTION
//TODO: Step 13 - Use the storyBrain to get the text for choice 1.
Step 13 SOLUTION
//TODO: Step 14 - Use the storyBrain to get the text for choice 1.
Step 14 SOLUTION
//TODO: Step 15 - Run the app and see if you can see the screen update with the first story.