Back to Freecodecamp

Task 87

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

latest2.1 KB
Original Source
<!-- (audio) Bob: That's a good start. By the way, have we tested it with real users yet? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Bob feel about the current status of the project?

--answers--

He is disappointed with the progress made so far.

--feedback--

Bob says That's a good start, indicating that he is not disappointed but rather sees it as positive progress.


He thinks the project is fully complete and ready for launch.

--feedback--

Bob's question about testing with real users suggests he sees the project as ongoing, not fully complete.


He believes the team needs to stop working and start a new project.

--feedback--

Bob's comment suggests he thinks the project is progressing well, not that it should be stopped.


He thinks the project has made good initial progress but needs further testing.

--video-solution--

4

--explanation--

Bob's comment That's a good start shows that he is pleased with the progress so far. However, his follow-up question about testing with real users suggests he thinks more steps are needed before the project is complete. This indicates that he feels positive about the current status but sees the need for further validation and testing.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-3.mp3",
      "startTime": 1,
      "startTimestamp": 38.24,
      "finishTimestamp": 43.08
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.84,
      "dialogue": {
        "text": "That's a good start. By the way, have we tested it with real users yet?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.34
    }
  ]
}