Back to Freecodecamp

Task 8

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

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Hey, James. Thanks. Look, I don't do anything out of the ordinary, I think. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah mean by saying I don't do anything out of the ordinary?

--answers--

She does something very unusual every morning.

--feedback--

Out of the ordinary means unusual, but Sarah says she doesn't do this.


She follows a unique morning routine.

--feedback--

Sarah implies that her routine is typical, not unique.


She does not do anything unusual in her morning routine.


She likes to do ordinary things sometimes.

--feedback--

The phrase does not specifically relate to liking ordinary things.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.48,
      "finishTimestamp": 11.52
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "Hey, James. Thanks. Look, I don't do anything out of the ordinary, I think.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}