Back to Freecodecamp

Task 4

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: Yes, it's great. Everyone is friendly. -->

--description--

In this part of the dialogue, Tom expresses his feelings about the workplace. Great shows that he is more than just satisfied; he is very happy with it. Then he is giving a reason why he thinks the workplace is great by saying Everyone is friendly.

Everyone is used to talk about all the people in a group. It is similar to saying all people or each person. When you say everyone is friendly, it means that each person in the group is nice and kind.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, it's great. BLANK is friendly.

--blanks--

Everyone

--feedback--

Think of a word that means all the people in the group. This word is used to refer to each person in a group, collectively. The first letter is capitalized.

--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": 3.32,
      "finishTimestamp": 5.56
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Yes, it's great. Everyone is friendly.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.74
    }
  ]
}