Back to Freecodecamp

Task 76

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: There's a big convention next month. Would you like to come? -->

--description--

There's a + event + time is often used to tell someone about something that will happen soon. For example:

There's a team meeting tomorrow. - This informs about an event happening tomorrow.

Sarah says, There's a big convention next month. It's used to convey information about a significant upcoming event related to sci-fi.

--questions--

--text--

What is the main information conveyed by Sarah?

--answers--

Sarah's dislike for conventions.

--feedback--

Sarah's dislike for conventions isn't explicitly stated in this sentence.


Tom's interest in attending the convention.

--feedback--

Tom hasn't shared his response yet.


The existence of a significant upcoming sci-fi event.


Sarah's involvement in organizing the convention.

--feedback--

There's no mention of Sarah's involvement in organizing the convention.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 18.70,
      "finishTimestamp": 21.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "There's a big convention next month. Would you like to come?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}