Back to Freecodecamp

Task 116

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c4f2b9b76e5e7ea4e378b5.md

latest1.5 KB
Original Source
<!-- Audio Reference: Sarah: Are you using that extension for real-time previews? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Are you using BLANK BLANK for real-time previews?

--blanks--

that

--feedback--

This word is used to refer back to something specific that was mentioned earlier.


extension

--feedback--

This word refers to a tool or add-on in a software program, like the one they are discussing.

--explanation--

Sarah is asking Tom if he is using a specific tool that they were just discussing. The word that is used to refer back to something mentioned earlier, and extension refers to the specific tool or add-on used in Visual Studio Code.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 17,
      "finishTimestamp": 19.4
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Are you using that extension for real-time previews?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.9
    }
  ]
}