Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b15dbcafe4d5f39a5de82.md

latest2.0 KB
Original Source
<!-- (Audio) Anna: Hello. Thanks for coming in today. Could you tell me about your previous roles and responsibilities? -->

--description--

Previous is used to describe something that happened before the current time or situation. It's often used to refer to past experiences, jobs, or events. For example:

  • In my previous job, I worked as a web designer. - Here, previous describes the job the person had before the current one.

  • We talked about this in the previous meeting. - Here, previous shows that the meeting happened before the current one.

--questions--

--text--

In the context of Anna's question, what does previous refer to?

--answers--

Past roles and responsibilities


Future roles and responsibilities

--feedback--

Previous refers to something that has already happened, not something in the future.


Current roles and responsibilities

--feedback--

Previous means something that happened before now, not what is happening currently.


Unrelated roles and responsibilities

--feedback--

Previous specifically relates to roles and responsibilities that were held before, not those unrelated.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.76
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "Hello. Thanks for coming in today. Could you tell me about your previous roles and responsibilities?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.26
    }
  ]
}