Back to Freecodecamp

Task 12

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

latest2.7 KB
Original Source
<!-- (Audio) Tom: Absolutely! They are really fun. What's the team's favorite? Sarah: Many of us enjoy the monthly game night. Are you into board games? Tom: Yes, I love board games. -->

--description--

In conversations, you can ask someone if they have an interest or enjoy a particular activity. There are many ways to do that.

--questions--

--text--

In the audio above there are two sentences that ask about interest. Which are they?

--answers--

Are you into board games? and They are really fun.

--feedback--

The first sentence is correct, but the second one does not ask about interest. It's a statement.


What's the team's favorite? and Many of us enjoy the monthly game night.

--feedback--

The first sentence is correct. The second sentence is a statement, not a question.


Are you going to board games? and What do board games you play?

--feedback--

These questions are not mentioned in the audio and they're grammatically incorrect.


What's the team's favorite? and Are you into playing board games?

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 13.56,
      "finishTimestamp": 23.26
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "Absolutely! They're really fun. What's the team's favorite?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.5
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 4.5
    },
    {
      "character": "Sarah",
      "startTime": 5.1,
      "finishTime": 8,
      "dialogue": {
        "text": "Many of us enjoy the monthly game night. Are you into board games?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.1
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 8.1
    },
    {
      "character": "Tom",
      "startTime": 8.2,
      "finishTime": 10.00,
      "dialogue": {
        "text": "Yes, I love board games.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 10.50
    }
  ]
}