Back to Freecodecamp

Dialogue 1: Choosing a Programming Language

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/67828be909569821c4e0c666.md

latest3.5 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-breakroom.png",
   "characters": [
     {
       "character": "Linda",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Tom",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_9-1.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Linda",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Tom",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Linda",
     "startTime": 1,
     "finishTime": 3.64,
     "dialogue": {
       "text": "I think Python is the best language for beginners.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 3.94,
     "finishTime": 7.48,
     "dialogue": {
       "text": "It's easy to learn and it has tons of libraries, especially for design work.",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 8.24,
     "finishTime": 11.8,
     "dialogue": {
       "text": "I see. Well, I think JavaScript is more versatile.",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 12.1,
     "finishTime": 16.3,
     "dialogue": {
       "text": "You can use it for web design and it has some great tools for creating animations.",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 17.04,
     "finishTime": 20.34,
     "dialogue": {
       "text": "In my case, I prefer Python because it's great for data analysis.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 20.68,
     "finishTime": 22.8,
     "dialogue": {
       "text": "Plus it's really good for building prototypes quickly.",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 23.46,
     "finishTime": 27.3,
     "dialogue": {
       "text": "I'm not a fan of Python syntax. It feels a bit rigid.",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 27.8,
     "finishTime": 32.84,
     "dialogue": {
       "text": "I find JavaScript more flexible and it's the go-to language for front-end development.",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 33.44,
     "finishTime": 36.16,
     "dialogue": {
       "text": "That's true, but Python works better for back-end stuff.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 36.5,
     "finishTime": 39.88,
     "dialogue": {
       "text": "You can do a lot with it, especially for automation and data-driven projects.",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 40.54,
     "finishTime": 43.74,
     "dialogue": {
       "text": "I'd rather stick with JavaScript because it fits my graphic design work.",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 44.18,
     "finishTime": 47.08,
     "dialogue": {
       "text": "It's perfect for creating interactive elements on websites.",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 47.58
   },
   {
     "character": "Linda",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 48.08
   }
 ]
}