Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/67878592e8b64048204e13ba.md

latest1.8 KB
Original Source
<!-- (audio) Tom: I see. Well, I think JavaScript is more versatile. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. BLANK, I think JavaScript is more versatile.

--blanks--

I see

--feedback--

This two-word phrase means the speaker understands what was said.


Well

--feedback--

This word is often used to introduce a thought, give a pause, or express hesitation. The first letter is capitalized.

--explanation--

I see is a phrase that shows the speaker understands or acknowledges what was said. For example:

I see why this tool is popular. - This sentence means the speaker understands why the tool is well-liked.

Well is often used to introduce a response, give a moment to think, or soften what comes next. For example:

Well, we can try another approach. - This sentence shows the speaker is introducing a suggestion or response, possibly after some hesitation or thought.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.94,
      "finishTimestamp": 10.9
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "I see. Well, I think JavaScript is more versatile.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}