Back to Freecodecamp

Task 85

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/65800148406738f397561d77.md

latest1.3 KB
Original Source
<!-- (Audio) Tom: I hope you have a blast at the convention, though. -->

--description--

Though is used to introduce a concession or contrast in a sentence.

For example, if you liked a movie but found one part boring, you might say, The movie was great, though it was a bit slow in the middle. This means you enjoyed the movie despite that one part.

--fillInTheBlank--

--sentence--

I hope you have a blast at the convention, BLANK.

--blanks--

though

--feedback--

This word is used to show a contrast; it introduces something different from what was said before.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 26.92,
      "finishTimestamp": 28.88
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "I hope you have a blast at the convention, though.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.46
    }
  ]
}