Back to Freecodecamp

Task 80

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: Hi, Brian. Well, yeah! I like doing fun things in the evening, so I go out a lot. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Maria go out a lot in the evenings?

--answers--

She goes out to meet with friends every evening.

--feedback--

Maria does not specifically mention meeting friends every evening.


She enjoys doing entertaining things.


She works late every evening.

--feedback--

Maria's reason for going out is related to leisure activities, not work.


She doesn't like staying at home.

--feedback--

Maria doesn't mention a dislike of staying home.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 5.20,
      "finishTimestamp": 9.50
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.30,
      "dialogue": {
        "text": "Hi, Brian. Well, yeah! I like doing fun things in the evening, so I go out a lot.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.80
    }
  ]
}