Back to Freecodecamp

Task 50

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

latest1.5 KB
Original Source
<!-- (Audio) David: Anna, I heard your company is embracing 100% remote work. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Anna, I heard your company is embracing 100% BLANK BLANK.

--blanks--

remote

--feedback--

This word means working from a location outside of the office, usually from home.


work

--feedback--

This noun refers to job-related tasks and activities.

--explanation--

David uses the phrase remote work to describe a job that is done outside of a traditional office. Many companies have started using remote work to allow employees to work from home, improving flexibility and reducing commuting time.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.94
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Anna, I heard your company is embracing 100% remote work.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}