Back to Freecodecamp

Task 107

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d63808d5e8fd63664ad8a.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: If we rush, it could lead to more problems. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could James say he agrees with Maria?

--answers--

You're right.

--audio-id--

ENbe6b5a63


I'm not sure I agree.

--audio-id--

ENdf6b6424

--feedback--

This is a polite way to say you disagree with someone.

--video-solution--

1

--explanation--

You're right serves the purpose of saying you think what the other person is saying is correct. For example:

  • Person 1: Rushing with the update can cause serious problems.

  • Person 2: You're right. - This means you also think that rushing with the update is a bad idea.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 47.08,
      "finishTimestamp": 49
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "If we rush, it could lead to more problems.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}