Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67bf2098e9ca9808a823be21.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Anna, do you remember our last discussion about the remote work stipend? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What was Bob and Anna's last discussion about?

--answers--

A new project deadline.

--feedback--

Bob asks about something related to working remotely, not a deadline.


The remote work stipend.


Office renovations.

--feedback--

There is no mention of any changes to the office.


A team-building event.

--feedback--

Bob does not talk about any events.

--video-solution--

2

--explanation--

Do you remember is used to check if someone recalls past information. For example:

  • Do you remember where we saved that file? - You're asking someone if they recall the location of the file.

  • Do you remember when the issue first occurred? - You're asking someone if they recall the time the issue started.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.12
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.12,
      "dialogue": {
        "text": "Anna, do you remember our last discussion about the remote work stipend?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}