Back to Freecodecamp

Task 76

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

latest1.7 KB
Original Source
<!-- (audio) Bob: Have you had any problems with voice recognition? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob asking about?

--answers--

If there have been any issues with understanding speech.


If there have been problems with other technologies.

--feedback--

Bob specifically mentions voice recognition, not other technologies.


If the device has been working properly.

--feedback--

Bob is asking about potential issues related to voice recognition, not the device's general performance.


If there is a new update for the voice recognition system.

--feedback--

Bob's question is about problems with voice recognition, not about updates.

--video-solution--

1

--explanation--

Bob is specifically asking if there have been any issues with voice recognition, which is the technology used to understand spoken words.

--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": 17.92,
      "finishTimestamp": 20.48
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Have you had any problems with voice recognition?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}