Back to Freecodecamp

Task 91

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

latest1.9 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--

According to Linda's statement, what might they do next?

--answers--

They might stop the project for now.

--feedback--

Linda is discussing getting feedback before moving forward, not stopping the project.


They might decide to roll out the project immediately.

--feedback--

Linda mentions that they plan to get feedback before rolling it out completely, so launching immediately is not the next step.


They might gather real-world feedback before moving forward.


They might work on a completely new version of the project.

--feedback--

Linda's focus is on getting feedback before continuing with the current version of the project, not starting from scratch.

--video-solution--

3

--explanation--

Linda indicates that the next logical step is to gather real-world feedback before fully releasing the project.

--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.56
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 6.18,
      "dialogue": {
        "text": "Not yet, but we plan to I think it would be helpful To get some real-world feedback before we roll it out completely",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.68
    }
  ]
}