Back to Freecodecamp

Task 5

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

latest1.5 KB
Original Source
<!-- (Audio) James: Sure, Alice. We were talking about the new project requirements, right? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, Alice. We were talking about the new project BLANK, right?

--blanks--

requirements

--feedback--

This refers to things that are necessary or needed for something. It's in the plural form.

--explanation--

Requirements refers to things that are necessary for a task, project, or goal to be completed. For example:

The job requirements include experience with programming. - This means experience with programming is necessary for the job.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.4,
      "finishTimestamp": 7.9
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Sure, Alice. We were talking about the new project requirements, right?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5
    }
  ]
}