Back to Freecodecamp

Task 57

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

latest1.5 KB
Original Source
<!-- (Audio) Sarah: I go to at least one convention every year. It's the best moment of the year for me. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah communicating?

--answers--

She dislikes conventions.

--feedback--

It contradicts Sarah's statement expressing her love for conventions.


She attends conventions occasionally.

--feedback--

It does not align with her statement about going to at least one convention every year.


She is a regular attendee and enjoys conventions.


She has never been to a convention.

--feedback--

It contradicts her statement about attending at least one convention every year.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.46,
      "finishTimestamp": 34.22
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.76,
      "dialogue": {
        "text": "I go to at least one convention every year. It's the best moment of the year for me.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.26
    }
  ]
}