Back to Freecodecamp

Task 116

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

latest2.0 KB
Original Source
<!-- (Audio) Anna: That makes sense. Let's keep in touch to monitor the progress and ensure we're meeting our accessibility goals. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That makes sense. Let's BLANK to monitor the progress and ensure we're meeting our accessibility BLANK.

--blanks--

keep in touch

--feedback--

This phrase of three words means to stay in contact or communicate regularly.


goals

--feedback--

This word in the plural form refers to specific targets or objectives the team is trying to achieve.

--explanation--

Keep in touch means to stay in regular communication with someone. For example:

Let's keep in touch about the project updates. - This means staying connected and sharing information to make sure everyone is updated on the project's progress.

Goals are the specific targets or objectives a person or team wants to achieve. It is the plural form of goal. For example:

Our goal is to improve user satisfaction. - In this case, the goal is to make users happier with the product, and all efforts are focused on reaching that target.

--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": 50.98,
      "finishTimestamp": 55.72
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.74,
      "dialogue": {
        "text": "That makes sense. Let's keep in touch to monitor the progress and ensure we're meeting our accessibility goals.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}