Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/663620974eb4a0369d76b6b8.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: I think so. Why don't we check out some of these tools to see if they can help us? -->

--description--

The phrase some of these is used to refer to a specific part of a group or a subset of items from a larger set. It's often used when you want to mention a few things from a group without listing each one individually.

For example, Let's try some of these cookies. The speaker suggests to try a few cookies from a larger batch.

--fillInTheBlank--

--sentence--

I think so. Why don't we check out BLANK BLANK BLANK tools to see if they can help us?

--blanks--

some

--feedback--

This word indicates a portion of something, not the whole, referring to an unspecified amount of the items discussed.


of

--feedback--

This preposition is used to link the general quantity with the specific items being discussed, forming a partitive expression.


these

--feedback--

This word specifies which group of items is being talked about, indicating a specific, present group.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.5,
      "finishTimestamp": 34.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5,
      "dialogue": {
        "text": "I think so. Why don't we check out some of these tools to see if they can help us?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}