Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ee7dab0f703d1cb716322a.md

latest1.5 KB
Original Source
<!-- (audio) Mark: Oh, I see. I should have checked the requirements more carefully. Thanks for pointing that out. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Sophie is happy to help. What would she say?

--answers--

You're wrong.

--audio-id--

EN848e5d0f

--feedback--

Sophie is not arguing; she is just helping Mark.


No problem.

--audio-id--

EN4d97b793

--video-solution--

2

--explanation--

No problem is a natural way to respond when someone is thanking you. Other common responses:

  • You're welcome!

  • Anytime!

  • Glad I could help!

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.08,
      "finishTimestamp": 25.18
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.1,
      "dialogue": {
        "text": "Oh, I see. I should have checked the requirements more carefully. Thanks for pointing that out.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.6
    }
  ]
}