Back to Freecodecamp

Dialogue 3: Voice Command Features

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/6727896e74a7ba08f6db7c68.md

latest3.8 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
 "setup": {
   "background": "company2-boardroom.png",
   "characters": [
     {
       "character": "Bob",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Linda",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_4-3.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Bob",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Linda",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Bob",
     "startTime": 1,
     "finishTime": 4.3,
     "dialogue": {
       "text": "Hi Linda have you been working on the new voice command features?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 4.8,
     "finishTime": 7.42,
     "dialogue": {
       "text": "Yes, I've been testing them since the latest software update.",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 7.42,
     "finishTime": 10.78,
     "dialogue": {
       "text": "We've had some positive feedback, but there are still a few bugs to fix.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 10.78,
     "finishTime": 13.34,
     "dialogue": {
       "text": "How long have you been focusing on this evaluation?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 13.34,
     "finishTime": 18.92,
     "dialogue": {
       "text": "For the past couple weeks. I've been trying to cover all scenarios to ensure that the commands work consistently.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 18.92,
     "finishTime": 21.38,
     "dialogue": {
       "text": "Have you had any problems with voice recognition?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 21.38,
     "finishTime": 25.02,
     "dialogue": {
       "text": "A few. The system hasn't been responding well to certain accents,",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 25.02,
     "finishTime": 28.36,
     "dialogue": {
       "text": "and it struggles with background noise. We need to improve its accuracy.",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 28.66,
     "finishTime": 31.96,
     "dialogue": {
       "text": "What about the integration with other systems? Has it been seamless?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 32.5,
     "finishTime": 36.94,
     "dialogue": {
       "text": "Not entirely. It's had issues connecting with our older devices, but we're working on it.",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 37,
     "finishTime": 39.24,
     "dialogue": {
       "text": "The development team has been brainstorming solutions",
       "align": "right"
     }
   },
   {
     "character": "Bob",
     "startTime": 39.24,
     "finishTime": 44.08,
     "dialogue": {
       "text": "That's a good start. By the way, have we tested it with real users yet?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 44.38,
     "finishTime": 49.56,
     "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": "right"
     }
   },
   {
     "character": "Linda",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 50.06
   },
   {
     "character": "Bob",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 50.56
   }
 ]
}