Back to Freecodecamp

Task 97

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856e7bb578f7b5b1b05300e.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: That's an excellent suggestion. It's educational and engaging. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Linda think about the interactive quiz Jake suggests?

--answers--

It might be too long for new users.

--feedback--

Linda doesn't show concern about its length.


It's a great idea that can teach and hold user interest.


It could confuse people who don't like quizzes.

--feedback--

Linda doesn't seem to doubt about how it might be received.


It's fine, but she would rather use videos.

--feedback--

Linda doesn't suggest a multimedia alternative.

--video-solution--

2

--explanation--

Something engaging keeps someone interested or involved. For example:

The app has an engaging design that makes it fun to use. – This means the design keeps users' attention and makes the experience enjoyable.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 83.18,
      "finishTimestamp": 86.82
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.38,
      "dialogue": {
        "text": "That's an excellent suggestion.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.8,
      "finishTime": 4.64,
      "dialogue": {
        "text": "It's educational and engaging.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}