Back to Freecodecamp

Task 93

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671f765a22e32e05d4f5074e.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: Do you remember how we used to get excited about new tech back at work? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Brian tell Maria he definitely remembers the excitement about new tech Maria mentioned?

--answers--

Absolutely.

--audio-id--

EN6c10a671


I vaguely remember.

--audio-id--

ENc36fdcba

--feedback--

I vaguely remember means that something is not very vivid in the speaker's memory.

--video-solution--

1

--explanation--

The word Absolutely is used to express strong agreement or affirmation. It is often used in response to a statement or question to emphasize certainty or enthusiasm. For example:

Person 1: Do you think this approach will work?

Person 2: Absolutely! - This means you are sure the approach will be successful.

In this context, Brian could say Absolutely to enthusiastically confirm that he remembers getting excited about new technology at work.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.46,
      "finishTimestamp": 17.66
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Do you remember how we used to get excited about new tech back at work?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}