Back to Freecodecamp

Task 9

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: We're actually looking for quite a few of those. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We're BLANK looking for BLANK of BLANK.

--blanks--

actually

--feedback--

This word is used to show the real situation, sometimes different from what someone expects.


quite a few

--feedback--

This three-word phrase means a fairly large number, more than just a few.


those

--feedback--

This word is used to point to specific items that are farther away or already mentioned.

--explanation--

Actually is used to show the real truth or to correct a misunderstanding. For example:

I actually finished the project early. – This means you finished earlier than expected.

Quite a few means a larger number than just a few. For example:

There were quite a few people at the meeting. – This means many people attended.

Those is a demonstrative word used to refer to specific items that are not close. For example:

Those are my files over there. – This points to files farther away.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 13.82,
      "finishTimestamp": 15.86
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.04,
      "dialogue": {
        "text": "We're actually looking for quite a few of those.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.54
    }
  ]
}