Back to Freecodecamp

Dialogue 1: Project Planning

curriculum/challenges/english/blocks/learn-how-to-express-agreement/6660a04ec4ec815eb81ede7c.md

latest4.3 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": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 }
    },
    {
      "character": "Linda",
      "position": { "x": 125, "y": 0, "z": 1 }
    }
  ],
  "audio": {
    "filename": "B1_10-1.mp3",
    "startTime": 1
  },
  "alwaysShowDialogue": true
},
"commands": [
  {
    "character": "Bob",
    "position": { "x": 25, "y": 0, "z": 1 },
    "startTime": 0
  },
  {
    "character": "Linda",
    "position": { "x": 70, "y": 0, "z": 1 },
    "startTime": 0.5
  },
  {
     "character": "Bob",
     "startTime": 1,
     "finishTime": 4.98,
     "dialogue": {
       "text": "We need to start planning our new mobile app project. Let's discuss the timeline.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 5.48,
     "finishTime": 9.3,
     "dialogue": {
       "text": "I was thinking we should aim to have the initial prototype ready in four weeks.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 9.5,
     "finishTime": 10.56,
     "dialogue": {
       "text": "Does that sound reasonable?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 11.22,
     "finishTime": 15.5,
     "dialogue": {
       "text": "I think that's doable. We can work on the design sketches this week and then move on to wireframes.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 15.96,
     "finishTime": 21.52,
     "dialogue": {
       "text": "Exactly. Once we have the wireframes, we can start collaborating with the developers to implement the front-end design.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 22.16,
     "finishTime": 27.68,
     "dialogue": {
       "text": "Absolutely. And I can also prepare some user scenarios for testing so we can ensure a smooth user experience.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 27.86,
     "finishTime": 31.6,
     "dialogue": {
       "text": "Good idea. By the way, we need to allocate tasks among the team.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 31.78,
     "finishTime": 35.82,
     "dialogue": {
       "text": "I was thinking that you could lead the UX design and I'll coordinate with the developers.",
       "align": "left"
     }
   },
   {
     "character": "Bob",
     "startTime": 75.88,
     "finishTime": 76.94,
     "dialogue": {
       "text": "Does that work for you?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 37.54,
     "finishTime": 40.72,
     "dialogue": {
       "text": "That's a good plan. I'll also keep you updated on the design process",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 40.72,
     "finishTime": 43.14,
     "dialogue": {
       "text": "and we can schedule regular meetings to stay on track.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 43.52,
     "finishTime": 48.02,
     "dialogue": {
       "text": "Perfect. Let's set a weekly meeting to review our progress. Would Friday morning work for you?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 48.5,
     "finishTime": 53.22,
     "dialogue": {
       "text": "Sure. Friday mornings are great. It gives me a chance to review the week's work and plan for the next week.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 53.44,
     "finishTime": 59.22,
     "dialogue": {
       "text": "Great. I'll send out a meeting invite and share the project timeline with everyone. Thanks for your input, Linda.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 59.92,
     "finishTime": 62.3,
     "dialogue": {
       "text": "No problem, Bob. I'm looking forward to working on this project.",
       "align": "right"
     }
   },
  {
    "character": "Linda",
    "position": { "x": 125, "y": 0, "z": 1 },
    "startTime": 62.8
  },
  {
    "character": "Bob",
    "position": { "x": -25, "y": 0, "z": 1 },
    "startTime": 63.3
  }
]
}