Back to Freecodecamp

Task 98

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

latest2.1 KB
Original Source
<!-- (Audio) Anna: Hi James, have you been reviewing the training feedback for our accessibility program? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi James, have you been reviewing the BLANK for our BLANK?

--blanks--

training feedback

--feedback--

These two words together refer to comments or responses provided after a training session, indicating how effective or useful the session was.


accessibility program

--feedback--

This is a program designed to make resources or environments usable for all people, including those with disabilities.

--explanation--

Training feedback refers to comments, reviews, or suggestions gathered from participants after a training session. For example:

  • The training feedback highlighted areas where we can improve the course material. - Here, feedback helps identify strengths and weaknesses in the training.

An accessibility program is a set of initiatives aimed at making resources or environments accessible to everyone, particularly people with disabilities. For example:

  • Our accessibility program includes features like screen readers and adjustable font sizes. - In this example, the program focuses on inclusive tools and features for people with different abilities.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-4.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.14
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.14,
      "dialogue": {
        "text": "Hi, James. Have you been reviewing the training feedback for our accessibility program?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.64
    }
  ]
}