Back to Freecodecamp

Task 106

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c9c8292f326a1faef46940.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: Hi, Maria. I heard there was some tension in the last team meeting. Can we talk about it? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Maria. I BLANK there was some BLANK in the last team meeting. Can we talk about it?

--blanks--

heard

--feedback--

This is the past form of hear, meaning to receive or learn information.


tension

--feedback--

This refers to stress or conflict in a situation.

--explanation--

To hear means to receive or learn information through sound or communication. Its past tense is heard, which makes it an irregular verb. For example:

I heard that the deadline was moved. - This means the speaker learned about the deadline change.

Tension refers to stress, conflict, or pressure in a situation. For example:

There was tension in the room after the disagreement. - This means people felt uncomfortable or stressed.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.82
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "Hi, Maria. I heard there was some tension",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.42,
      "finishTime": 5.82,
      "dialogue": {
        "text": "in the last team meeting. Can we talk about it?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.32
    }
  ]
}