Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a8ab7d9c41160a85695934.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: I was thinking that you could lead the UX design, and I'll coordinate with the developers. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I was thinking that you could lead the UX design, and I'll BLANK BLANK the developers.

--blanks--

coordinate

--feedback--

This word means to organize or arrange tasks or people to work together.


with

--feedback--

This preposition is used to show the relationship or action between two people or things.

--explanation--

Coordinate means to organize and make sure that tasks, people, or things work well together.

Coordinate with is used when talking about working together with someone or a group. For example:

I will coordinate with the marketing team to plan the product launch. – This means working together with the marketing team to plan and organize the launch.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.78,
      "finishTimestamp": 34.82
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "I was thinking that you could lead the UX design and I'll coordinate with the developers.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}