Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e5b1feb705ccdee11860e.md

latest1.7 KB
Original Source
<!-- (audio) Jake: Okay, let's agree to disagree. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jake mean?

--answers--

He suggests that they should stop arguing and accept their different opinions.


He wants to resolve their disagreement immediately.

--feedback--

Jake isn't suggesting an immediate resolution.


He is trying to convince Maria to agree with him.

--feedback--

Jake is not trying to persuade anyone.


He agrees with the Maria's opinion but wants to stop discussing it.

--feedback--

Jake is not agreeing with the other person's opinion.

--video-solution--

1

--explanation--

Agree to disagree is a phrase used when two people accept that they have different opinions, and instead of continuing to argue, they choose to move on.

Jake is suggesting that they acknowledge their differences without trying to convince the other person.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 56.0,
      "finishTimestamp": 58.28
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "Okay, let's agree to disagree.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}