Back to Freecodecamp

Task 145

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c62b0c65018625985a897d.md

latest1.5 KB
Original Source
<!-- Audio Reference: Sarah: Do you want a walkthrough on setting them up? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Tom wants to accept Sarah's offer. How could he reply to her?

--answers--

Yes, please. That would be great.

--audio-id--

EN8e114137


I'm not sure if that will help.

--audio-id--

ENac13a70c

--feedback--

If Tom answers that he will be expressing doubt and not accepting Sarah's offer.

--video-solution--

1

--explanation--

When someone offers help, you can accept the offer politely by expressing gratitude and showing that you appreciate the assistance.

Look for the options that agrees with the offer and thanks Sarah.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 55.5,
      "finishTimestamp": 57.2
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "Do you want a walkthrough on setting them up?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.2
    }
  ]
}