Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657dcd1ade6c116a0bc7c9b2.md
2025-03-17 18:57:18 +00:00

1.5 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657dcd1ade6c116a0bc7c9b2 Task 112 22 task-112

--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 to complete the sentence below.

--fillInTheBlank--

--sentence--

Hi Maria! I'm still BLANK to know the area. Is there an ATM nearby?

--blanks--

getting

--feedback--

Tom is talking about learning more about what's close to him in the new place.

--scene--

{
  "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
    }
  ]
}