Back to Freecodecamp

Dialogue 4: Accessibility Training for Developers

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

latest4.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": "interview-room1.png",
   "characters": [
     {
       "character": "Anna",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "James",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_4-4.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Anna",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "James",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Anna",
     "startTime": 1,
     "finishTime": 5.14,
     "dialogue": {
       "text": "Hi, James. Have you been reviewing the training feedback for our accessibility program?",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 5.64,
     "finishTime": 8.36,
     "dialogue": {
       "text": "Yes, I've been working on it since the last training session.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 8.54,
     "finishTime": 12.66,
     "dialogue": {
       "text": "We've received a lot of positive comments, but there are some areas we still need to improve.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 13.18,
     "finishTime": 15.62,
     "dialogue": {
       "text": "That's great to hear. How long have we been running these sessions?",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 16.22,
     "finishTime": 18.42,
     "dialogue": {
       "text": "We've been conducting them for about six months now.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 18.72,
     "finishTime": 24.64,
     "dialogue": {
       "text": "It's been a gradual process, but we've seen steady progress in our team's understanding of accessibility.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 25.46,
     "finishTime": 28.7,
     "dialogue": {
       "text": "Are there any specific areas where people haven't been performing as expected?",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 28.7,
     "finishTime": 33.5,
     "dialogue": {
       "text": "Yes, the interactive activities haven't been as effective as we thought.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 33.98,
     "finishTime": 37.86,
     "dialogue": {
       "text": "It seems that some of the scenarios weren't relevant enough for the participants.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 38.38,
     "finishTime": 41.34,
     "dialogue": {
       "text": "I see. Have you identified any solutions to make them more engaging?",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 41.94,
     "finishTime": 47.72,
     "dialogue": {
       "text": "We're working on it. The instructional design team has been brainstorming ideas to make the sessions more interactive.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 47.94,
     "finishTime": 51.32,
     "dialogue": {
       "text": "We've also considered incorporating more real-life scenarios.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 51.98,
     "finishTime": 56.72,
     "dialogue": {
       "text": "That makes sense. Let's keep in touch to monitor the progress and ensure we're meeting our accessibility goals.",
       "align": "left"
     }
   },
   {
     "character": "James",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 57.22
   },
   {
     "character": "Anna",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 57.72
   }
 ]
}