Back to Freecodecamp

Task 98

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

latest1.6 KB
Original Source
<!-- (Audio) Maria: Can you look into it and see what's causing the problem? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How can James confirm that he's going to do what Maria is asking in a very simple way?

--answers--

Sure. I'll check it out.

--audio-id--

EN509a22e5


No way. It'll take too long.

--audio-id--

EN39f3fc61

--feedback--

By answering this, he'd be telling Maria he won't do it.

--video-solution--

1

--explanation--

Sure is used to confirm something that was asked of you. For example:

  • Person 1: Can you send me the report by noon?

  • Person 2: Sure. - This is a quick and easy way to reply that you'll do what the other person is asking.

--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": 35.5,
      "finishTimestamp": 37.56
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "Can you look into it and see what's causing the problem?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.56
    }
  ]
}