Back to Freecodecamp

Task 99

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: I know, right? But it is a personal project and I like it a lot, so I don't mind spending some of my time on it. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is Brian justifying in his response to Sophie?

--answers--

He is justifying why he goes out with friends on weekends.

--feedback--

He is not talking about friends.


He is explaining why he enjoys spending time on his personal project.


He is excusing himself for not working on weekends.

--feedback--

This is not the topic Brian is mentioning.


He is justifying why he prefers indoor activities over outdoor ones.

--feedback--

He doesn't mention indoor activities.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 54.38,
      "finishTimestamp": 60.94
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.56,
      "dialogue": {
        "text": "I know, right? But it is a personal project and I like it a lot, so I don't mind spending some of my time on it.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.06
    }
  ]
}