Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/661797b505f2d3ed4b170d74.md

latest2.3 KB
Original Source
<!-- (Audio) Brian: Well, here's what I think we could do. Why don't we allocate resources to both platforms equally? We could give equal priority to both the web app and the mobile app. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Brian's reaction suggest in the context of the project's priorities?

--answers--

He insists on focusing only on the mobile app, disregarding the web app.

--feedback--

Brian's suggestion to equally allocate resources indicates a willingness to balance both platforms, not to focus on just one.


He wants to abandon the current plans and start a new project.

--feedback--

Brian's statement is about balancing existing priorities, not starting a new project.


He suggests canceling the development of the web app.

--feedback--

Brian's proposal to give equal priority negates the idea of canceling one of the platforms.


He proposes a compromise by equally prioritizing both the web and mobile apps.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.6,
      "finishTimestamp": 25.2
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "Well, here's what I think we could do.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.88,
      "finishTime": 5.8,
      "dialogue": {
        "text": "Why don't we allocate resources to both platforms equally?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.1,
      "finishTime": 9.6,
      "dialogue": {
        "text": "We could give equal priority to both the web app and the mobile app.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.1
    }
  ]
}