Back to Freecodecamp

Task 78

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

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

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah invite Tom to?

--answers--

An art exhibition

--feedback--

An art exhibition is not mentioned in Sarah's invitation.


A science fair

--feedback--

A science fair is not mentioned in Sarah's invitation.


A sci-fi convention


A music concert

--feedback--

A music concert is not mentioned in Sarah's invitation.

--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
    }
  ]
}