Back to Freecodecamp

Task 30

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

latest1.5 KB
Original Source
<!-- (audio) Jessica: What's the last task in that phase? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jessica asking about?

--answers--

How long the phase will take.

--feedback--

She is not asking how much time it will take.


Who is responsible for each task.

--feedback--

The question doesn't mention team members or responsibilities.


If the phase is finished already.

--feedback--

She's not asking whether the phase is completed yet.


The final step of the phase.

--video-solution--

4

--explanation--

Jessica asks, What's the last task in that phase?

This means she wants to know what the final job or step is in that part of the project.

--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": 50.1,
      "finishTimestamp": 52.04
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "What's the last task in that phase?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.44
    }
  ]
}