Back to Freecodecamp

Task 117

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option is the best answer to Sarah's question?

--answers--

I've already restarted my computer.

--audio-id--

ENd500004e

--feedback--

This response doesn't address whether Tom is using the extension Sarah mentioned.


I think we are using the right extension.

--audio-id--

EN6d790faa

--video-solution--

2

--explanation--

Sarah is asking Tom if he's using the live server extension, which is necessary for real-time previews in Visual Studio Code. Tom's answer will help identify if this might be the cause of the problem. Select the option that answers Sarah's question.

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