Back to Freecodecamp

Task 52

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

latest1.2 KB
Original Source
<!-- (Audio) Alice: Is there a plan to fix it? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Is there a plan to BLANK it?

--blanks--

fix

--feedback--

This word means to repair or resolve a problem.

--explanation--

Fix means to repair or solve an issue. For example:

We need to fix the login error in the app. - It means you need to address and resolve a specific issue with the login function.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-2.mp3",
      "startTime": 1,
      "startTimestamp": 36.28,
      "finishTimestamp": 37.5
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.22,
      "dialogue": {
        "text": "Is there a plan to fix it?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 2.72
    }
  ]
}