Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67ac5f118ea4752af0866ec5.md

latest1.4 KB
Original Source
<!-- (Audio) Linda: Sure, Friday mornings are great. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, Friday mornings are great.

--blanks--

Sure

--feedback--

This is often used to express agreement or affirmation. It's a casual way of saying "yes" or confirming something. The first letter is capitalized.

--explanation--

Sure is commonly used to express agreement or to confirm something positively. For example:

Sure, I can help with that. – This means you agree to help.

In this audio, Linda agrees that Friday mornings work well for a meeting.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 47.3,
      "finishTimestamp": 48.86
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.56,
      "dialogue": {
        "text": "Sure. Friday mornings are great.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.06
    }
  ]
}