Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/6617962704224fe969a76811.md

latest2.1 KB
Original Source
<!-- (Audio) Sarah: I'm not sure I agree with that, Brian. The web app needs attention. It has more users. Prioritizing the web app makes more sense given its larger user base. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why does Sarah think they need to prioritize the web app?

--answers--

Because it has a larger user base and needs more attention


Because the web app is newer than the mobile app

--feedback--

Sarah's reason for prioritizing the web app is its larger user base, not its newness.


Because the web app is less expensive to develop

--feedback--

Sarah's argument is based on user numbers, not development costs.


Because they have already spent too much time on the mobile app

--feedback--

Sarah's focus is on the user base size, not the time spent on the mobile app.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.22,
      "finishTimestamp": 15.82
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "I'm not sure I agree with that, Brian.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.06,
      "finishTime": 5.7,
      "dialogue": {
        "text": "The web app needs attention. It has more users.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.24,
      "finishTime": 9.6,
      "dialogue": {
        "text": "Prioritizing the web app makes more sense given its larger user base.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 10.1
    }
  ]
}