Back to Freecodecamp

Task 73

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: While they do homework, use the time to stretch or relax a bit. -->

--description--

While is used in sentences to indicate that two actions or events are happening at the same time. It often sets the scene for one action that occurs during the time another action is taking place. For example:

  • While I cook, I listen to music. - You listen to music at the same time as you are cooking.

  • She reads while waiting for the bus. - She reads during the time she is waiting.

--questions--

--text--

What does Sarah suggest Jake should do while his kids do homework?

--answers--

Check emails or work-related tasks.

--feedback--

Sarah doesn't suggest work-related activities.


Prepare for the next day's work.

--feedback--

The focus is not on preparing for work.


Leave the house to have some personal time.

--feedback--

Sarah suggests using the time at home.


Stretch or relax a bit as part of self-care.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 46.88,
      "finishTimestamp": 49.54
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "While they do homework, use the time to stretch or relax a bit.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}