Back to Freecodecamp

Task 81

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: On Mondays, I have dance classes from 6 to 7:30. I love dancing. -->

--description--

To talk about time, you can use the structure: on + day(s) + from + start time + to + end time. This structure helps show both the day and the exact period of time something happens. For example:

  • On Tuesday, I work from 9 to 5. - This shows the day and the full work schedule.

  • On Sundays, we play football from 4 to 6. - This shows a routine activity with start and end times.

--questions--

--text--

When does Maria have her dance classes?

--answers--

On Tuesdays from 6 to 7:30 in the evening

--feedback--

Her classes are not on Tuesdays.


On Mondays from 5 to 6:30 in the evening

--feedback--

That is the wrong time.


On Mondays from 6 to 7:30 in the morning

--feedback--

That's the wrong time of the day.


On Mondays from 6 to 7:30 in the evening

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 10.40,
      "finishTimestamp": 14.30
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.90,
      "dialogue": {
        "text": "On Mondays, I have dance classes from 6 to 7:30. I love dancing.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.40
    }
  ]
}