Back to Freecodecamp

Task 110

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

latest2.0 KB
Original Source
<!-- Audio Reference: Tom: The live preview isn't showing in Visual Studio Code. Isn't it supposed to support that feature? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom expect Visual Studio Code to do?

--answers--

Show the live preview.


Install the feature.

--feedback--

Tom doesn't mention installing features.


Need manual updates.

--feedback--

Tom doesn't mention manual updates.


Not have this feature.

--feedback--

Pay attention to how Tom's initial statement about the problem connects with his question, showing his surprise that the feature isn't working as expected.

--video-solution--

1

--explanation--

Tom first mentions that The live preview isn't showing in Visual Studio Code, which signals an issue. He then follows up with, Isn't it supposed to support that feature? This shows he expected the live preview to work automatically without any additional setup.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.72,
      "finishTimestamp": 12.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "The live preview isn't showing in Visual Studio Code.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.56,
      "finishTime": 6.44,
      "dialogue": {
        "text": "Isn't it supposed to support that feature?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.94
    }
  ]
}