Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/6846b391a6db630cb926786d.md

latest1.7 KB
Original Source
<!-- (audio) Jessica: Hey, James. I've been reviewing our project schedule, and I think we need to redefine our milestones. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jessica think they need to do?

--answers--

Start a completely new project.

--feedback--

Jessica doesn't talk about starting a new project.


Hire new team members.

--feedback--

There is no mention of adding people to the team.


Update the important goals in their project.


Add more meetings to the calendar.

--feedback--

She's not talking about scheduling meetings.

--video-solution--

3

--explanation--

Jessica says she's been reviewing the project schedule and thinks they need to redefine our milestones.

So, she wants to update the important goals in the current project plan.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.68
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.68,
      "dialogue": {
        "text": "Hey, James. I've been reviewing our project schedule, and I think we need to redefine our milestones.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.18
    }
  ]
}