Back to Freecodecamp

Task 90

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

latest2.5 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 answer the question below.

--questions--

--text--

What does Linda mean when she says it would be helpful?

--answers--

She thinks they don't need any more feedback.

--feedback--

Linda mentions that getting feedback from real users would be useful, so more feedback is needed.


She believes that getting real-world feedback could improve the project.


She feels they should skip feedback and launch immediately.

--feedback--

Linda actually suggests that feedback from real users is valuable before rolling out the project completely.


She is unsure if feedback is necessary.

--feedback--

Linda clearly states that getting feedback would be helpful, which shows she thinks it is important.

--video-solution--

2

--explanation--

Linda uses the phrase it would be helpful to express that real-world feedback might benefit the project. In this case, would is used to suggest that something could be beneficial or is likely to improve the situation. For example, saying it would be helpful to review our code means reviewing the code might make the project better or easier to manage.

--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
    }
  ]
}