Back to Freecodecamp

Task 130

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814ab42cd5fd017247721d5.md

latest1.6 KB
Original Source
<!-- (Audio) James: I see your point, but we have no extra developers available until next month. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is James explaining?

--answers--

There's a staffing issue.


They already assigned two new developers.

--feedback--

James doesn't say that.


They plan to cancel the smaller projects.

--feedback--

There's no mention of canceling anything.


They will double the number of developers next week.

--feedback--

James says no extra developers are available until next month, not next week.

--video-solution--

1

--explanation--

James says they have no extra developers available until next month, meaning there are currently no people free to assign, and they must wait.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.94,
      "finishTimestamp": 35.1
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "I see your point, but we have no extra developers available until next month.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}