Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6757585d71b1ad9924a96eb9.md

latest1.6 KB
Original Source
<!-- (Audio) Can you coordinate with the IT support team for that? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Can you BLANK with the IT BLANK team for that?

--blanks--

coordinate

--feedback--

This word means to organize or work together with others to achieve a goal.


support

--feedback--

This word refers to assistance or help, often related to solving technical or operational issues.

--explanation--

Coordinate means to organize or collaborate with others to complete a task or achieve a goal.

Support refers to the help or assistance provided by the IT team, often related to technical issues. For example:

We need to coordinate with the IT team to ensure the system runs smoothly. - This shows collaboration to manage technical processes.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 36.96,
      "finishTimestamp": 39.6
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Can you coordinate with the IT support team for that?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}