Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/661772551b64ddd40c834b1e.md

latest2.0 KB
Original Source
<!-- (Audio) Sarah: I'm not sure I agree with that, Brian. The web app needs attention. It has more users. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Does Sarah agree with Brian? Why or why not?

--answers--

Yes, she agrees with Brian because she thinks the mobile app version is more important.

--feedback--

Sarah expresses uncertainty about agreeing with Brian and highlights the importance of the web app.


No, she doesn't agree because she believes the web app, having more users, needs more attention.


Yes, she completely agrees with Brian and suggests additional features for the mobile app.

--feedback--

Sarah's statement indicates disagreement with Brian's focus on the mobile app, as she believes the web app requires more attention.


No, she disagrees because she prefers working on the desktop app version.

--feedback--

The reason for Sarah's disagreement is not a preference for the desktop app, but the user base of the web app.

--video-solution--

2

--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": 11.92
    }
  },
  "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",
      "opacity": 0,
      "startTime": 6.2
    }
  ]
}