Back to Freecodecamp

Task 64

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: Each developer will have their own tasks. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will each developer have?

--answers--

A shared list of tasks with everyone.

--feedback--

Bob doesn't mention a shared list.


A training course to finish first.

--feedback--

There is no mention of training.


Extra vacation time.

--feedback--

Bob only talks about work.


Their own work to complete.

--video-solution--

4

--explanation--

Bob says that each developer will have their own tasks, meaning every person will have specific jobs to do individually, not shared between everyone.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.82,
      "finishTimestamp": 7.26
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Each developer will have their own tasks.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}