Back to Freecodecamp

Task 102

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675ff2b7f9405abf27f26740.md

latest1.7 KB
Original Source
<!-- (Audio) Anna: What should they do to protect themselves while traveling for work? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

What should they do to protect themselves while BLANK?

--blanks--

traveling for work

--feedback--

This phrase of three words refers to the act of going from one place to another for job-related purposes. The first word ends in -ing.

--explanation--

Traveling for work means going to different locations as part of your job responsibilities, such as attending meetings, conferences, or other work-related events. For example:

Employees traveling for work should use VPNs to secure their internet connections. - It highlights that employees who are traveling for job-related purposes need to use VPNs to ensure their online activities are safe and protected.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 45.44,
      "finishTimestamp": 48.02
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.58,
      "dialogue": {
        "text": "What should they do to protect themselves while traveling for work?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.08
    }
  ]
}