Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657ce1f82fbe552fcba96375.md

latest1.5 KB
Original Source
<!-- (audio) Sophie: She works from her office most of the time, but she's also in meetings a lot. -->

--description--

Most of the time means usually or very often. For example:

  • I walk to work most of the time. - This means you usually walk, but not always.

  • She is happy most of the time. - This means she is usually happy.

So, most of the time tells you what normally happens in daily life.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

She works from her office BLANK the time, but she's also in meetings a lot.

--blanks--

most of

--feedback--

These two words are used to describe something that happens frequently but not always.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 26.82,
      "finishTimestamp": 30.36
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "She works from her office most of the time, but she's also in meetings a lot.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}