Back to Freecodecamp

Task 95

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

latest2.1 KB
Original Source
<!-- (Audio) Sophie: Nice. On Saturday, I usually sleep until 9:30. In the morning, I do some house cleaning. In the afternoon, I watch a movie at home or I go out with friends to do some window shopping at the mall. -->

--description--

Sophie shares her typical Saturday schedule, including her wake up time and some activities. Note the correct use of prepositions and time expressions.

--questions--

--text--

Which sentence is correct about Sophie's Saturday routine?

--answers--

She wakes up at 9:00, cleans her house, and watches a movie.

--feedback--

Sophie mentions that she sleeps until 9:30, not wakes up at 9:00.


She sleeps until 10:00 and does house cleaning in the morning.

--feedback--

Sophie specifically says she sleeps until 9:30, not 10:00.


She gets up at 9:30, does some housework, watches a movie at home or goes to the mall.


She wakes up early, goes jogging, and spends the afternoon reading at home.

--feedback--

Sophie's routine doesn't include jogging or reading.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 15.14,
      "finishTimestamp": 25.42
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.34,
      "dialogue": {
        "text": "Nice. On Saturday, I usually sleep until 9:30. In the morning, I do some house cleaning.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 6.76,
      "finishTime": 11.28,
      "dialogue": {
        "text": "In the afternoon, I watch a movie at home or I go out with friends to do some window shopping at the mall.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 11.78
    }
  ]
}