Back to Freecodecamp

Task 66

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68123e7c6f2c4a1f9d892616.md

latest1.7 KB
Original Source
<!-- (Audio) Alice: We have many features to work on, and our developers have different skills. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Alice saying about the team?

--answers--

They finished all the features already.

--feedback--

She says they still have features to work on.


They need to hire new developers.

--feedback--

Alice doesn't talk about hiring new people.


They have a lot of work and developers with different skills.


All developers have the same skills.

--feedback--

She says the developers have different skills.

--video-solution--

3

--explanation--

Alice points out that the team has many features to work on and that our developers have different skills, meaning they have diverse abilities to match different tasks.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 8.86,
      "finishTimestamp": 12.32
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "We have many features to work on, and our developers have different skills.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}