Back to Freecodecamp

Task 97

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

latest2.2 KB
Original Source
<!-- (Audio) Brian: I have a relaxing Sunday, too. In the morning and in the evening, I work on a personal coding project. In the afternoon, I take a break and go for a quick walk in the park. -->

--description--

A personal coding project refers to a coding activity that someone does for personal interest or development. It is not directly related to work.

--questions--

--text--

What activities does Brian do on Sundays?

--answers--

He walks in the park in the morning and works on coding in the afternoon.

--feedback--

The time of the day is wrong.


He spends the whole day working on a coding project for his job.

--feedback--

Brian's coding project is personal, not for his job.


He works on his personal coding project in the morning and evening, and takes a walk in the afternoon.


He relaxes at home all day without any specific activities.

--feedback--

Brian specifically mentions some activities he does.

--video-solution--

3

--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": 37.30,
      "finishTimestamp": 47.02
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "I have a relaxing Sunday, too.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.08,
      "finishTime": 7.04,
      "dialogue": {
        "text": "In the morning and in the evening, I work on a personal coding project.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.28,
      "finishTime": 10.72,
      "dialogue": {
        "text": "In the afternoon, I take a break and go for a quick walk in the park.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 11.22
    }
  ]
}