Back to Freecodecamp

Task 94

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

latest1.7 KB
Original Source
<!-- (audio) Brian: Nothing out of the ordinary, Sophie. On Saturday, I wake up early at 7. I run in the park near my place in the morning. In the afternoon, I visit my parents and I have lunch with them. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Which sentence is correct about Brian's plans for Saturday?

--answers--

He starts his day at 8.

--feedback--

The correct time Brian starts his day is not at 8.


He wakes up by 7.

--feedback--

The preposition by is incorrect.


He wakes up at 6.

--feedback--

The correct time Brian starts his day is not at 6.


He starts his day at 7.

--video-solution--

4

--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": 4.12,
      "finishTimestamp": 14.36
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "Nothing out of the ordinary, Sophie. On Saturday, I wake up early at 7.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.32,
      "finishTime": 11.24,
      "dialogue": {
        "text": "I run in the park near my place in the morning. In the afternoon, I visit my parents and I have lunch with them.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 11.74
    }
  ]
}