Back to Freecodecamp

Dialogue 1: Negotiating Inventory Needs

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680505e55719e4680b0923b3.md

latest5.1 KB
Original Source

--description--

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

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Josh",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sarah",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Josh",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.98,
      "dialogue": {
        "text": "Thanks for meeting with me today. We need to wrap up the list of components for our next product batch.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.52,
      "finishTime": 8.48,
      "dialogue": {
        "text": "This list here shows what we're looking at.",
        "align": "left"
      }
    },
    {
      "character": "Josh",
      "startTime": 8.8,
      "finishTime": 14.22,
      "dialogue": {
        "text": "No problem at all. I see this item at the top. Do you need many of these or just a few?",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 14.82,
      "finishTime": 18.62,
      "dialogue": {
        "text": "We're actually looking for quite a few of those. They're crucial for our new design.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 19.14,
      "finishTime": 22.18,
      "dialogue": {
        "text": "Last time we ordered 20. This time we might need double that.",
        "align": "left"
      }
    },
    {
      "character": "Josh",
      "startTime": 22.54,
      "finishTime": 27.82,
      "dialogue": {
        "text": "Got it. Those resistors right there, are they the same ones you needed last time or something better?",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 28.3,
      "finishTime": 33.68,
      "dialogue": {
        "text": "Those are the ones, but we found something even better in your catalog. These high capacity ones here.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 34.3,
      "finishTime": 36.96,
      "dialogue": {
        "text": "Could we get a sample of those first before we make a large order?",
        "align": "left"
      }
    },
    {
      "character": "Josh",
      "startTime": 37.44,
      "finishTime": 43.24,
      "dialogue": {
        "text": "Certainly. I can send those over by next week. How about these cables? You mentioned needing more than usual.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 43.92,
      "finishTime": 49.6,
      "dialogue": {
        "text": "Yes, those cables were a bit short last time. We need something longer, maybe twice as long as the ones we got before.",
        "align": "left"
      }
    },
    {
      "character": "Josh",
      "startTime": 50.1,
      "finishTime": 52.52,
      "dialogue": {
        "text": "Understood. I'll check what lengths we have in stock.",
        "align": "right"
      }
    },
    {
      "character": "Josh",
      "startTime": 52.98,
      "finishTime": 58.64,
      "dialogue": {
        "text": "For these connectors, are these standard types sufficient or do you need the highest quality that we offer?",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 59.24,
      "finishTime": 64.04,
      "dialogue": {
        "text": "We'd prefer the highest quality for those connectors since they impact the product's performance significantly.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 64.64,
      "finishTime": 67.74,
      "dialogue": {
        "text": "Also, could you ensure we receive all the materials by the end of the month?",
        "align": "left"
      }
    },
    {
      "character": "Josh",
      "startTime": 68.52,
      "finishTime": 70.8,
      "dialogue": {
        "text": "Absolutely. I'll prioritize these orders.",
        "align": "right"
      }
    },
    {
      "character": "Josh",
      "startTime": 71.14,
      "finishTime": 76.94,
      "dialogue": {
        "text": "I'll draft a new quote with these specifics and send it over to you by tomorrow. Does that work for you?",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 77.32,
      "finishTime": 81.1,
      "dialogue": {
        "text": "Perfect, Josh. Thank you for the quick turnaround. Let's touch base once I review the quote.",
        "align": "left"
      }
    },
    {
      "character": "Josh",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 81.6
    },
    {
      "character": "Sarah",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 82.1
    }
  ]
}