Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655c9b2e0bcbe16161996ab7.md

latest1.4 KB
Original Source
<!-- (Audio) Mark: Hi, Maria. I'm testing a new software tool to find problems. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is Mark doing, and why is he doing it?

--answers--

He is testing a new software tool to find problems.


He is designing a new software tool for a project.

--feedback--

Mark is not designing it.


He is fixing problems in an existing software tool.

--feedback--

Mark's goal is not to fix existing problems.


He is evaluating a software tool for fun.

--feedback--

It might be fun, but that is not Mark's reason for doing it.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 2.56,
      "finishTimestamp": 5.70
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.14,
      "dialogue": {
        "text": "Hi, Maria. I'm testing a new software tool to find problems.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.64
    }
  ]
}