Back to Freecodecamp

Task 111

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6838bc27830fcffdf3128076.md

latest2.0 KB
Original Source
<!-- (Audio) Mark: Had we spread these queries more evenly, perhaps the system wouldn't have failed. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Lisa respond to show she agrees completely with Mark's comment?

--answers--

Exactly.

--audio-id--

ENd68b9935


I'm not sure about that.

--audio-id--

ENa64de3bc

--feedback--

This shows doubt, not agreement.

--video-solution--

1

--explanation--

Exactly is an adverb used to show full agreement or correctness with what someone else has said. Exact, on the other hand, is an adjective meaning precise or correct in detail. For example:

  • You are exactly right about the cause of the problem. – This shows full agreement. It expresses how right (adjective) the person was.

  • We need the exact measurements to build the new server rack. – This means very precise measurements. It qualifies a noun instead of a verb or adjective.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.12,
      "finishTimestamp": 19.84
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Had we spread those queries more evenly,",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 3.78,
      "finishTime": 5.72,
      "dialogue": {
        "text": "perhaps the system wouldn't have failed.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.22
    }
  ]
}