Back to Freecodecamp

Task 116

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f53f1a109a902b1f8e2858.md

latest1.8 KB
Original Source
<!-- (audio) Brian: Sure, Alice. I think we should emphasize security best practices, especially after that recent security breach. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, Alice. BLANK we should emphasize security best practices, especially after that recent security breach.

--blanks--

Sure

--feedback--

This word is used to express agreement or willingness to do something. The first letter is capitalized.


I think

--feedback--

These pronoun and verb mean you have an opinion or belief about something.

--explanation--

Sure is a casual way to agree or show willingness, and I think is used to express opinions or beliefs. For example:

  • Person 1: Do you have any suggestions for improving the app?

  • Person 2: Sure, I think we could simplify the login process. - This person agrees and gives an idea — making the login process easier.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.82,
      "finishTimestamp": 13.78
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.96,
      "dialogue": {
        "text": "Sure, Alice. I think we should emphasize security best practices, especially after that recent security breach.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.46
    }
  ]
}