Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680cec6efc11d944e21c71e1.md

latest2.2 KB
Original Source
<!-- (Audio) Josh: I'll draft a new quote with these specifics and send it over to you by tomorrow. Does that work for you? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll BLANK a new BLANK with BLANK BLANK and send it over to you by tomorrow. Does that work for you?

--blanks--

draft

--feedback--

This word means to create a rough or first version of a document.


quote

--feedback--

This word refers to a formal statement showing the price for goods or services.


these

--feedback--

This word points to specific things that are close or just mentioned.


specifics

--feedback--

This word in the plural form means detailed and exact information about something.

--explanation--

Draft means to create an early or rough version of something. For example:

The engineer will draft a design plan for the new product. – This means making a first version of the plan.

Quote refers to a formal price offer for a job or items. For example:

We received a quote for upgrading all the company's laptops. – This shows an official price estimate.

Specifics means exact and detailed information. For example:

The project manager asked for all the specifics about the server installation. – This means they want complete details.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Josh",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 70.14,
      "finishTimestamp": 75.94
    }
  },
  "commands": [
    {
      "character": "Josh",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Josh",
      "startTime": 1,
      "finishTime": 6.8,
      "dialogue": {
        "text": "I'll draft a new quote with these specifics and send it over to you by tomorrow. Does that work for you?",
        "align": "center"
      }
    },
    {
      "character": "Josh",
      "opacity": 0,
      "startTime": 7.3
    }
  ]
}