Back to Freecodecamp

Task 79

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655aa098bb38a05474a3f5b4.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: Hey, Maria. Is it true that you're never home in the evenings? How do you do that? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian imply about Maria's routine with his question?

--answers--

Maria is never home at night.

--feedback--

At night is not mentioned.


Maria is never home in the evenings.


She's always home in the evenings.

--feedback--

Brian uses the word never, not always.


She's sometimes home in the evenings.

--feedback--

Brian uses the word never, not sometimes.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.60
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.60,
      "dialogue": {
        "text": "Hey, Maria. Is it true that you're never home in the evenings? How do you do that?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.10
    }
  ]
}