Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/661771a11af289d1ec5c72f9.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: Hey Sarah, we need to prioritize the new features for the next release. I think we should focus on the mobile app version. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What need does Brian communicate, and what does he suggest for the next release?

--answers--

He communicates the need to reduce costs and suggests focusing on the desktop app version.

--feedback--

Brian's focus is on prioritizing new features, particularly for the mobile app version, not reducing costs or the desktop app.


He communicates the need to prioritize new features and suggests focusing on the mobile app version.


He suggests postponing the next release and focusing on marketing strategies.

--feedback--

Brian's statement is about prioritizing features for the upcoming release, not postponing it or shifting to marketing.


He communicates the need for team expansion and suggests hiring more developers.

--feedback--

Brian's emphasis is on feature prioritization for the next release, not on expanding the team or hiring more developers.

--video-solution--

2

--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": 0,
      "finishTimestamp": 6.58
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.18,
      "dialogue": {
        "text": "Hey, Sarah, we need to prioritize the new features for the next release.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.18,
      "finishTime": 7.58,
      "dialogue": {
        "text": "I think we should focus on the mobile app version.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.08
    }
  ]
}