Back to Freecodecamp

Task 5

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: Listen, how about the team-building activities here? -->

--description--

How about...? is often used to ask for information about a topic or to make a suggestion. For example:

  • How about the coffee here? - This asks for someone's opinion about the coffee.

  • How about the meeting tomorrow? - This asks if there will be a meeting.

In the dialogue, Tom is asking if there are team-building activities at this workplace, or what kind of activities they have.

--questions--

--text--

What does Tom want to know by asking this question: How about the team-building activities here?

--answers--

If there are team-building activities in this workplace.


If the company organizes sports competitions.

--feedback--

Tom's question is about all team-building activities, not just sports.


He is asking if the activities are mandatory.

--feedback--

There is no indication in the question that Tom is asking about the necessity of the activities.


He is suggesting they start the activities now.

--feedback--

Tom is asking about existing activities, not suggesting to begin them.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 5.66,
      "finishTimestamp": 8.22
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Listen, how about the team-building activities here?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}