Back to Freecodecamp

Task 14

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: Exactly. Once we have the wireframes, we can start collaborating with the developers to implement the front-end design. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. Once we have the wireframes, we can start collaborating with the developers to implement the front-end design.

--blanks--

Exactly

--feedback--

This word confirms agreement and emphasizes a point. The first letter is capitalized.

--explanation--

Exactly is used to confirm a statement or express strong agreement. It reinforces an idea or supports what someone else has said. For example:

  • Person 1: The client wants a more modern UI.

  • Person 2: Exactly. That's why we're redesigning the dashboard with a cleaner layout. - Here, exactly is used to strongly agree with the statement and emphasize the reason for the UI redesign.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.66,
      "finishTimestamp": 20.52
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.86,
      "dialogue": {
        "text": "Exactly. Once we have the wireframes, we can start collaborating with the developers to implement the front-end design.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.36
    }
  ]
}