Back to Freecodecamp

Task 59

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b5274965e3c79cd4cc7d92.md

latest1.6 KB
Original Source
<!-- (Audio) Brian: We touch on it, but perhaps not in enough detail. -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

We BLANK it, but BLANK not in enough detail.

--blanks--

touch on

--feedback--

These two words mean to briefly mention or cover a topic.


perhaps

--feedback--

This word expresses uncertainty or possibility.

--explanation--

Touch on means to briefly mention or deal with a topic. Perhaps is used to express uncertainty or possibility. For example:

  • The speaker touched on the importance of data privacy during the meeting. - The speaker briefly mentioned data privacy but did not go into detail.

  • Perhaps we will implement the new security feature next month. - There is a possibility of implementing the security feature, but it is not certain.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 12.5,
      "finishTimestamp": 15.7
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "We touch on it, but perhaps not in enough detail.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}