Back to Freecodecamp

Task 34

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a2fa76e9c4636f6ac7a49.md

latest1.5 KB
Original Source
<!-- (Audio) Brian: I'm taking a short break to learn more about front-end. It's good to stop a bit and refresh my skills. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Why is Brian taking a break at the moment?

--answers--

Because he has finished all his work.

--feedback--

Brian did not mention being finished with work.


To learn more about front-end development and improve his skills.


Because he is waiting for new tasks.

--feedback--

Brian does not mention needing new tasks.


To take time off without any specific plan.

--feedback--

Brian mentions a specific plan.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 5.80,
      "finishTimestamp": 11.38
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.58,
      "dialogue": {
        "text": "I'm taking a short break to learn more about front-end. It's good to stop a bit and refresh my skills.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}