Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671a3c13a3d6b21a1b0008f7.md

latest1.8 KB
Original Source
<!-- (audio) Sophie: That's a relief. How long do you think we'll need to keep making adjustments? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a BLANK. How long do you think we'll need to keep making BLANK?

--blanks--

relief

--feedback--

This word is used to express a feeling of comfort after a concern.


adjustments

--feedback--

This refers to changes made to improve or adapt something. It's plural form.

--explanation--

Relief means a feeling of comfort or reassurance when something concerning improves. For example:

It was a relief to hear that the project was approved. - Relief describes the comfort felt after getting good news about the project.

Adjustments means small changes made to improve or adapt something. For example,

We made adjustments to the app's layout for better user experience. - Adjustments refers to the changes made to improve how users interact with the app.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.74,
      "finishTimestamp": 24.82
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.98,
      "dialogue": {
        "text": "That's a relief. How long do you think we'll need to keep making adjustments?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}