Back to Freecodecamp

Task 98

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

latest1.7 KB
Original Source
<!-- (Audio) Linda: I'll draft some preliminary designs for these changes, and send them over for your feedback. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll draft some BLANK designs for these changes, and send them over for your feedback.

--blanks--

preliminary

--feedback--

This means something that comes first and is used to plan or prepare for something more complete.

--explanation--

Preliminary describes something that happens at the beginning to prepare for something more complete or final. For example:

We shared a preliminary version of the report for early review. – This means an early draft was given out to get feedback before finishing the report.

--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": 86.98,
      "finishTimestamp": 91.24
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "I'll draft some preliminary designs for these changes,",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "and send them over for your feedback.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}