Back to Freecodecamp

Task 75

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Have you had any problems with BLANK?

--blanks--

voice recognition

--feedback--

These two words together refer to the technology that allows a computer or device to understand and interpret human speech.

--explanation--

Voice recognition is a technology that enables machines to recognize and respond to human speech. It's commonly used in devices like smartphones, smart speakers, and virtual assistants, allowing users to control these devices through voice commands. For example:

  • Siri uses voice recognition to understand your commands. - In this example, voice recognition allows Siri, the virtual assistant, to interpret what the user is saying in order to perform tasks like sending a message or setting an alarm.

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