Back to Freecodecamp

Task 96

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's an excellent suggestion. It's BLANK and engaging.

--blanks--

educational

--feedback--

This means something that helps people learn.

--explanation--

Educational describes something designed to teach or help people learn. For example:

The training session was both educational and useful. – This means it helped people learn something important.

--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
    }
  ]
}