Back to Freecodecamp

Dialogue 1: Picking Up Where We Left Off

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/6660a0f4dbf5a3622399100f.md

latest3.8 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Alice",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "James",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Alice",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "James",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "Hey, James. Sorry for the interruption earlier. Can we pick up where we left off?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 5.4,
      "finishTime": 8.7,
      "dialogue": {
        "text": "Sure, Alice. We were talking about the new project requirements, right?",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 9.2,
      "finishTime": 12.78,
      "dialogue": {
        "text": "Yes, that's right. So, as I was saying, we need to adjust the timeline",
        "align": "left"
      }
    },
    {
      "character": "Alice",
      "startTime": 12.78,
      "finishTime": 15.04,
      "dialogue": {
        "text": "because of the recent changes. Does that work for you?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 15.32,
      "finishTime": 21.34,
      "dialogue": {
        "text": "It does, but I need a little bit more clarification. By the way, did we decide on the deadline for the first phase?",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 21.96,
      "finishTime": 27.1,
      "dialogue": {
        "text": "Not yet. I was hoping we could discuss it today. What do you think about setting it for the end of next month?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 27.1,
      "finishTime": 31.68,
      "dialogue": {
        "text": "That should work. Oh, and we need to confirm with the client about the new requirements.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 31.96,
      "finishTime": 33.3,
      "dialogue": {
        "text": "Do you have time to do that?",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 33.92,
      "finishTime": 38,
      "dialogue": {
        "text": "Yes, I'll take care of it. And if you don't mind, could you send me the updated project plan?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 38.28,
      "finishTime": 43.02,
      "dialogue": {
        "text": "Sure thing. I'll send it over. Anything else we should discuss before our next meeting?",
        "align": "right"
      }
    },
    {
      "character": "Alice",
      "startTime": 43.46,
      "finishTime": 45.54,
      "dialogue": {
        "text": "I think that's it for now. Thanks for your help.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 45.74,
      "finishTime": 47.2,
      "dialogue": {
        "text": "No problem. Talk to you later.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 47.7
    },
    {
      "character": "Alice",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 48.2
    }
  ]
}