Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-express-agreement/6780284188c80df6c1483f2f.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: We need to start planning our new mobile app project. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What type of project is Bob talking about?

--answers--

A mobile app project


A website design project

--feedback--

Bob doesn't mention anything about a website.


A desktop application

--feedback--

Bob is talking about an app, but is it for desktops? Listen again and think about what kind of app he mentions.


A marketing project

--feedback--

Does Bob talk about marketing? Listen carefully to what kind of project he wants to plan.

--video-solution--

1

--explanation--

Let's break this down.

What does Bob say they need to start planning? A project.

What kind of project is it? A mobile app project.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.54
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "We need to start planning our new mobile app project.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.04
    }
  ]
}