Back to Freecodecamp

Task 105

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

latest1.3 KB
Original Source
<!-- Audio Reference: Tom: The live preview isn't showing in Visual Studio Code. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The live preview isn't showing in BLANK.

--blanks--

Visual Studio Code

--feedback--

A widely used IDE developed by Microsoft. The first letter of these three words are capitalized.

--explanation--

Visual Studio Code, often abbreviated as VS Code, is a popular Integrated Development Environment (IDE) developed by Microsoft.

--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": 9.82
    }
  },
  "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",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}