Back to Freecodecamp

Dialogue 3: Struggling with IDEs

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

latest4.3 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
 "setup": {
   "background": "company2-center.png",
   "characters": [
     {
       "character": "Tom",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Sarah",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_1-3.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Tom",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Sarah",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Tom",
     "startTime": 1,
     "finishTime": 5.14,
     "dialogue": {
       "text": "Hey Sarah, do you have a moment? I'm struggling with these IDEs.",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 5.54,
     "finishTime": 7.5,
     "dialogue": {
       "text": "Sure, I'm not busy. What's the problem?",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 7.72,
     "finishTime": 13.16,
     "dialogue": {
       "text": "The live preview isn't showing in Visual Studio Code. Isn't it supposed to support that feature?",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 13.62,
     "finishTime": 17.66,
     "dialogue": {
       "text": "It should, but it's not displaying because the live server extension might not be running.",
       "align": "right"
     }
   },
   {
     "character": "Sarah",
     "startTime": 18,
     "finishTime": 20.2,
     "dialogue": {
       "text": "Are you using that extension for realtime previews?",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 20.64,
     "finishTime": 23.22,
     "dialogue": {
       "text": "I think we are, but maybe it's not set up right.",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 23.6,
     "finishTime": 30.46,
     "dialogue": {
       "text": "Also, in IntelliJ IDEA, the code autocompletion isn't popping up. Isn't it automatic?",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 31.3,
     "finishTime": 35.6,
     "dialogue": {
       "text": "It usually is, but it doesn't work if the project isn't set up right. Have you checked the settings?",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 35.96,
     "finishTime": 37.1,
     "dialogue": {
       "text": "I'll have to check again.",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 37.32,
     "finishTime": 41.76,
     "dialogue": {
       "text": "And in Eclipse, it's not showing the Git tools. Are they built in?",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 42.28,
     "finishTime": 45.56,
     "dialogue": {
       "text": "Yes, they are, but they're not visible if the project isn't linked to Git.",
       "align": "right"
     }
   },
   {
     "character": "Sarah",
     "startTime": 45.82,
     "finishTime": 47.8,
     "dialogue": {
       "text": "Is your project connected to Git in Eclipse?",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 48.3,
     "finishTime": 53.12,
     "dialogue": {
       "text": "It's supposed to be. This is frustrating. Are these IDEs always this tricky?",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "startTime": 53.72,
     "finishTime": 56.28,
     "dialogue": {
       "text": "Not always, but they can be when they're not set up properly.",
       "align": "right"
     }
   },
   {
     "character": "Sarah",
     "startTime": 56.5,
     "finishTime": 58.2,
     "dialogue": {
       "text": "Do you want a walkthrough on setting them up?",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 58.88,
     "finishTime": 60.8,
     "dialogue": {
       "text": "Yes, please. That would be great.",
       "align": "left"
     }
   },
   {
     "character": "Sarah",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 61.3
   },
   {
     "character": "Tom",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 61.8
   }
 ]
}