Back to Freecodecamp

Task 97

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Anna, do you remember our BLANK about the remote work BLANK?

--blanks--

last discussion

--feedback--

These two words together refer to the most recent conversation or meeting. The first word indicates it happened most recently, and the second refers to an exchange of ideas or information.


stipend

--feedback--

This word means a financial allowance, often given for a specific purpose like remote work.

--explanation--

Last discussion means the most recent conversation. For example:

We agreed in the last discussion to finish the task by Friday. - The team decided in the previous meeting that the task should be completed by Friday.

Stipend is a fixed sum of money given regularly, often for work-related expenses. For example:

They offer a stipend to cover travel expenses for business trips. - A stipend here is money given to pay for travel costs related to work.

--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
    }
  ]
}