Back to Freecodecamp

Task 112

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

latest1.4 KB
Original Source
<!-- (audio) Tom: Hi, Maria. I'm still getting to know the area. -->

--description--

When you move to a new place or visit somewhere for the first time, you might spend time learning about what's around you, like the shops, streets, and services. This is called getting to know the area. It's a way to become more familiar with the nearby places and how to find them.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Maria. I'm still BLANK to know the area.

--blanks--

getting

--feedback--

Tom is talking about learning more about what's close to him in the new place. This word ends in -ing.

--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": 0.00,
      "finishTimestamp": 2.50
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.50,
      "dialogue": {
        "text": "Hi, Maria. I'm still getting to know the area.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.00
    }
  ]
}