Back to Freecodecamp

Task 55

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6855772602dd3e8543df719d.md

latest1.5 KB
Original Source
<!-- (Audio) Jake: What areas are you thinking about specifically? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

What areas are you thinking about BLANK?

--blanks--

specifically

--feedback--

This means in exact or detailed terms.

--explanation--

Specific is an adjective meaning clearly defined or exact. Its adverb, specifically, means in a detailed or exact way. For example:

  • We discussed a specific part of the project. – This means they talked about one clear or exact part.

  • Can you tell me specifically what needs to change? – This means the person wants exact information.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.82,
      "finishTimestamp": 16.98
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "What areas are you thinking about specifically?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}