Back to Freecodecamp

Dialogue 5: Bob and Sarah Talk about Their Projects

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a494313c73747b15a02c0.md

latest4.9 KB
Original Source

--description--

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

--assignment--

Watch video.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.3-5.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Bob",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Hi, Sarah. What are you up to these days?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.9,
      "finishTime": 6.9,
      "dialogue": {
        "text": "Hi, Bob. I'm not working on any data projects at the moment.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.2,
      "finishTime": 9.5,
      "dialogue": {
        "text": "I'm taking some time off to learn new things.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 10,
      "finishTime": 12.5,
      "dialogue": {
        "text": "I'm attending online courses in data visualization,",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 12.5,
      "finishTime": 14.4,
      "dialogue": {
        "text": "and I'm also exploring creative writing.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 15.4,
      "finishTime": 18.4,
      "dialogue": {
        "text": "It's a bit different from my usual work, but I'm enjoying the change.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 18.7,
      "finishTime": 20.3,
      "dialogue": {
        "text": "That's a productive break, Sarah.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 20.9,
      "finishTime": 22.5,
      "dialogue": {
        "text": "Are you finding the courses helpful?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 22.9,
      "finishTime": 23.6,
      "dialogue": {
        "text": "Absolutely.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 23.8,
      "finishTime": 27.9,
      "dialogue": {
        "text": "I'm learning new skills that I believe will be valuable in my future projects.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 28,
      "finishTime": 30,
      "dialogue": {
        "text": "By the way, what's keeping you busy these days?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 30.1,
      "finishTime": 34.6,
      "dialogue": {
        "text": "Well, I'm not currently working on any major data analysis projects either.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 35,
      "finishTime": 38,
      "dialogue": {
        "text": "I'm taking some time to review our data security protocols.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 38.4,
      "finishTime": 42,
      "dialogue": {
        "text": "I'm supposed to figure out if our current practices are robust enough",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 42,
      "finishTime": 43.2,
      "dialogue": {
        "text": "to protect sensitive information.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 44.3,
      "finishTime": 46.7,
      "dialogue": {
        "text": "It's essential to ensure our data is secure.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 47.7,
      "finishTime": 50.4,
      "dialogue": {
        "text": "I agree. Keeping our data safe is a top priority.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 51.2,
      "finishTime": 53.2,
      "dialogue": {
        "text": "Indeed. It's a continuous effort",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 53.2,
      "finishTime": 55.4,
      "dialogue": {
        "text": "to adapt to new security challenges.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 55.9
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 56.4
    }
  ]
}