Back to Freecodecamp

Dialogue 4: Sophie Asks Bob about His Responsibilities

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d88b76573df039d43f29bc.md

latest2.7 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-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Bob",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.3-4.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Bob",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Bob, could you tell me about your job and your responsibilities in the office?",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.96,
      "finishTime": 6.74,
      "dialogue": {
        "text": "Of course, I'd be happy to.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 6.94,
      "finishTime": 9.36,
      "dialogue": {
        "text": "In my role, I have to meet project deadlines",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 9.37,
      "finishTime": 11.4,
      "dialogue": {
        "text": "and collaborate with the development team.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 11.8,
      "finishTime": 16.1,
      "dialogue": {
        "text": "I also can't disclose sensitive information to anyone outside of the company.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 16.7,
      "finishTime": 17.8,
      "dialogue": {
        "text": "What about daily tasks?",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 19.4,
      "finishTime": 21.9,
      "dialogue": {
        "text": "Well, I have to attend team meetings and provide progress reports,",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 22.08,
      "finishTime": 25.6,
      "dialogue": {
        "text": "but I don't have to work overtime unless it's an urgent situation.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 26.1
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 26.6
    }
  ]
}