Back to Freecodecamp

Task 62

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: As we start the new mobile app project, we need to decide who will do what. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob say they need to do?

--answers--

Finish building the app today.

--feedback--

Bob says they are just starting the project, not finishing it.


Decide who will handle each part of the project.


Hire new developers immediately.

--feedback--

There is no mention of hiring new people.


Buy new mobile phones.

--feedback--

The project is about an app, not about hardware.

--video-solution--

2

--explanation--

Bob says they are starting the new mobile app project and need to decide who will do what, meaning they must divide the work among the team members.

--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": 0,
      "finishTimestamp": 4.26
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "As we start the new mobile app project, we need to decide who will do what.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}