Back to Freecodecamp

Task 77

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

latest1.9 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Alright. What's our timeline for these remaining issues? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know?

--answers--

If there are any new features in the update.

--feedback--

Think about if Bob is asking about problems or something new added to the update.


Who is responsible for the remaining issues.

--feedback--

Consider if Bob's question is about people or about time.


When the remaining issues will be resolved.


How many users are affected by the issues.

--feedback--

Think about if Bob is asking about users or about fixing something.

--video-solution--

3

--explanation--

To understand what someone wants to know, look for the main idea in their question.

Bob asks, What's our timeline for these remaining issues?

Timeline refers to a schedule or plan for completing tasks. Remaining issues refers to the problems that still need to be solved.

Bob wants to know when these issues will be addressed or resolved.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.5,
      "finishTimestamp": 43.38
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Alright. What's our timeline for these remaining issues?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}