Back to Freecodecamp

Task 122

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/67326b6decb085616cce2be8.md

latest1.8 KB
Original Source
<!-- (audio) Linda: Exactly, and remember when we rolled out that major update last month? The feedback we've received has been super positive. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

James wants to be supportive. How should he reply to Linda?

--answers--

I'm happy to hear that.

--audio-id--

ENdfe536b2


What feedback did we receive?

--audio-id--

ENefe4b972

--feedback--

This question doesn't show support; it seems to ask for clarification instead of acknowledging the positive feedback.

--video-solution--

1

--explanation--

To respond supportively, James should acknowledge Linda's positive news. The phrase I'm happy to hear that is encouraging and affirms her excitement about the positive feedback they received.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 40.78,
      "finishTimestamp": 46.4
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "And remember when we rolled out that major update last month?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.3,
      "finishTime": 6.62,
      "dialogue": {
        "text": "The feedback we've received has been super positive.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.12
    }
  ]
}