Back to Freecodecamp

Task 40

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: That sounds interesting. Are you using any new tools or strategies to create engaging content? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is Brian asking Amy about her content creation?

--answers--

If she is using new tools or strategies to make her content interesting.


If she is working alone or in a team on the content.

--feedback--

Brian's question is not about how she is working with others.


If she is learning new skills for content creation.

--feedback--

The focus of Brian's question is not on learning new skills.


If she is finding the content creation process difficult.

--feedback--

Brian is not asking whether the content creation process is difficult.

--video-solution--

1

--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": 25.84,
      "finishTimestamp": 31.34
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.50,
      "dialogue": {
        "text": "That sounds interesting. Are you using any new tools or strategies to create engaging content?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.00
    }
  ]
}