Back to Freecodecamp

Task 128

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

latest2.0 KB
Original Source
<!-- Audio Reference: Sarah: It usually is, but it doesn't work if the project isn't set up right. Have you checked the settings? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Tom is not sure he checked the settings and wants to check it again. How can he communicate that to Sarah?

--answers--

I don't think the settings matter.

--audio-id--

ENe653af84

--feedback--

The correct answer would say that he isn't sure if he has checked the settings, so he needs to check them again.


I'm not sure, I'll have to check again.

--audio-id--

ENa626ff7a

--video-solution--

2

--explanation--

Sometimes, when you're not sure if you've done something, it's important to say that you're unsure. For example:

  • I'm not sure this is the correct settings. - You are unsure whether the settings are according to what is expected or not.

The correct answer will reflect Tom's uncertainty and his plan to check the settings again.

--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": 30.3,
      "finishTimestamp": 34.8
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "It usually is, but it doesn't work if the project isn't set up right.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.22,
      "finishTime": 5.5,
      "dialogue": {
        "text": "Have you checked the settings?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.0
    }
  ]
}