Back to Freecodecamp

Task 89

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/672b202ba00fc253ab8275f2.md

latest2.8 KB
Original Source
<!-- (audio) Linda: Not yet, but we plan to. I think it would be helpful to get some real-world feedback before we roll it out completely. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Not yet, but we plan to. I think it would be helpful to get some BLANK BLANK before we BLANK completely.

--blanks--

real-world

--feedback--

This means things that happen in everyday life, not in ideas or practice tests. It shows how something works in normal, real situations. It's a compound word, remember to use -.


feedback

--feedback--

This means advice or comments someone gives about your work to help you do better or improve.


roll it out

--feedback--

This phrase of three words means to launch or release a product to the public or a larger group of users. The second word is a pronoun.

--explanation--

Real-world means something that happens in real life, not in a test or a made-up situation. For example:

We tested the new app in real-world conditions to see how it works. - It means the app was tested in normal, everyday situations to make sure it works well.

Feedback means advice or comments to help someone improve. For example:

The project manager gave feedback on my work so I can do better next time. - It means the project manager offers advice to help you improve your work.

Roll it out means to launch or release a product or service to a wider audience. For example:

We will roll out the new feature to all users next month. - It indicates that the new feature will be released for public use, moving from testing to being available to everyone.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-3.mp3",
      "startTime": 1,
      "startTimestamp": 43.38,
      "finishTimestamp": 48.66
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "Not yet, but we plan to.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.32,
      "finishTime": 4.8,
      "dialogue": {
        "text": "I think it would be helpful to get some real-world feedback",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.8,
      "finishTime": 6.28,
      "dialogue": {
        "text": "before we roll it out completely.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}