Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671775f2f55c4c066193a1c1.md

latest1.7 KB
Original Source
<!-- (Audio) Linda: You were fixing a security issue, weren't you? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Jake tell Linda that was precisely what was happening at that time?

--answers--

Exactly.

--audio-id--

ENe94a198a


I think so.

--audio-id--

ENf6d7d682

--feedback--

This answer means you agree with the other person, you believe they are right, but you are not sure of it.

--video-solution--

1

--explanation--

Exactly is used to confirm or strongly agree with something someone else has said. It indicates that the statement is fully correct. For example:

Person 1: Did you mean we should start testing today?

Person 2: Exactly. - meaning you are sure the tests should start today.

In this context, Jake could say Exactly to confirm that he was indeed fixing a security issue back then as Linda mentioned.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 42.2,
      "finishTimestamp": 44.3
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "You were fixing a security issue, weren't you?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.6
    }
  ]
}