Back to Freecodecamp

Task 18

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

latest1.6 KB
Original Source
<!-- (audio) Linda: Absolutely. And I can also prepare some user scenarios for testing, so we can ensure a smooth user experience. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. And I can also prepare some user scenarios for testing, so we can ensure a smooth user experience.

--blanks--

Absolutely

--feedback--

This word is used to strongly agree with something. The first letter is capitalized.

--explanation--

Absolutely is used to express strong agreement or confirmation. For example:

  • Person 1: We should prioritize mobile responsiveness.

  • Person 2: Absolutely! Most users access our site from their phones. - This person completely agrees that mobile responsiveness is important.

--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": 20.86,
      "finishTimestamp": 26.68
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 6.82,
      "dialogue": {
        "text": "Absolutely. And I can also prepare some user scenarios for testing so we can ensure a smooth user experience.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.32
    }
  ]
}