Back to Freecodecamp

Task 3

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: This list here shows what we're looking at. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK list here shows what we're BLANK.

--blanks--

This

--feedback--

This word is used to point to something close or something just mentioned. The first letter is capitalized.


looking at

--feedback--

This two-word phrase means to examine or consider something. The first word ends with -ing.

--explanation--

This is a demonstrative word used to refer to something near in time, place, or context. For example:

This idea is great. – It refers to a specific idea that has just been mentioned.

Looking at means observing, examining, or thinking about something. For example:

We are looking at the new budget proposal. – This means reviewing or analyzing the budget proposal.

--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": 5.52,
      "finishTimestamp": 7.48
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "This list here shows what we're looking at.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.46
    }
  ]
}