Back to Freecodecamp

Task 99

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f01f94ced2089a46a29382.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: Yes, I spoke with management. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I BLANK with management.

--blanks--

spoke

--feedback--

This means to talk or communicate with someone. It is an irregular verb, and its in its past form.

--explanation--

To speak means to talk or communicate with someone. It is an irregular verb, and its past form is spoke. For example:

I spoke with the team about the new project. – This means that the speaker had a conversation with the team regarding the project.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 18.36,
      "finishTimestamp": 20.12
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "Yes, I spoke with management.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}