Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/6617af3ab73475f87b53a59d.md

latest2.3 KB
Original Source
<!-- (Audio) Sarah: I still think we should dedicate more time to the web app, but I see where you're coming from, Brian. I think we can try giving equal priority for a while. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Does Sarah accept Brian's offer?

--answers--

No, she rejects his offer because she wants to focus only on the web app

--feedback--

Sarah suggests trying Brian's idea of equal priority, indicating some level of acceptance.


Yes, she accepts it, but she is not entirely happy with it and prefers more focus on the web app


Yes, she is very happy and completely agrees with giving equal priority

--feedback--

While Sarah agrees to try the idea, her initial preference for the web app suggests she is not completely happy with the arrangement.


No, she is indifferent and leaves the decision to Brian

--feedback--

Sarah actively participates in the decision by suggesting they can try Brian's idea, showing she is not indifferent.

--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": 25.76,
      "finishTimestamp": 32.3
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "I still think we should dedicate more time to the web app,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.28,
      "finishTime": 4.76,
      "dialogue": {
        "text": "but I see where you're coming from, Brian.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.4,
      "finishTime": 7.54,
      "dialogue": {
        "text": "I think we can try giving equal priority for a while.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}