Back to Freecodecamp

Dialogue 1: Improving Screen Reader Compatibility

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/67128f6a3550cf4f98e55f8b.md

latest3.0 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-center.png",
   "characters": [
     {
       "character": "Tom",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Sophie",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_4-1.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Tom",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Sophie",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Tom",
     "startTime": 1,
     "finishTime": 5.16,
     "dialogue": {
       "text": "Hey, Sophie, have you been working on the screen reader updates recently?",
       "align": "left"
     }
   },
   {
     "character": "Sophie",
     "startTime": 5.72,
     "finishTime": 9.92,
     "dialogue": {
       "text": "Yes, I started a few months ago. We've been addressing the feedback from our last user survey.",
       "align": "right"
     }
   },
   {
     "character": "Sophie",
     "startTime": 10.14,
     "finishTime": 11.56,
     "dialogue": {
       "text": "How's the design side coming along?",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 11.88,
     "finishTime": 15.82,
     "dialogue": {
       "text": "Pretty well, actually. I've been tweaking the layouts based on the guidelines you shared.",
       "align": "left"
     }
   },
   {
     "character": "Sophie",
     "startTime": 16.36,
     "finishTime": 19.08,
     "dialogue": {
       "text": "That's good to hear. Do you think the users have noticed the improvements?",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 19.5,
     "finishTime": 22.36,
     "dialogue": {
       "text": "I think so. We haven't been receiving as many negative comments.",
       "align": "left"
     }
   },
   {
     "character": "Sophie",
     "startTime": 22.74,
     "finishTime": 25.72,
     "dialogue": {
       "text": "That's a relief. How long do you think we'll need to keep making adjustments?",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 25.72,
     "finishTime": 32,
     "dialogue": {
       "text": "Probably a few more weeks. We've been making steady progress, and I believe we're close to finalizing the major changes.",
       "align": "left"
     }
   },
   {
     "character": "Sophie",
     "startTime": 32.42,
     "finishTime": 35.04,
     "dialogue": {
       "text": "That's good news. It feels great to make our app more accessible.",
       "align": "right"
     }
   },
   {
     "character": "Sophie",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 35.54
   },
   {
     "character": "Tom",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 36.04
   }
 ]
}