Back to Freecodecamp

Task 81

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

latest1.9 KB
Original Source
<!-- (audio) Bob: I see, but I'm not sure if AWS is the best option for us. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, but I'm not BLANK if AWS is the best option for us.

--blanks--

I see

--feedback--

This two-word phrase is used to show that you understand what the other person is saying, or that you're acknowledging something.


sure

--feedback--

This word means being confident or certain about something.

--explanation--

I see is used to show that you understand what someone is saying, but it does not necessarily mean you agree. For example:

I see why you prefer that framework, but I still think we should compare other options. – This means you acknowledge the other person's opinion while keeping an open discussion.

Sure is used when someone is confident or certain about something. For example:

I'm sure this new programming language will improve our development speed. - This means you are confident that the new language will make development faster, based on your knowledge or experience.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 11.94,
      "finishTimestamp": 16.1
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "I see, but I'm not sure if AWS is the best option for us.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}