Back to Freecodecamp

Task 114

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dcdb62814646de1b051c0.md

latest1.5 KB
Original Source
<!-- (audio) Maria: Yes, there's a bank just a few blocks away. -->

--description--

The phrase there is is used to state the existence of something in a certain place. For example:

There is a problem in the code. – A problem exists with the code.

Maria uses this structure to inform Tom about the location of the bank.

--questions--

--text--

What does Maria say is just a few blocks away?

--answers--

A shopping mall

--feedback--

Tom didn't ask about a shopping mall; he asked about a place to get money.


A park

--feedback--

Maria mentioned this place as a response to a question about an ATM, not a park.


A gym

--feedback--

This location is typically related to ATMs and financial services, not a gym.


A bank

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 5.48,
      "finishTimestamp": 7.66
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.18,
      "dialogue": {
        "text": "Yes, there's a bank just a few blocks away.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.68
    }
  ]
}