Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66ce096ba361f400d1f889c7.md

latest1.6 KB
Original Source
<!-- (Audio) James: Alright, what's our next step? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James want to know from Linda?

--answers--

He wants to know if the problem has been solved.

--feedback--

Think about if James is asking about the next action or the current status.


He wants to know who is responsible for the issue.

--feedback--

Consider if James is focused on the next step or assigning responsibility.


He wants to know what the next action should be.


He wants to know when the meeting will end.

--feedback--

Reflect on if James is asking about what to do next or about timing.

--video-solution--

3

--explanation--

The phrase what's our next step indicates that James wants to know what the team should do following their discussion or current actions.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.58,
      "finishTimestamp": 42.22
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.64,
      "dialogue": {
        "text": "Alright, what's our next step?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}