Back to Freecodecamp

Task 90

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

latest1.4 KB
Original Source
<!-- (Audio) Brian: I think I'll try to go out more often in the evening as well. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian plan to do?

--answers--

He plans to stay at home more in the evenings.

--feedback--

This is not Brian's plan.


He wants to try going out more frequently in the evenings.


He is not interested in changing his evening routine.

--feedback--

This is not Brian's plan.


He prefers morning activities to evening ones.

--feedback--

Brian doesn't mention this.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 61.54,
      "finishTimestamp": 64.44
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.90,
      "dialogue": {
        "text": "I think I'll try to go out more often in the evening as well.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.40
    }
  ]
}