Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657b615cdee8f12537d6f90c.md

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Alice: In my previous job, I developed mobile apps for small businesses. -->

--description--

In this task, you'll listen to Alice talking about her previous job. Pay attention to what she says about the kind of work she did.

--questions--

--text--

What does Alice mention about her work in her previous job?

--answers--

She created mobile apps for large corporations.

--feedback--

The audio mentions small businesses, not large corporations.


She developed software for personal use.

--feedback--

The audio doesn't mention personal use.


She worked on projects unrelated to programming.

--feedback--

She clearly mentioned something that is related to programming.


She developed mobile apps for small businesses.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.14,
      "finishTimestamp": 12.58
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.44,
      "dialogue": {
        "text": "In my previous job, I developed mobile apps for small businesses.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.94
    }
  ]
}