Back to Freecodecamp

Task 25

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

latest1.4 KB
Original Source
<!-- (Audio) Sarah: Well, after that, I have a balanced breakfast. I often have cereal with some fruit and a glass of orange juice. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah typically have for breakfast?

--answers--

Toast, eggs, and coffee.

--feedback--

This choice doesn't match Sarah's description.


Cereal, fruit, and orange juice.


Pancakes and maple syrup.

--feedback--

Pancakes and syrup are not mentioned by Sarah.


Oatmeal and bananas.

--feedback--

This choice is not what Sarah mentions.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 39.60,
      "finishTimestamp": 44.86
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.26,
      "dialogue": {
        "text": "Well, after that, I have a balanced breakfast. I often have cereal with some fruit and a glass of orange juice.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.76
    }
  ]
}