Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/6619191be66af37a5152b69b.md

latest1.1 KB
Original Source
<!-- (Audio) Alice: Remote work is likely to remain a big part of our lives. -->

--description--

Listen to the audio and fill in the blanks.

--fillInTheBlank--

--sentence--

Remote work is BLANK to remain a big part of our lives.

--blanks--

likely

--feedback--

An expression that normally means the same as probable or expected to happen.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.34,
      "finishTimestamp": 25.76
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "Remote work is likely to remain a big part of our lives.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}