Back to Freecodecamp

Task 46

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

latest2.2 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Linda, have you had a chance to review the user feedback since we deployed the update? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know?

--answers--

If Linda knows when the update was deployed the day before yesterday.

--feedback--

The question isn't asking about the timing of the update.


If Linda has reviewed the user feedback after the update was deployed.


If Linda is planning to deploy a new update soon.

--feedback--

Bob's question isn't about planning a new update.


If Linda had a chance to talk to the users directly.

--feedback--

The focus of the question is not direct communication with users.

--video-solution--

2

--explanation--

To find the correct answer, focus on the key elements of Bob's question: review the user feedback and since we deployed the update.

Bob wants to know if Linda has looked at the user feedback after the update was deployed.

The question doesn't mention anything about the timing of the update, future updates, or direct communication with users.

Look for the option that aligns directly with reviewing feedback and ignores unrelated topics like the timing or future plans.

--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": 0,
      "finishTimestamp": 4.58
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "Linda, have you had a chance to review",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.42,
      "finishTime": 5.58,
      "dialogue": {
        "text": "the user feedback since we deployed the update?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}