Back to Freecodecamp

Task 129

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

latest2.1 KB
Original Source
<!-- (audio) Tom: Oh, how about a shopping mall? Maria: Malls are everywhere. -->

--description--

A shopping mall is a large building or complex that has many different stores inside, often including clothing shops, electronics stores, restaurants, and sometimes even cinemas. They are designed so people can do a lot of shopping and leisure activities in one place.

Maria's reply, Malls are everywhere, means that shopping malls are very common and easy to find.

--questions--

--text--

Which sentence correctly describes the presence of shopping malls near the office?

--answers--

There are closed malls.

--feedback--

Tom and Maria don't discuss the opening hours of malls.


There aren't any malls.

--feedback--

According to Maria, malls are common in the area.


Malls aren't very common in this area.

--feedback--

According to Maria, malls are common in the area.


There are malls everywhere.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 42.84,
      "finishTimestamp": 46.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.86,
      "dialogue": {
        "text": "Oh, how about a shopping mall?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.86
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 2.86
    },
    {
      "character": "Maria",
      "startTime": 3.26,
      "finishTime": 4.44,
      "dialogue": {
        "text": "Malls are everywhere.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.94
    }
  ]
}