Back to Freecodecamp

Dialogue 1: Discussing Low-Code Development

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/6635c3e30e02d224d4450eac.md

latest3.2 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Brian",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Brian",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Hey Sarah, I read about low-code development on the internet and I got curious.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.2,
      "finishTime": 6.5,
      "dialogue": {
        "text": "Do you know what it's all about?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.34,
      "finishTime": 10.46,
      "dialogue": {
        "text": "Low-code development is about making software with less code.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 10.74,
      "finishTime": 13.5,
      "dialogue": {
        "text": "It's one of those trends that simplifies the development process.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 13.94,
      "finishTime": 16.62,
      "dialogue": {
        "text": "That sounds convenient, but can we use it on our projects?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 17.58,
      "finishTime": 22.12,
      "dialogue": {
        "text": "We can consider low-code tools to speed up development and reduce the need for extensive coding.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 22.76,
      "finishTime": 26.62,
      "dialogue": {
        "text": "It's particularly useful when you have many tasks and a limited coding team.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 27.06,
      "finishTime": 30.92,
      "dialogue": {
        "text": "I see. Maybe we could try it on some of our more demanding projects.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 31.5,
      "finishTime": 35.5,
      "dialogue": {
        "text": "I think so. Why don't we check out some of these tools to see if they can help us?",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 35.86,
      "finishTime": 36.5,
      "dialogue": {
        "text": "I'm on it.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 37
    },
    {
      "character": "Brian",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 37.5
    }
  ]
}