Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/66179829f664e3ee9b42ce5f.md

latest3.4 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. 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--

Does Brian agree with Sarah's proposal to prioritize the web app?

--answers--

Yes, he completely agrees and wants to focus only on the web app

--feedback--

Brian suggests a compromise by equally allocating resources to both platforms, not solely focusing on the web app.


No, he disagrees and suggests focusing only on the mobile app instead

--feedback--

Brian's response is not a direct disagreement; he proposes a balanced approach rather than focusing solely on the mobile app.


He partially agrees with Sarah, but he proposes a compromise by equally prioritizing both platforms


He agrees but suggests postponing the decision for later

--feedback--

Brian's suggestion is immediate and specific about equal resource allocation, not postponing the decision.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.22,
      "finishTimestamp": 25.2
    }
  },
  "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": 9.99
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 9.99
    },
    {
      "character": "Brian",
      "startTime": 10.38,
      "finishTime": 12.12,
      "dialogue": {
        "text": "Well, here's what I think we could do.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 12.26,
      "finishTime": 15.18,
      "dialogue": {
        "text": "Why don't we allocate resources to both platforms equally?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 15.48,
      "finishTime": 18.98,
      "dialogue": {
        "text": "We could give equal priority to both the web app and the mobile app.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 19.48
    }
  ]
}