Back to Freecodecamp

Task 47

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Linda has reviewed the feedback. What should she say?

--answers--

Yes, I've just looked over the responses.

--audio-id--

EN5d226064


Yes, I will look over the responses tomorrow.

--audio-id--

EN9bd0a31d

--feedback--

This answer talks about a future action, not something that has already been done.

--video-solution--

1

--explanation--

When someone asks Have you had a chance to review the user feedback?, they want to know if the action has been completed up to now.

If the action has been done recently, you can use phrases like Yes, I've just... to respond.

--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
    }
  ]
}