Back to Freecodecamp

Task 118

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

latest1.5 KB
Original Source
<!-- (audio) Tom: That's good to know. Are there any parks around here? -->

--description--

When you want to ask about the existence of specific places or things in your current location, you can use the question structure Are there any ... around here?. For example:

Are there any Wi-Fi spots around here? - You're asking if you can find Wi-Fi near this place.

The phrase around here refers to the nearby area.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's good to know. BLANK there any parks BLANK here?

--blanks--

Are

--feedback--

This is a form of the verb to be, used with you, we, or they. The first letter is capitalized.


around

--feedback--

This word means something is near or close to a place.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 8.06,
      "finishTimestamp": 10.96
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.90,
      "dialogue": {
        "text": "That's good to know. Are there any parks around here?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.40
    }
  ]
}