Back to Freecodecamp

Task 9

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

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

--description--

Your previous job is the work you did before your current or most recent position. It refers to employment you had in the past.

For example, if you used to work as a teacher and now you work as a programmer, your previous job was teacher.

--questions--

--text--

What does previous job mean?

--answers--

A job you are currently doing

--feedback--

The term previous indicates something from the past, not the present.


A job you want in the future

--feedback--

The term previous does not refer to future aspirations.


A job you had in the past


A job that is very challenging

--feedback--

Previous is not about the difficulty of the job.

--video-solution--

3

--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
    }
  ]
}