Back to Freecodecamp

Task 111

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

latest1.5 KB
Original Source
<!-- (Audio) Anna: I see. Have you identified any solutions to make them more engaging? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. Have you identified any solutions to make them more BLANK?

--blanks--

engaging

--feedback--

This word describes something that catches people's interest and keeps them involved.

--explanation--

Engaging means something that captures people's interest and keeps them involved or motivated. For example:

The app uses engaging visuals and challenges to keep users interested. - It shows that the visuals and challenges make the app fun and keep people wanting to use it.

--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": 37.18,
      "finishTimestamp": 40.44
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "I see. Have you identified any solutions to make them more engaging?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}